diff options
author | Frans Pop <elendil@planet.nl> | 2006-10-30 21:16:06 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2006-10-30 21:16:06 +0000 |
commit | c73efb3e422da3a4aadb31b5f6858386e8739e0d (patch) | |
tree | 3a6c30d2cbd3a9904db9e2c1bb7a862ed4d7ae11 /en | |
parent | 8e6f4fda2b5454076bac7355dd0d18472db4ff57 (diff) | |
download | installation-guide-c73efb3e422da3a4aadb31b5f6858386e8739e0d.zip |
Restore accidentally dropped preseed/file entry
Diffstat (limited to 'en')
-rw-r--r-- | en/boot-installer/parameters.xml | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/en/boot-installer/parameters.xml b/en/boot-installer/parameters.xml index 1b6d55704..0b990a323 100644 --- a/en/boot-installer/parameters.xml +++ b/en/boot-installer/parameters.xml @@ -310,22 +310,24 @@ Short form: <userinput>url</userinput> </varlistentry> <varlistentry> -<term>auto-install/enabled</term> +<term>preseed/file</term> <listitem><para> -Delay questions that are normally asked before preseeding is possible until -after the network is configured. Short form: <userinput>auto=true</userinput> -See <xref linkend="preseed-auto"/> for details about using this to -automate installs. +Specify the path to a preconfiguration file to load to +automating the install. See <xref linkend="automatic-install"/>. +Short form: <userinput>file</userinput> </para></listitem> </varlistentry> <varlistentry> -<term></term> +<term>auto-install/enabled</term> <listitem><para> - +Delay questions that are normally asked before preseeding is possible until +after the network is configured. Short form: <userinput>auto=true</userinput> +See <xref linkend="preseed-auto"/> for details about using this to +automate installs. </para></listitem> </varlistentry> |