[SCM] live-manual branch, debian-next, updated. debian/3.0_a14-1-30-ga0c8694
Ben Armstrong
synrg at debian.org
Mon Aug 6 22:37:34 UTC 2012
The following commit has been merged in the debian-next branch:
commit a0c869487ab4149f7307d875eb419322954dc653
Author: Ben Armstrong <synrg at debian.org>
Date: Mon Aug 6 19:38:37 2012 -0300
Fixing lb config --config examples: missing option.
diff --git a/manual/en/user_managing_a_configuration.ssi b/manual/en/user_managing_a_configuration.ssi
index 4de9985..dfda3ea 100644
--- a/manual/en/user_managing_a_configuration.ssi
+++ b/manual/en/user_managing_a_configuration.ssi
@@ -53,7 +53,7 @@ For example, to build a rescue image, use the #{config-rescue}# repository as fo
code{
$ mkdir live-rescue && cd live-rescue
- $ lb config git://live.debian.net/git/config-rescue.git
+ $ lb config --config git://live.debian.net/git/config-rescue.git
}code
@@ -72,7 +72,7 @@ This enables you to use #{ldn:}# anywhere you need to specify the address of a #
code{
- $ lb config ldn:config-rescue
+ $ lb config --config ldn:config-rescue
}code
--
live-manual
More information about the debian-live-changes
mailing list