Version 16

This commit is contained in:
Harald Hoyer 2012-02-15 18:05:34 +01:00
parent 5c4bb360e3
commit 6bee336909
2 changed files with 15 additions and 1 deletions

View File

@ -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

14
NEWS
View File

@ -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