summaryrefslogtreecommitdiff
path: root/en/appendix
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2006-05-12 17:27:53 +0000
committerJoey Hess <joeyh@debian.org>2006-05-12 17:27:53 +0000
commit540d01685710c65f7f75b2d67124d54840bc07ae (patch)
tree5365af9980ab490b1e9701ab3aa957fc1d510103 /en/appendix
parent8265cce4e9691c10081fd6f4049bbcaf546aedab (diff)
downloadinstallation-guide-540d01685710c65f7f75b2d67124d54840bc07ae.zip
* Document new preseed/run setting.
Diffstat (limited to 'en/appendix')
-rw-r--r--en/appendix/preseed.xml6
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>