]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
version 014 014
authorHarald Hoyer <harald@redhat.com>
Thu, 15 Dec 2011 08:16:35 +0000 (09:16 +0100)
committerHarald Hoyer <harald@redhat.com>
Thu, 15 Dec 2011 08:19:05 +0000 (09:19 +0100)
Makefile
NEWS

index 80ae70302cc0fa9f8a3edb29beea5e340beba58c..b617a2036df139f4bc21953f4c15b59eec81f87c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=013
+VERSION=014
 GITVERSION=$(shell [ -d .git ] && git rev-list  --abbrev-commit  -n 1 HEAD  |cut -b 1-8)
 
 prefix ?= /usr
diff --git a/NEWS b/NEWS
index 85043fb579af82354bdabbb48f234d662b98c905..592df6230aaaf54c3c81699aae82f4b9bac37c59 100644 (file)
--- 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