summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-03-22 15:51:44 +0000
committerChris Lumens <clumens@redhat.com>2005-03-22 15:51:44 +0000
commitf96004d8afef4a2925059e4c56854acfb6730c87 (patch)
treeafce5ec7c7525bd82f583a9c985eb07b362a883e /dispatch.py
parentf059b315bd362cea0140fc32f488d19bbecf3c38 (diff)
downloadanaconda-f96004d8afef4a2925059e4c56854acfb6730c87.tar.gz
anaconda-f96004d8afef4a2925059e4c56854acfb6730c87.tar.xz
anaconda-f96004d8afef4a2925059e4c56854acfb6730c87.zip
If we're doing a kickstart install and "interactive" is used, don't empty
out the nameserver information we got from DHCP when the network GUI is displayed. This ensures that the /etc/resolv.conf we write out will have nameserver entries.
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dispatch.py b/dispatch.py
index cd8d803f9..42618cee1 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -100,7 +100,7 @@ installSteps = [
("bootloaderadvanced", ("dispatch", "id.bootloader", "id.fsset",
"id.diskset")),
("networkdevicecheck", networkDeviceCheck, ("id.network", "dispatch")),
- ("network", ("id.network", "dir", "intf")),
+ ("network", ("id.network", "dir", "intf", "id")),
("firewall", ("intf", "id.network", "id.firewall", "id.security")),
("languagesupport", ("id.langSupport",)),
("timezone", ("id.instLanguage", "id.timezone")),