From f5a9e4592397754ee503ebc46b37e45a574d065c Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 24 Feb 2012 15:38:08 +0100 Subject: [PATCH] Version 017 --- Makefile | 2 +- NEWS | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d4e9c8f..13c6c84 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=016 +VERSION=017 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 6a3b53f..bed32ca 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +dracut-017 +========== +- a _lot_ faster than dracut-016 in image creation +- systemd service dracut-shutdown.service +- livenet fixes +- ssh-client module install fix +- root=iscsi:... fixed +- lots of restructuring and optimizing in dracut-functions.sh +- usrmount: honor fs_passno in /etc/fstab +- renamed all shell scripts to .sh +- new option "--omit-drivers" and config option "omit_drivers" +- hostonly mode fixups + dracut-016 ========== - fixed lsinitrd -- 2.7.4