From a74eae77acfefbfccc88eafe4b380763f50ac72f Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 7 Feb 2012 18:02:49 +0100 Subject: [PATCH] Version 15 --- Makefile | 2 +- NEWS | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e331c5f2c..8d7b7d6b2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=014 +VERSION=015 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 592df6230..603ffd66f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +dracut-015 +========== +- hostonly mode automatically adds command line options for root and /usr +- --add-fstab --mount parameters +- ssh-client module +- --ctty option: add job control +- cleanup /run/initramfs +- convertfs module +- /sbin/ifup can be called directly +- support kernel modules compressed with xz +- s390 iscsi modules added +- terminfo module +- lsinitrd can handle concatened images +- lsinitrd can sort by size + dracut-014 ========== - new dracut arguments: -- 2.47.3