From 540d01685710c65f7f75b2d67124d54840bc07ae Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 12 May 2006 17:27:53 +0000 Subject: * Document new preseed/run setting. --- en/appendix/preseed.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'en/appendix') diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index a7518d65f..d96defe4a 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -1112,6 +1112,12 @@ settings for certain configurations in other files. # preconfiguration files, includes those files. #d-i preseed/include_command \ # string echo 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 manupulate the debconf database. +# Note that if the filenames are relative, they are taken from the same +# directory as the preconfiguration file that runs them. +d-i preseed/run string foo.sh -- cgit v1.2.3