From: Harald Hoyer Date: Wed, 1 Aug 2012 13:30:30 +0000 (+0200) Subject: version 023 X-Git-Tag: 023 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6af5a4accfe7d4e780a3a70ac69c5ba755367270;p=thirdparty%2Fdracut.git version 023 --- diff --git a/Makefile b/Makefile index 2c9dd60a0..f179e171e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=022 +VERSION=023 GITVERSION=$(shell [ -d .git ] && git rev-list --abbrev-commit -n 1 HEAD |cut -b 1-8) prefix ?= /usr diff --git a/NEWS b/NEWS index df0803e9e..d11feeeb8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +dracut-023 +========== +- resume from hibernate fixes +- -N option for --no-hostonly +- support for systemd crypto handling +- new dracut module "crypt-loop" +- deprecate the old kernel command line options +- more documentation +- honor CFLAGS for dracut-install build +- multipath fixes +- / is mounted according to rootflags parameter but forced ro at first. + Later it is remounted according to /etc/fstab + rootflags parameter + and "ro"/"rw". +- support for xfs / reiserfs separate journal device +- new "ro_mnt" option to force ro mount of / and /usr +- root on cifs support +- dracut-install: fixed issue for /var/tmp containing a symlink +- only lazy resolve with ldd, if the /var/tmp partition is not mounted with "noexec" +- i18n: fixed inclusion of "include" keymaps + dracut-022 ========== - fixed host-only kernel module bug