]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
NEWS: update 046
authorHarald Hoyer <harald@redhat.com>
Fri, 11 Aug 2017 11:44:06 +0000 (13:44 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 11 Aug 2017 11:44:06 +0000 (13:44 +0200)
NEWS

diff --git a/NEWS b/NEWS
index ebb7704cd82ff40f770631d1584715db9798c529..66636f912b19d1a9fa1760914364a8e6504022fe 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,54 @@
+dracut-046
+==========
+
+dracut.sh:
+- bail out if module directory does not exist
+  if people want to build the initramfs without kernel modules,
+  then --no-kernel should be specified
+- add early microcode support for AMD family 16h
+- collect also all modaliases modules from sysfs for hostonly modules
+- sync initramfs after creation
+
+network:
+- wait for IPv6 RA if using none/static IPv6 assignment
+- ipv6 improvements
+- Handle curl using libnssckbi for TLS
+- fix dhcp classless_static_routes
+- dhclient: send client-identifier matching hardware address
+- don't arping for point-to-point connections
+- only bring up wired network interfaces (no wlan and wwan)
+
+mraid:
+- mdraid: wait for rd.md.uuid specified devices to be assembled
+
+crypt:
+- handle rd.luks.name
+
+crypt-gpg:
+- For GnuPG >= 2.1 support OpenPGP smartcards
+
+kernel-install:
+- Skip to create initrd if /etc/machine-id is missing or empty
+
+nfs:
+- handle rpcbind /run/rpcbind directory
+
+s390:
+- various fixes
+
+dmsquash-live:
+- add NTFS support
+
+multipath:
+- split out multipath-hostonly module
+
+lvmmerge:
+- new module, see README.md in the module directory
+
+dracut-systemd:
+- fixed dependencies
+
+
 dracut-045
 ==========