]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
NEWS: update
authorHarald Hoyer <harald@redhat.com>
Mon, 8 Oct 2018 13:31:08 +0000 (15:31 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 8 Oct 2018 13:31:08 +0000 (15:31 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 60b430aa67c1dd4f3a89607f9a72412db992a1de..9f7f1fbd892c488448c49cf6daa05f9541886a17 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,61 @@
+dracut-049
+==========
+lsinitrd:
+- record loaded kernel modules when hostonly mode is enabled
+  lsinitrd $image -f */lib/dracut/loaded-kernel-modules.txt
+- allow to only unpack certain files
+
+kernel-modules:
+- add gpio and pinctrl drivers for arm*/aarch64
+- add nfit
+
+kernel-network-modules:
+- add vlan kernel modules
+
+ifcfg/write-ifcfg.sh:
+- aggregate resolv.conf
+
+livenet:
+- Enable OverlayFS overlay in sysroot.mount generator.
+
+dmsquash-live:
+- Support a flattened squashfs.img
+
+dracut-systemd:
+- Start systemd-vconsole-setup before dracut-cmdline-ask
+
+iscsi:
+- do not install all of /etc/iscsi unless hostonly
+- start iscsid even w/o systemd
+
+multipath:
+- fixed shutdown
+
+network:
+- configure NetworkManager to use dhclient
+
+mdraid:
+- fixed uuid handling ":" versus "-"
+
+stratis:
+- Add additional binaries
+
+new modules:
+- 00warpclock
+- 99squash
+  Adds support for building a squashed initramfs
+- 35network-legacy
+  the old 40network
+- 35network-manager
+  alternative to 35network-legacy
+- 90kernel-modules-extra
+  adds out-of-tree kernel modules
+
+testsuite:
+- now runs on travis
+- support new qemu device options
+- even runs without kvm now
+
 dracut-048
 ==========