From a073aa5a26952ccda6f67c18659169594016f3aa Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 20 Aug 2013 12:39:57 +0200 Subject: dracut-032 --- AUTHORS | 11 ++++++----- NEWS | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+), 5 deletions(-) diff --git a/AUTHORS b/AUTHORS index 81eadd7d..a5c56e0e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -5,8 +5,8 @@ Will Woods Philippe Seewer Warren Togami Jeremy Katz -David Dillow Dave Young +David Dillow Michal Soltys Amerigo Wang Colin Guthrie @@ -16,11 +16,11 @@ Andreas Thienemann Hans de Goede John Reiser Luca Berra +WANG Chao Daniel Drake Dan Horák -WANG Chao -Leho Kraav Baoquan He +Leho Kraav Brian C. Lane Kamil Rytarowski Marc Grimme @@ -28,6 +28,7 @@ Chao Wang Frederic Crozat Jesse Keating Milan Broz +Radek Vykydal Roberto Sassu Anton Blanchard Bill Nottingham @@ -40,13 +41,13 @@ Lance Albertson Marian Ganisin Michael Ploujnikov Peter Rajnoha -Radek Vykydal Wim Muskee Alan Jenkins Alan Pevec Frederick Grose Ian Dall James Buren +James Lee Joey Boggs Konrad Rzeszutek Wilk Mike Snitzer @@ -64,6 +65,7 @@ Canek Peláez Valdés Chris Leech Christian Heinz Cong Wang +Daniel Schaal Dave Jones Dave Young Dennis Schridde @@ -71,7 +73,6 @@ Duane Griffin Glen Gray Hermann Gausterer James Laska -James Lee Jan Stodola Jiri Pirko Joe Lawrence diff --git a/NEWS b/NEWS index c1057515..d77a9e88 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,50 @@ +dracut-032 +========== +- add parameter --print-cmdline + This prints the kernel command line parameters for the current disk + layout. + $ dracut --print-cmdline + rd.luks.uuid=luks-e68c8906-6542-4a26-83c4-91b4dd9f0471 + rd.lvm.lv=debian/root rd.lvm.lv=debian/usr root=/dev/mapper/debian-root + rootflags=rw,relatime,errors=remount-ro,user_xattr,barrier=1,data=ordered + rootfstype=ext4 +- dracut.sh: add --persistent-policy option and persistent_policy conf option + --persistent-policy : + Use to address disks and partitions. + can be any directory name found in /dev/disk. + E.g. "by-uuid", "by-label" +- dracut now creates the initramfs without udevadm + that means the udev database does not have to populated + and the initramfs can be built in a chroot with + /sys /dev /proc mounted +- renamed dracut_install() to inst_multiple() for consistent naming +- if $libdirs is unset, fall back to ld.so.cache paths +- always assemble /usr device in initramfs +- bash module added (disable it, if you really want dash) +- continue to boot, if the main loop times out, in systemd mode +- removed inst*() shell pure versions, dracut-install binary is in charge now +- fixed ifcfg file generation for vlan +- do not include adjtime and localtime anymore +- fixed generation of zfcp.conf of CMS setups +- install vt102 terminfo + dracut_install() is still there for backwards compat +- do not strip files in FIPS mode +- fixed iBFT interface configuration +- fs-lib: install fsck and fsck.ext* +- shutdown: fixed killall_proc_mountpoint() +- network: also wait for ethernet interfaces to setup +- fixed checking for FIPS mode + +Contributions from: +Harald Hoyer +WANG Chao +Baoquan He +Daniel Schaal +Dave Young +James Lee +Radek Vykydal + + dracut-031 ========== - do not include the resume dracut module in hostonly mode, -- cgit v1.2.3