From 99828296d17a8f548d1aef7591b486aea3be024a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 18 Jul 2007 02:23:47 +0000 Subject: fix a mistake in the example of include_command --- en/appendix/preseed.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3