version 008
parent
b9d7fda0e1
commit
6ae5caf008
3
AUTHORS
3
AUTHORS
|
|
@ -25,6 +25,7 @@ Peter Rajnoha <prajnoha@redhat.com>
|
|||
Vladislav Bogdanov <bubble@hoster-ok.com>
|
||||
Alexander Todorov <atodorov@redhat.com>
|
||||
Andy Lutomirski <luto@mit.edu>
|
||||
Christian Heinz <christian.ch.heinz@gmail.com>
|
||||
Dan Horák <dhorak@redhat.com>
|
||||
Dave Jones <davej@redhat.com>
|
||||
Frederic Crozat <fcrozat@mandriva.com>
|
||||
|
|
@ -32,6 +33,7 @@ Glen Gray <slaine@slaine.org>
|
|||
Ian Dall <ian@beware.dropbear.id.au>
|
||||
James Laska <jlaska@redhat.com>
|
||||
Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
|
||||
Lubomir Rintel <lkundrak@v3.sk>
|
||||
Luca Berra <bluca@vodka.it>
|
||||
Matt <smoothsailing72@hotmail.com>
|
||||
Matt Smith <shadowfax@gmx.com>
|
||||
|
|
@ -41,5 +43,6 @@ Pádraig Brady <P@draigBrady.com>
|
|||
Quentin Armitage <quentin@armitage.org.uk>
|
||||
Sergey Fionov <fionov@gmail.com>
|
||||
Thilo Bangert <thilo.bangert@gmx.net>
|
||||
Tomasz Torcz <tomek@pipebreaker.pl>
|
||||
Ville Skyttä <ville.skytta@iki.fi>
|
||||
Yanko Kaneti <yaneti@declera.com>
|
||||
|
|
|
|||
15
NEWS
15
NEWS
|
|
@ -1,6 +1,21 @@
|
|||
dracut-008
|
||||
==========
|
||||
- removed --ignore-kernel-modules option (no longer necessary)
|
||||
- renamed kernel command line arguments to follow the rd. naming scheme
|
||||
- merged check, install, installkernel to module-info.sh
|
||||
- support for bzip2 and xz compressed initramfs images.
|
||||
- source code beautification
|
||||
- lots of documentation
|
||||
- lsinitrd: "catinitrd" functionality
|
||||
- dracut: --list-modules
|
||||
- lvm: support for dynamic LVM SNAPSHOT root volume
|
||||
- 95fstab-sys: mount all /etc/fstab.sys volumes before switch_root
|
||||
- 96insmodpost dracut module
|
||||
- rd.shell=1 per default
|
||||
- rootfs-block:mount-root.sh add fsck
|
||||
- busybox shell replacements module
|
||||
- honor old "real_init="
|
||||
- 97biosdevname dracut module
|
||||
|
||||
dracut-007
|
||||
==========
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
Name: dracut
|
||||
Version: 008
|
||||
%define release_prefix 0.10%{?rdist}
|
||||
%define release_prefix 1%{?rdist}
|
||||
Release: %{release_prefix}
|
||||
|
||||
Summary: Initramfs generator using udev
|
||||
|
|
@ -81,7 +81,7 @@ Requires: tar
|
|||
Requires: udev
|
||||
|
||||
%if 0%{?fedora}
|
||||
Requires: util-linux-ng >= 2.16
|
||||
Requires: util-linux >= 2.16
|
||||
Requires: initscripts >= 8.63-1
|
||||
Requires: plymouth >= 0.8.0-0.2009.29.09.19.1
|
||||
%endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue