diff options
author | Colin Guthrie <colin@mageia.org> | 2013-11-01 10:35:03 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-11-02 11:47:27 +0000 |
commit | 284ba5ab6fc742dd3f7a5a4705207f9b2d4de5be (patch) | |
tree | 18eb615cabb1ea6cee90c1ef7b6fe01812c1c0dd /images/NEWS | |
parent | 74cc75140329a03e5ed6f952932f8ea937216209 (diff) | |
download | drakx-284ba5ab6fc742dd3f7a5a4705207f9b2d4de5be.tar drakx-284ba5ab6fc742dd3f7a5a4705207f9b2d4de5be.tar.gz drakx-284ba5ab6fc742dd3f7a5a4705207f9b2d4de5be.tar.bz2 drakx-284ba5ab6fc742dd3f7a5a4705207f9b2d4de5be.tar.xz drakx-284ba5ab6fc742dd3f7a5a4705207f9b2d4de5be.zip |
images/kernel: Ensure the previously hand-picked modules are included in the new dracut-based initrd.
This removes functions no longer called and adds a new one which will
simply list the desired modules and pass them on the dracut command line.
This should mean we have the same modules as before (at least) which should
mean less regressions.
This does increase the size of the initrd back up quite a lot (as expected)
so we may want to look at optimising other areas to bring it back down a bit
again.
Diffstat (limited to 'images/NEWS')
-rw-r--r-- | images/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/images/NEWS b/images/NEWS index 11b33e10a..3cf924b06 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- include network modules as specified by kernel/list_modules.pm + Version 1.94 - 29 October 2013 by Colin Guthrie - adapt to a dracut based stage1 |