summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2007-08-30 17:11:34 +0000
committerDavid Cantrell <dcantrell@redhat.com>2007-08-30 17:11:34 +0000
commita8bb810e9eeefca20473051fef8a759105ff6c4e (patch)
treeb8ad5c69c66dfe47d3115f1428ee0c1e157d446c /ChangeLog
parent01a7ca6925a777d56b5501d100ed5488cdad3ae1 (diff)
* loader2/net.c (chooseNetworkInterface): Skip devices that do not
have firmware loaded (#251941). * scripts/upd-instroot: Add *-firmware to PACKAGES for now. We'll change this later once the kernel provides us with more info (#177452). * scripts/mk-images (makeinitrd): Remove arch test for copying over firmware files. Just check the module list and copy firmware, also add atmel and iwl4965 (#177452).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 15 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 25dff8001..0dfeb6f28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2007-08-30 David Cantrell <dcantrell@redhat.com>
+
+ * loader2/net.c (chooseNetworkInterface): Skip devices that do not
+ have firmware loaded (#251941).
+
+ * scripts/upd-instroot: Add *-firmware to PACKAGES for now. We'll
+ change this later once the kernel provides us with more
+ info (#177452).
+
+ * scripts/mk-images (makeinitrd): Remove arch test for copying over
+ firmware files. Just check the module list and copy firmware, also
+ add atmel and iwl4965 (#177452).
+
2007-08-29 Chris Lumens <clumens@redhat.com>
* kickstart.py (Network): Inherit from the correct pykickstart
@@ -19,10 +32,10 @@
2007-08-27 David Cantrell <dcantrell@redhat.com>
* scripts/upd-instroot: Add wifi firmware packages to i386/x86_64
- instroot list.
+ instroot list (#177452).
* scripts/mk-images (makeinitrd): Copy firmware files over if we
- have them and if we are including the driver.
+ have them and if we are including the driver (#177452).
2007-08-27 Jeremy Katz <katzj@redhat.com>