diff options
author | Colin Guthrie <colin@mageia.org> | 2013-11-02 10:11:01 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-11-02 11:47:48 +0000 |
commit | bbbb6c5bf26b764dfff8a83c2cc0ed3769bfdd74 (patch) | |
tree | 50b4e83825d921915c5c2f320598428bf4c11cbb /images/NEWS | |
parent | 284ba5ab6fc742dd3f7a5a4705207f9b2d4de5be (diff) | |
download | drakx-bbbb6c5bf26b764dfff8a83c2cc0ed3769bfdd74.tar drakx-bbbb6c5bf26b764dfff8a83c2cc0ed3769bfdd74.tar.gz drakx-bbbb6c5bf26b764dfff8a83c2cc0ed3769bfdd74.tar.bz2 drakx-bbbb6c5bf26b764dfff8a83c2cc0ed3769bfdd74.tar.xz drakx-bbbb6c5bf26b764dfff8a83c2cc0ed3769bfdd74.zip |
images: Split dracut options out into a config file.
Also ensure that the compression method is xz -9 for much better compression
(was previously defaulting to gzip)
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 3cf924b06..84ab15c8a 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- add a dracut.conf rather than adding lots of command line options +- ensure initrd is xz compressed - include network modules as specified by kernel/list_modules.pm Version 1.94 - 29 October 2013 by Colin Guthrie |