]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
NEWS: update for 037 037
authorHarald Hoyer <harald@redhat.com>
Wed, 19 Mar 2014 16:16:08 +0000 (17:16 +0100)
committerHarald Hoyer <harald@redhat.com>
Wed, 19 Mar 2014 16:16:08 +0000 (17:16 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 707a10af02aa53a657ed6ae9f3425c82444e8207..e0a75c4a8c253063b1d7c2827e388e5959fa7c33 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,10 +14,13 @@ dracut-037
 - systemd: rootfs-generator generates JobTimeout=0 units for the root device
 - systemd: added the systemd-sysctl service
 - systemd: add 80-net-setup-link.rules and .link files for persistent interface renaming
+- systemd: make dracut-shutdown.service failure non-fatal
 - network: various IPv6 fixes
 - network: DCHCP for IPv6
 - network: understand ip=.....:<dns1>:<dns2>
 - network: parse ibft nameserver settings
+- shutdown: if kexec fails, just reboot
+- lvm: handle one LV at a time with lvchange
 - module-setup.sh:
     New functions require_binaries() and require_any_binary() to be used
     in the check() section of module-setup.sh.