summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2011-12-15 09:16:35 +0100
committerHarald Hoyer <harald@redhat.com>2011-12-15 09:19:05 +0100
commitef8b121e2c88a782748353276df4b5e3a13c0145 (patch)
tree388cc1ac51e758001470744397d6368aef535ed7 /NEWS
parent76bba2a1fc49d5e0a2123d2cc5521e2a3b87902f (diff)
downloaddracut-ef8b121e2c88a782748353276df4b5e3a13c0145.tar.gz
dracut-ef8b121e2c88a782748353276df4b5e3a13c0145.tar.bz2
dracut-ef8b121e2c88a782748353276df4b5e3a13c0145.zip
version 014014
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS40
1 files changed, 40 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 85043fb5..592df623 100644
--- a/NEWS
+++ b/NEWS
@@ -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