summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-10-19 14:28:32 +0000
committerChris Lumens <clumens@redhat.com>2007-10-19 14:28:32 +0000
commita000662d2310380842acdfb6dcbad0e2e3c373d5 (patch)
treea5f18366308674a15d823e59511bf16e7ef66c0b /ChangeLog
parent4690ebd8d12099f89932e1f7daac1a6ac7b2a33f (diff)
downloadanaconda-a000662d2310380842acdfb6dcbad0e2e3c373d5.tar.gz
anaconda-a000662d2310380842acdfb6dcbad0e2e3c373d5.tar.xz
anaconda-a000662d2310380842acdfb6dcbad0e2e3c373d5.zip
Use the netlink code to get our IP address, instead of trusting that
kickstartNetworkUp will set the data correctly on the second time through (#336761).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8171d96f7..883bb3b3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,11 @@
* isys/nl.c (netlink_interfaces_ip2str, netlink_interfaces_mac2str):
Detect success from netlink_init_interfaces_list correctly.
+ * loader2/nfsinstall.c (getFileFromNfs): Use the netlink code to get
+ our IP address, instead of trusting that kickstartNetworkUp will set
+ the data correctly on the second time through (#336761).
+ * loader2/urlinstall.c (getFileFromUrl): Likewise.
+
2007-10-17 Peter Jones <pjones@redhat.com>
* isys/isys.c: add matchPathContext and setFileContext calls,