diff --git a/Makefile b/Makefile index 527cc1ba..321e9238 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 603ffd66..6a3b53f7 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