diff options
author | Joey Hess <joeyh@debian.org> | 2006-05-12 17:27:53 +0000 |
---|---|---|
committer | Joey Hess <joeyh@debian.org> | 2006-05-12 17:27:53 +0000 |
commit | 540d01685710c65f7f75b2d67124d54840bc07ae (patch) | |
tree | 5365af9980ab490b1e9701ab3aa957fc1d510103 /en/appendix/preseed.xml | |
parent | 8265cce4e9691c10081fd6f4049bbcaf546aedab (diff) | |
download | installation-guide-540d01685710c65f7f75b2d67124d54840bc07ae.zip |
* Document new preseed/run setting.
Diffstat (limited to 'en/appendix/preseed.xml')
-rw-r--r-- | en/appendix/preseed.xml | 6 |
1 files changed, 6 insertions, 0 deletions
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 </screen></informalexample> </sect2> |