summaryrefslogtreecommitdiff
path: root/en/appendix
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2007-07-18 02:23:47 +0000
committerJoey Hess <joeyh@debian.org>2007-07-18 02:23:47 +0000
commit99828296d17a8f548d1aef7591b486aea3be024a (patch)
tree33a4d6400151ec05a087155a0a2c9757d6d0841c /en/appendix
parent72cc3603b32eb685081a8bce334ba99087061c63 (diff)
downloadinstallation-guide-99828296d17a8f548d1aef7591b486aea3be024a.zip
fix a mistake in the example of include_command
Diffstat (limited to 'en/appendix')
-rw-r--r--en/appendix/preseed.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml
index 45b432980..41a059c8e 100644
--- a/en/appendix/preseed.xml
+++ b/en/appendix/preseed.xml
@@ -1431,7 +1431,7 @@ settings for certain configurations in other files.
# More flexibly, this runs a shell command and if it outputs the names of
# preconfiguration files, includes those files.
#d-i preseed/include_command \
-# string echo if [ "`hostname`" = bob ]; then echo bob.cfg; fi
+# string if [ "`hostname`" = bob ]; then echo bob.cfg; fi
# Most flexibly of all, this downloads a program and runs it. The program
# can use commands such as debconf-set to manipulate the debconf database.