From: Harald Hoyer Date: Fri, 29 Jun 2012 10:49:12 +0000 (+0200) Subject: Version 020 X-Git-Tag: 020 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=09eaf9f5b3c5b247fe0a780446dd7b03f249aed0;p=thirdparty%2Fdracut.git Version 020 --- diff --git a/Makefile b/Makefile index a85147dab..5488f8eef 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=019 +VERSION=020 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 d9df927df..b362e7582 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,32 @@ +dracut-020 +========== +- changed rd.dasd kernel parameter +- arm kernel modules added to kernel-modules +- make udevdir systemdutildir systemdsystemunitdir global vars + your distribution should ship those settings in + /etc/dracut.conf.d/01-distro.conf + see dracut.conf.d/fedora.conf.example +- kernel modules are now only handled with /sys/modules and modules.dep +- systemd fixups +- mdraid: wait for md devices to be clean, before shutdown +- ifup fixed for ipv6 +- add PARTUUID as root=PARTUUID= parameter +- fixed instmods() return code and set pipefail globally +- add 04watchdog dracut module +- dracut-shutdown.service: fixed ordering to be before shutdown.target +- make use of "ln -r" instead of shell functions, if new coreutils is installed +- network: support vlan tagged bonding +- new dracut module qemu and qemu-net to install all kernel driver +- fs-lib/fs-lib.sh: removed test mounting of btrfs and xfs +- no more "mknod" in the initramfs!! +- replaced all "tr" calls with "sed" +- speedup with lazy kernel module dependency resolving +- lots of speedup optimizations and last but not least +- dracut-install: + - new binary to significanlty speedup the installation process + - dracut-functions.sh makes use of it, if installed + + dracut-019 ========== - initqueue/online hook