summaryrefslogtreecommitdiff
path: root/en
diff options
context:
space:
mode:
Diffstat (limited to 'en')
-rw-r--r--en/boot-installer/parameters.xml6
-rw-r--r--en/using-d-i/using-d-i.xml2
2 files changed, 4 insertions, 4 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
diff --git a/en/using-d-i/using-d-i.xml b/en/using-d-i/using-d-i.xml
index f0f37beaa..33e77ebdd 100644
--- a/en/using-d-i/using-d-i.xml
+++ b/en/using-d-i/using-d-i.xml
@@ -36,7 +36,7 @@ in turn. Serious error notifications are set to priority
Some of the defaults that the installer uses can be influenced by passing
boot arguments when &d-i; is started. If, for example, you wish to
force static network configuration (DHCP is used by default if available),
-you could add the boot parameter <userinput>netcfg/disable_dhcp=true</userinput>.
+you could add the boot parameter <userinput>netcfg/disable_autoconfig=true</userinput>.
See <xref linkend="installer-args"/> for available options.
</para><para>