Harald Hoyer b38677
From 6fcd5c8e3b539de4eeccddab2e5da6ee260fbf0b Mon Sep 17 00:00:00 2001
Harald Hoyer b38677
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer b38677
Date: Thu, 14 Apr 2016 11:53:14 +0200
Harald Hoyer b38677
Subject: [PATCH] NEWS: update for 045
Harald Hoyer b38677
Harald Hoyer b38677
---
Harald Hoyer b38677
 NEWS | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Harald Hoyer b38677
 1 file changed, 84 insertions(+)
Harald Hoyer b38677
Harald Hoyer b38677
diff --git a/NEWS b/NEWS
Harald Hoyer b38677
index ca68302..6d1cd0a 100644
Harald Hoyer b38677
--- a/NEWS
Harald Hoyer b38677
+++ b/NEWS
Harald Hoyer b38677
@@ -1,3 +1,87 @@
Harald Hoyer b38677
+dracut-045
Harald Hoyer b38677
+==========
Harald Hoyer b38677
+
Harald Hoyer b38677
+dracut now requires libkmod for the dracut-install binary helper.
Harald Hoyer b38677
+
Harald Hoyer b38677
+dracut.sh:
Harald Hoyer b38677
+- restorecon final image file
Harald Hoyer b38677
+- fail hard, if we find modules and modules.dep is missing
Harald Hoyer b38677
+
Harald Hoyer b38677
+dracut-functions.sh:
Harald Hoyer b38677
+- fix check_vol_slaves() volume group name stripping
Harald Hoyer b38677
+
Harald Hoyer b38677
+dracut-install:
Harald Hoyer b38677
+- catch ldd message "cannot execute binary file"
Harald Hoyer b38677
+- added kernel module handling with libkmod
Harald Hoyer b38677
+  Added parameters:
Harald Hoyer b38677
+    --module,-m
Harald Hoyer b38677
+    --mod-filter-path, -p
Harald Hoyer b38677
+    --mod-filter-nopath, -P
Harald Hoyer b38677
+    --mod-filter-symbol, -s
Harald Hoyer b38677
+    --mod-filter-nosymbol, -S
Harald Hoyer b38677
+    --mod-filter-noname, -N
Harald Hoyer b38677
+    --silent
Harald Hoyer b38677
+    --kerneldir
Harald Hoyer b38677
+    --firmwaredirs
Harald Hoyer b38677
+    
Harald Hoyer b38677
+lsinitrd:
Harald Hoyer b38677
+- new option "--unpack"
Harald Hoyer b38677
+- new option "--unpackearly"
Harald Hoyer b38677
+- and "--verbose"
Harald Hoyer b38677
+
Harald Hoyer b38677
+general initramfs fixes:
Harald Hoyer b38677
+- don't remove 99-cmdline-ask on 'hostonly' cleanup
Harald Hoyer b38677
+- call dracut-cmdline-ask.service, if /etc/cmdline.d/*.conf exists
Harald Hoyer b38677
+- break at switch_root only for bare rd.break
Harald Hoyer b38677
+
Harald Hoyer b38677
+dmsquash-live:
Harald Hoyer b38677
+- fixed livenet-generator execution flag
Harald Hoyer b38677
+  and include only, if systemd is used
Harald Hoyer b38677
+- fixed dmsquash-live-root.sh for cases where the fstype of the liveimage is squashfs
Harald Hoyer b38677
+- fixed typo for rootfs.img
Harald Hoyer b38677
+
Harald Hoyer b38677
+dmraid:
Harald Hoyer b38677
+- added "nowatch" option in udev rule, otherwise udev would reread partitions for raid members
Harald Hoyer b38677
+
Harald Hoyer b38677
+shutdown:
Harald Hoyer b38677
+- handle readonly /run on shutdown
Harald Hoyer b38677
+
Harald Hoyer b38677
+kernel-modules:
Harald Hoyer b38677
+- add all HID drivers, regardless of hostonly mode
Harald Hoyer b38677
+  people swap keyboards sometimes and should be able to enter their disk password
Harald Hoyer b38677
+- add usb-storage
Harald Hoyer b38677
+  To save the rdsosreport.txt to a USB stick, the usb-storage module is needed.
Harald Hoyer b38677
+
Harald Hoyer b38677
+systemd:
Harald Hoyer b38677
+- add /etc/machine-info
Harald Hoyer b38677
+- fixed systemd-escape call for names beginning with "-"
Harald Hoyer b38677
+
Harald Hoyer b38677
+network:
Harald Hoyer b38677
+- fix carrier detection
Harald Hoyer b38677
+- correctly set mac address for ip=...:<mtu>:<mac>
Harald Hoyer b38677
+- fixed vlan, bonding, bridging, team logic
Harald Hoyer b38677
+  call ifup for the slaves and assemble afterwards
Harald Hoyer b38677
+- add mtu to list of variables to store in override
Harald Hoyer b38677
+- for rd.neednet=0 a bootdev is not needed anymore
Harald Hoyer b38677
+- dhclient-script.sh: add classless-static-routes support
Harald Hoyer b38677
+
Harald Hoyer b38677
+nbd:
Harald Hoyer b38677
+- add systemd generator
Harald Hoyer b38677
+- use export names instead of port numbers, because port number based
Harald Hoyer b38677
+  exports are deprecated and were removed.
Harald Hoyer b38677
+
Harald Hoyer b38677
+fcoe:
Harald Hoyer b38677
+- no more /dev/shm state copying
Harald Hoyer b38677
+
Harald Hoyer b38677
+multipath:
Harald Hoyer b38677
+- check all /dev/mapper devices if they are multipath devices, not only mpath*
Harald Hoyer b38677
+
Harald Hoyer b38677
+fips:
Harald Hoyer b38677
+- fixed .hmac installation in FIPS mode
Harald Hoyer b38677
+
Harald Hoyer b38677
+plymouth:
Harald Hoyer b38677
+- also trigger the acpi subsystem
Harald Hoyer b38677
+
Harald Hoyer b38677
 dracut-044
Harald Hoyer b38677
 ==========
Harald Hoyer b38677
 creation: