]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
NEWS: dracut-026 026
authorHarald Hoyer <harald@redhat.com>
Fri, 8 Mar 2013 06:06:08 +0000 (07:06 +0100)
committerHarald Hoyer <harald@redhat.com>
Fri, 8 Mar 2013 06:07:48 +0000 (07:07 +0100)
Makefile
NEWS

index f6017209ffa329e63a90351eb1abaac33f4a0194..7546ac63b2073420f7fdf33156e3c735c17a5181 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=025
+VERSION=026
 GITVERSION=$(shell [ -d .git ] && git rev-list  --abbrev-commit  -n 1 HEAD  |cut -b 1-8)
 
 -include Makefile.inc
diff --git a/NEWS b/NEWS
index d376c28e78c813fa918aec0f8e74be26f36e1693..182b9eb037db5828e7c6f18c48c64cfd3f1dca1e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+dracut-026
+==========
+- introduce /usr/lib/dracut/dracut.conf.d/ drop-in directory
+
+  /usr/lib/dracut/dracut.conf.d/*.conf can be overwritten by the same
+  filenames in /etc/dracut.conf.d.
+
+  Packages should use /usr/lib/dracut/dracut.conf.d rather than
+  /etc/dracut.conf.d for drop-in configuration files.
+
+  /etc/dracut.conf and /etc/dracut.conf.d belong to the system administrator.
+
+- uses systemd-198 native initrd units
+- totally rely on the fstab-generator in systemd mode for block devices
+- dracut systemd now uses dracut.target rather than basic.target
+- dracut systemd services optimize themselves away
+- fixed hostonly parameter generation
+- turn off curl globbing (fixes IPv6)
+- modify the udev rules on install and not runtime time
+- enable initramfs building without kernel modules (fixed regression)
+- in the initqueue/timeout,
+  reset the main loop counter, as we see new udev events or initqueue/work
+- fixed udev rule installation
+
 dracut-025
 ==========
 - do not strip signed kernel modules