diff options
-rw-r--r-- | AUTHORS | 11 | ||||
-rw-r--r-- | NEWS | 47 |
2 files changed, 53 insertions, 5 deletions
@@ -5,8 +5,8 @@ Will Woods <wwoods@redhat.com> Philippe Seewer <philippe.seewer@bfh.ch> Warren Togami <wtogami@redhat.com> Jeremy Katz <katzj@redhat.com> -David Dillow <dave@thedillows.org> Dave Young <dyoung@redhat.com> +David Dillow <dave@thedillows.org> Michal Soltys <soltys@ziu.info> Amerigo Wang <amwang@redhat.com> Colin Guthrie <colin@mageia.org> @@ -16,11 +16,11 @@ Andreas Thienemann <andreas@bawue.net> Hans de Goede <hdegoede@redhat.com> John Reiser <jreiser@bitwagon.com> Luca Berra <bluca@vodka.it> +WANG Chao <chaowang@redhat.com> Daniel Drake <dsd@laptop.org> Dan Horák <dhorak@redhat.com> -WANG Chao <chaowang@redhat.com> -Leho Kraav <leho@kraav.com> Baoquan He <bhe@redhat.com> +Leho Kraav <leho@kraav.com> Brian C. Lane <bcl@redhat.com> Kamil Rytarowski <n54@gmx.com> Marc Grimme <grimme@atix.de> @@ -28,6 +28,7 @@ Chao Wang <chaowang@redhat.com> Frederic Crozat <fcrozat@suse.com> Jesse Keating <jkeating@redhat.com> Milan Broz <mbroz@redhat.com> +Radek Vykydal <rvykydal@redhat.com> Roberto Sassu <roberto.sassu@polito.it> Anton Blanchard <anton@samba.org> Bill Nottingham <notting@redhat.com> @@ -40,13 +41,13 @@ Lance Albertson <lance@osuosl.org> Marian Ganisin <mganisin@redhat.com> Michael Ploujnikov <plouj@somanetworks.com> Peter Rajnoha <prajnoha@redhat.com> -Radek Vykydal <rvykydal@redhat.com> Wim Muskee <wimmuskee@gmail.com> Alan Jenkins <alan-jenkins@tuffmail.co.uk> Alan Pevec <apevec@redhat.com> Frederick Grose <fgrose@sugarlabs.org> Ian Dall <ian@beware.dropbear.id.au> James Buren <ryuo@frugalware.org> +James Lee <jlee@thestaticvoid.com> Joey Boggs <jboggs@redhat.com> Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Mike Snitzer <snitzer@redhat.com> @@ -64,6 +65,7 @@ Canek Peláez Valdés <caneko@gmail.com> Chris Leech <cleech@redhat.com> Christian Heinz <christian.ch.heinz@gmail.com> Cong Wang <amwang@redhat.com> +Daniel Schaal <farbing@web.de> Dave Jones <davej@redhat.com> Dave Young <dave@redhat.com> Dennis Schridde <devurandom@gmx.net> @@ -71,7 +73,6 @@ Duane Griffin <duaneg@dghda.com> Glen Gray <slaine@slaine.org> Hermann Gausterer <git-dracut-2012@mrq1.org> James Laska <jlaska@redhat.com> -James Lee <jlee@thestaticvoid.com> Jan Stodola <jstodola@redhat.com> Jiri Pirko <jiri@resnulli.us> Joe Lawrence <Joe.Lawrence@stratus.com> @@ -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 <policy>: + Use <policy> to address disks and partitions. + <policy> 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, |