summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-03-22 16:44:45 +0000
committerChris Lumens <clumens@redhat.com>2005-03-22 16:44:45 +0000
commit8315affd5c0860c1c206a3b5288aa44da66b51f8 (patch)
treeda67d2f426311c5ac5e36aa031ba48ab32289703 /ChangeLog
parentf96004d8afef4a2925059e4c56854acfb6730c87 (diff)
downloadanaconda-8315affd5c0860c1c206a3b5288aa44da66b51f8.tar.gz
anaconda-8315affd5c0860c1c206a3b5288aa44da66b51f8.tar.xz
anaconda-8315affd5c0860c1c206a3b5288aa44da66b51f8.zip
Accept id parameter in text interface.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 066dbb393..539cbfeb1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-03-22 Chris Lumens <clumens@redhat.com>
+ * dispatch.py (installSteps): Pass id down to network.
+ * iw/network_gui.py (getNext, getScreen): If we're using an
+ interactive kickstart install and using DHCP for networking, don't
+ obliterate the nameserver settings so we write out a good
+ /etc/resolv.conf.
+ * textw/network_text.py: Accept id parameter.
* scripts/upd-instroot (PACKAGES): List libstdc++ in PACKAGES to
hopefully really fix the tree scrubbing problem.