From: Harald Hoyer Date: Wed, 15 Feb 2012 17:05:34 +0000 (+0100) Subject: Version 16 X-Git-Tag: 016 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6bee3369097fe27810df003e14f79589bb09aa7c;p=thirdparty%2Fdracut.git Version 16 --- diff --git a/Makefile b/Makefile index 527cc1ba9..321e9238c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=015 +VERSION=016 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 603ffd66f..6a3b53f74 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +dracut-016 +========== +- fixed lsinitrd +- honor binaries in sbin first +- fixed usrmount module +- added systemd service for shutdown +- fixed terminfo on distros with /usr/share/terminfo +- reload udev rules after "pre-trigger" hook +- improved test suite +- new parameter "--omit-drivers" and new conf param omit_drivers +- "--offroot" support for mdraid +- new libs: net-lib.sh, nfs-lib.sh, url-lib.sh, img-lib.sh + full of functions to use in your dracut module + dracut-015 ========== - hostonly mode automatically adds command line options for root and /usr