diff options
author | Harald Hoyer <harald@redhat.com> | 2011-12-15 09:16:35 +0100 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2011-12-15 09:19:05 +0100 |
commit | ef8b121e2c88a782748353276df4b5e3a13c0145 (patch) | |
tree | 388cc1ac51e758001470744397d6368aef535ed7 /NEWS | |
parent | 76bba2a1fc49d5e0a2123d2cc5521e2a3b87902f (diff) | |
download | dracut-ef8b121e2c88a782748353276df4b5e3a13c0145.tar.gz dracut-ef8b121e2c88a782748353276df4b5e3a13c0145.tar.bz2 dracut-ef8b121e2c88a782748353276df4b5e3a13c0145.zip |
version 014014
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 40 |
1 files changed, 40 insertions, 0 deletions
@@ -1,3 +1,43 @@ +dracut-014 +========== +- new dracut arguments: + --lvmconf + --nolvmconf + --fscks [LIST] + --nofscks +- new .conf options: + install_items + fscks + nofscks +- new kernel options: + rd.md.ddf + rd.md.waitclean + plymouth.enable +- dracut move from /sbin to /usr/bin +- dracut modules dir moved from /usr/share/dracut to /usr/lib/dracut +- profiling with "dracut --profile" +- new TEST-16-DMSQUASH, test for Fedora LiveCDs +- speedup of initramfs creation +- ask_for_password fallback to CLI +- mdraid completely switched to incremental assembly +- no more cdrom polling +- "switch_root" breakpoint is now very late +- /dev/live is gone +- /dev/root is gone +- fs-lib dracut module for fscks added +- xen dracut module removed +- usb mass storage kernel drivers now included +- usrmount dracut module added: + mount /usr if found in /sysroot/etc/fstab +- only include fsck helper needed for hostonly +- fcoe: support for bnx2fc +- support iSCSI drivers: qla4xxx, cxgb3i, cxgb4i, bnx2i, be2iscsi +- fips-aesni dracut module added +- add install_items to dracut.conf + install_items+=" <file>[ <file> ...] " +- speedup internal testsuite +- internal testsuite: store temporary data in a temporary dir + dracut-013 ========== - speedup of initramfs creation |