From: Harald Hoyer Date: Tue, 26 Mar 2013 15:55:03 +0000 (+0100) Subject: version 027 X-Git-Tag: 027^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75369f8ba046361e2d0f9065a0ed8921d2035dd9;p=thirdparty%2Fdracut.git version 027 --- diff --git a/Makefile b/Makefile index fa62cfc92..40d44ebf7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=026 +VERSION=027 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 182b9eb03..5fcbdb52b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +dracut-027 +========== +- dracut now has bash-completion +- require bash version 4 +- systemd module now requires systemd >= 199 +- dracut makes use of native systemd initrd units +- added hooks for new-kernel-pkg and kernel-install +- hostonly is now default for fedora +- comply with the BootLoaderSpec paths + http://www.freedesktop.org/wiki/Specifications/BootLoaderSpec +- added rescue module +- host_fs_types is now a hashmap +- new dracut argument "--regenerate-all" +- new dracut argument "--noimageifnotneeded" +- new man page dracut.bootup +- install all host filesystem drivers +- use -D_FILE_OFFSET_BITS=64 to build dracut-install + dracut-026 ========== - introduce /usr/lib/dracut/dracut.conf.d/ drop-in directory