diff options
author | Samuel Thibault <sthibault@debian.org> | 2013-03-31 23:52:18 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2013-03-31 23:52:18 +0000 |
commit | c52cb871fe3bd10e1ef615fb4395a1d68527b4a2 (patch) | |
tree | 1e9d69eb39de4bed5cd8048aba08a052500cd399 /en/boot-installer | |
parent | e3d2221918d163f50e4b1998a5598410d5dedea5 (diff) | |
download | installation-guide-c52cb871fe3bd10e1ef615fb4395a1d68527b4a2.zip |
Rename disable_dhcp into disable_autoconfig, the former is now deprecated.
Diffstat (limited to 'en/boot-installer')
-rw-r--r-- | en/boot-installer/parameters.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/en/boot-installer/parameters.xml b/en/boot-installer/parameters.xml index 68f69cf03..1c7ec8826 100644 --- a/en/boot-installer/parameters.xml +++ b/en/boot-installer/parameters.xml @@ -283,7 +283,7 @@ designed for visually impaired users. Set the theme by booting with </varlistentry> <varlistentry> -<term>netcfg/disable_dhcp</term> +<term>netcfg/disable_autoconfig</term> <listitem><para> By default, the &d-i; automatically probes for network configuration @@ -295,7 +295,7 @@ only in case the DHCP probe fails. If you have a DHCP server on your local network, but want to avoid it because e.g. it gives wrong answers, you can use the parameter -<userinput>netcfg/disable_dhcp=true</userinput> to prevent configuring +<userinput>netcfg/disable_autoconfig=true</userinput> to prevent configuring the network with DHCP and to enter the information manually. </para></listitem> @@ -516,7 +516,7 @@ Examples of optional components that may be useful are </varlistentry> <varlistentry> -<term>netcfg/disable_dhcp</term> +<term>netcfg/disable_autoconfig</term> <listitem><para> Set to <userinput>true</userinput> if you want to disable DHCP and instead |