6adbc8b
%define dracutlibdir %{_prefix}/lib/dracut
6adbc8b
f7bd513
# Variables must be defined
f3773a3
%define with_nbd                1
105b5b7
819af3b
# nbd in Fedora only
819af3b
%if 0%{?rhel} >= 6
819af3b
%define with_nbd 0
819af3b
%endif
819af3b
ef5195b
Name: dracut
f588f18
Version: 026
f588f18
Release: 1%{?dist}
819af3b
ef5195b
Summary: Initramfs generator using udev
79293ff
%if 0%{?fedora} || 0%{?rhel}
a600099
Group: System Environment/Base
819af3b
%endif
a4c36ce
%if 0%{?suse_version}
819af3b
Group: System/Base
819af3b
%endif
c4a5a08
c4a5a08
# The entire source code is GPLv2+
c4a5a08
# except install/* which is LGPLv2.1+
c4a5a08
License: GPLv2+ and LGPLv2.1+
c4a5a08
1f95645
URL: https://dracut.wiki.kernel.org/
c4a5a08
a600099
# Source can be generated by
77a5db3
# http://git.kernel.org/?p=boot/dracut/dracut.git;a=snapshot;h=%{version};sf=tgz
77a5db3
Source0: http://www.kernel.org/pub/linux/utils/boot/dracut/dracut-%{version}.tar.bz2
094c9e4
094c9e4
401ad95
BuildRequires: dash bash git
7a7caee
79293ff
%if 0%{?fedora} || 0%{?rhel}
ef5195b
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
819af3b
%endif
a4c36ce
%if 0%{?suse_version}
819af3b
BuildRoot: %{_tmppath}/%{name}-%{version}-build
819af3b
%endif
819af3b
79293ff
%if 0%{?fedora} || 0%{?rhel}
819af3b
BuildRequires: docbook-style-xsl docbook-dtds libxslt
9a7b23f
%endif
9a7b23f
a4c36ce
%if 0%{?suse_version}
1ee1e39
-BuildRequires: docbook-xsl-stylesheets libxslt
9a7b23f
%endif
1b7b015
1ee1e39
BuildRequires: asciidoc
1ee1e39
79293ff
%if 0%{?fedora} > 12 || 0%{?rhel}
1b7b015
# no "provides", because dracut does not offer
1b7b015
# all functionality of the obsoleted packages
1b7b015
Obsoletes: mkinitrd <= 6.0.93
1b7b015
Obsoletes: mkinitrd-devel <= 6.0.93
1b7b015
Obsoletes: nash <= 6.0.93
1b7b015
Obsoletes: libbdevid-python <= 6.0.93
1b7b015
%endif
819af3b
7a7caee
%if 0%{?fedora} > 16 || 0%{?rhel} > 6
7a7caee
BuildRequires: systemd-units
7a7caee
%endif
7a7caee
819af3b
%if 0%{?suse_version} > 9999
819af3b
Obsoletes: mkinitrd < 2.6.1
819af3b
Provides: mkinitrd = 2.6.1
819af3b
%endif
819af3b
f3773a3
Obsoletes: dracut-kernel < 005
f3773a3
Provides:  dracut-kernel = %{version}-%{release}
1b7b015
257221b
Requires: bash
ef5195b
Requires: coreutils
257221b
Requires: cpio
257221b
Requires: filesystem >= 2.1.0
ef5195b
Requires: findutils
ef5195b
Requires: grep
66318bb
Requires: hardlink
1a09cd0
Requires: gzip xz
257221b
Requires: module-init-tools >= 3.7-9
257221b
Requires: sed
8020528
Requires: file
12f6cc0
Requires: kpartx
1ee1e39
Requires: udev > 166
811c04a
Requires: kbd kbd-misc
79293ff
%if 0%{?fedora} || 0%{?rhel} > 6
1ee1e39
Requires: util-linux >= 2.21
f588f18
Conflicts: systemd < 198
79293ff
%else
1ee1e39
Requires: util-linux-ng >= 2.21
79293ff
%endif
819af3b
55891eb
%if 0%{?fedora} || 0%{?rhel} > 6
6adbc8b
Conflicts: initscripts < 8.63-1
6adbc8b
Conflicts: plymouth < 0.8.0-0.2009.29.09.19.1
819af3b
%endif
ef5195b
fe31f86
Conflicts: mdadm < 3.2.6-14
fe31f86
ef5195b
%description
ad150c9
dracut contains tools to create a bootable initramfs for 2.6 Linux kernels.
a600099
Unlike existing implementations, dracut does hard-code as little as possible
ad150c9
into the initramfs. dracut contains various modules which are driven by the
a600099
event-based udev. Having root on MD, DM, LVM2, LUKS is supported as well as
f3773a3
NFS, iSCSI, NBD, FCoE with the dracut-network package.
ef5195b
c518b61
%package network
ad150c9
Summary: dracut modules to build a dracut initramfs with network support
ef5195b
Requires: %{name} = %{version}-%{release}
ad150c9
Requires: iputils
ad150c9
Requires: iproute
819af3b
Obsoletes: dracut-generic < 008
819af3b
Provides:  dracut-generic = %{version}-%{release}
c518b61
c518b61
%description network
c518b61
This package requires everything which is needed to build a generic
c518b61
all purpose initramfs with network support with dracut.
c518b61
a66b474
%if 0%{?fedora} || 0%{?rhel} >= 6 || 0%{?suse_version}
a8cc470
%package fips
ad150c9
Summary: dracut modules to build a dracut initramfs with an integrity check
a8cc470
Requires: %{name} = %{version}-%{release}
a8cc470
Requires: hmaccalc
348aae1
%if 0%{?rhel} > 5
348aae1
# For Alpha 3, we want nss instead of nss-softokn
348aae1
Requires: nss
348aae1
%else
fecda73
Requires: nss-softokn
348aae1
%endif
fecda73
Requires: nss-softokn-freebl
a8cc470
a8cc470
%description fips
a8cc470
This package requires everything which is needed to build an
a8cc470
all purpose initramfs with dracut, which does an integrity check.
819af3b
%endif
a042533
6adbc8b
%package fips-aesni
ad150c9
Summary: dracut modules to build a dracut initramfs with an integrity check with aesni-intel
6adbc8b
Requires: %{name}-fips = %{version}-%{release}
6adbc8b
6adbc8b
%description fips-aesni
6adbc8b
This package requires everything which is needed to build an
79293ff
all purpose initramfs with dracut, which does an integrity check
6adbc8b
and adds the aesni-intel kernel module.
6adbc8b
1f95645
%package caps
ad150c9
Summary: dracut modules to build a dracut initramfs which drops capabilities
1f95645
Requires: %{name} = %{version}-%{release}
1f95645
Requires: libcap
1f95645
1f95645
%description caps
1f95645
This package requires everything which is needed to build an
1f95645
all purpose initramfs with dracut, which drops capabilities.
1f95645
a042533
%package tools
ad150c9
Summary: dracut tools to build the local initramfs
63c8b55
Requires: %{name} = %{version}-%{release}
a042533
a042533
%description tools
a042533
This package contains tools to assemble the local initrd and host configuration.
ef5195b
ef5195b
%prep
77a5db3
%setup -q -n %{name}-%{version}
6adbc8b
6adbc8b
%if %{defined PATCH1}
401ad95
git init
401ad95
git config user.email "dracut-maint@redhat.com"
401ad95
git config user.name "Fedora dracut team"
401ad95
git add .
401ad95
git commit -a -q -m "%{version} baseline."
401ad95
401ad95
# Apply all the patches.
401ad95
git am -p1 %{patches}
6adbc8b
%endif
ef5195b
ef5195b
%build
1ee1e39
make all
ef5195b
ef5195b
%install
79293ff
%if 0%{?fedora} || 0%{?rhel}
ef5195b
rm -rf $RPM_BUILD_ROOT
819af3b
%endif
6adbc8b
make install DESTDIR=$RPM_BUILD_ROOT \
6adbc8b
     libdir=%{_prefix}/lib \
6adbc8b
     bindir=%{_bindir} \
79293ff
%if %{defined _unitdir}
79293ff
     systemdsystemunitdir=%{_unitdir} \
79293ff
%endif
79293ff
     sysconfdir=/etc mandir=%{_mandir}
ef5195b
360a821
echo "DRACUT_VERSION=%{version}-%{release}" > $RPM_BUILD_ROOT/%{dracutlibdir}/dracut-version.sh
819af3b
a66b474
%if 0%{?fedora} == 0 && 0%{?rhel} == 0 && 0%{?suse_version} == 0
6adbc8b
rm -fr $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/01fips
6adbc8b
rm -fr $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/02fips-aesni
819af3b
%endif
819af3b
f588f18
%if %{defined _unitdir}
f588f18
# for systemd, better use systemd-bootchart
f588f18
rm -fr $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/00bootchart
f588f18
%endif
f588f18
2d3fda9
# we do not support dash in the initramfs
2d3fda9
rm -fr $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/00dash
2d3fda9
63c8b55
# remove gentoo specific modules
6adbc8b
rm -fr $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/50gensplash
ef5195b
953eb61
%if %{defined _unitdir}
953eb61
# with systemd IMA and selinux modules do not make sense
953eb61
rm -fr $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/96securityfs
953eb61
rm -fr $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/97masterkey
953eb61
rm -fr $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/98integrity
953eb61
rm -fr $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/98selinux
953eb61
%endif
953eb61
a042533
mkdir -p $RPM_BUILD_ROOT/boot/dracut
a042533
mkdir -p $RPM_BUILD_ROOT/var/lib/dracut/overlay
501bcb9
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/log
501bcb9
touch $RPM_BUILD_ROOT%{_localstatedir}/log/dracut.log
1f95645
mkdir -p $RPM_BUILD_ROOT%{_sharedstatedir}/initramfs
a042533
a66b474
%if 0%{?fedora} || 0%{?rhel} || 0%{?suse_version}
f588f18
install -m 0644 dracut.conf.d/fedora.conf.example $RPM_BUILD_ROOT%{dracutlibdir}/dracut.conf.d/01-dist.conf
f588f18
install -m 0644 dracut.conf.d/fips.conf.example $RPM_BUILD_ROOT%{dracutlibdir}/dracut.conf.d/40-fips.conf
819af3b
%endif
819af3b
a4c36ce
%if 0%{?suse_version}
f588f18
install -m 0644 dracut.conf.d/suse.conf.example   $RPM_BUILD_ROOT%{dracutlibdir}/dracut.conf.d/01-dist.conf
819af3b
%endif
819af3b
819af3b
%if 0%{?fedora} <= 12 && 0%{?rhel} < 6 && 0%{?suse_version} <= 9999
6adbc8b
rm $RPM_BUILD_ROOT%{_bindir}/mkinitrd
6adbc8b
rm $RPM_BUILD_ROOT%{_bindir}/lsinitrd
1b7b015
%endif
1b7b015
77a5db3
mkdir -p $RPM_BUILD_ROOT/etc/logrotate.d
77a5db3
install -m 0644 dracut.logrotate $RPM_BUILD_ROOT/etc/logrotate.d/dracut_log
1f95645
e9260f3
# create compat symlink
e9260f3
mkdir -p $RPM_BUILD_ROOT/sbin
e9260f3
ln -s /usr/bin/dracut $RPM_BUILD_ROOT/sbin/dracut
8e216fc
ef5195b
%clean
ef5195b
rm -rf $RPM_BUILD_ROOT
ef5195b
ef5195b
%files
ef5195b
%defattr(-,root,root,0755)
6b0eba3
%doc README HACKING TODO COPYING AUTHORS NEWS dracut.html dracut.png dracut.svg
6adbc8b
%{_bindir}/dracut
e9260f3
# compat symlink
e9260f3
/sbin/dracut
819af3b
%if 0%{?fedora} > 12 || 0%{?rhel} >= 6 || 0%{?suse_version} > 9999
6adbc8b
%{_bindir}/mkinitrd
6adbc8b
%{_bindir}/lsinitrd
1b7b015
%endif
6adbc8b
%dir %{dracutlibdir}
6adbc8b
%dir %{dracutlibdir}/modules.d
79293ff
%{dracutlibdir}/dracut-functions.sh
6adbc8b
%{dracutlibdir}/dracut-functions
360a821
%{dracutlibdir}/dracut-version.sh
79293ff
%{dracutlibdir}/dracut-logger.sh
9d87a2b
%{dracutlibdir}/dracut-initramfs-restore
c4a5a08
%{dracutlibdir}/dracut-install
ef5195b
%config(noreplace) /etc/dracut.conf
79293ff
%if 0%{?fedora} || 0%{?suse_version} || 0%{?rhel}
f588f18
%{dracutlibdir}/dracut.conf.d/01-dist.conf
819af3b
%endif
f3773a3
%dir /etc/dracut.conf.d
f588f18
%dir %{dracutlibdir}/dracut.conf.d
ef5195b
%{_mandir}/man8/dracut.8*
12f6cc0
%{_mandir}/man8/*service.8*
a66b474
%if 0%{?fedora} > 12 || 0%{?rhel} >= 6 || 0%{?suse_version} > 9999
2d3fda9
%{_mandir}/man8/mkinitrd.8*
a66b474
%{_mandir}/man1/lsinitrd.1*
a66b474
%endif
63c8b55
%{_mandir}/man7/dracut.kernel.7*
6adbc8b
%{_mandir}/man7/dracut.cmdline.7*
348aae1
%{_mandir}/man5/dracut.conf.5*
f588f18
%if %{defined _unitdir}
f588f18
%{dracutlibdir}/modules.d/00systemd-bootchart
f588f18
%else
6adbc8b
%{dracutlibdir}/modules.d/00bootchart
f588f18
%endif
d1bf89c
%{dracutlibdir}/modules.d/04watchdog
6adbc8b
%{dracutlibdir}/modules.d/05busybox
6adbc8b
%{dracutlibdir}/modules.d/10i18n
98731e8
%{dracutlibdir}/modules.d/30convertfs
4112f58
%{dracutlibdir}/modules.d/45url-lib
ad150c9
%{dracutlibdir}/modules.d/50drm
6adbc8b
%{dracutlibdir}/modules.d/50plymouth
1a09cd0
%{dracutlibdir}/modules.d/80cms
6adbc8b
%{dracutlibdir}/modules.d/90btrfs
6adbc8b
%{dracutlibdir}/modules.d/90crypt
6adbc8b
%{dracutlibdir}/modules.d/90dm
6adbc8b
%{dracutlibdir}/modules.d/90dmraid
6adbc8b
%{dracutlibdir}/modules.d/90dmsquash-live
6adbc8b
%{dracutlibdir}/modules.d/90kernel-modules
6adbc8b
%{dracutlibdir}/modules.d/90lvm
6adbc8b
%{dracutlibdir}/modules.d/90mdraid
6adbc8b
%{dracutlibdir}/modules.d/90multipath
53e9906
%{dracutlibdir}/modules.d/90qemu
6adbc8b
%{dracutlibdir}/modules.d/91crypt-gpg
12f6cc0
%{dracutlibdir}/modules.d/91crypt-loop
6adbc8b
%{dracutlibdir}/modules.d/95debug
6adbc8b
%{dracutlibdir}/modules.d/95resume
6adbc8b
%{dracutlibdir}/modules.d/95rootfs-block
6adbc8b
%{dracutlibdir}/modules.d/95dasd
6adbc8b
%{dracutlibdir}/modules.d/95dasd_mod
6adbc8b
%{dracutlibdir}/modules.d/95fstab-sys
6adbc8b
%{dracutlibdir}/modules.d/95zfcp
6adbc8b
%{dracutlibdir}/modules.d/95terminfo
6adbc8b
%{dracutlibdir}/modules.d/95udev-rules
ab65ae2
%{dracutlibdir}/modules.d/95virtfs
953eb61
%if %{undefined _unitdir}
6adbc8b
%{dracutlibdir}/modules.d/96securityfs
6adbc8b
%{dracutlibdir}/modules.d/97masterkey
953eb61
%{dracutlibdir}/modules.d/98selinux
6adbc8b
%{dracutlibdir}/modules.d/98integrity
953eb61
%endif
953eb61
%{dracutlibdir}/modules.d/97biosdevname
953eb61
%{dracutlibdir}/modules.d/98ecryptfs
ee76a08
%{dracutlibdir}/modules.d/98pollcdrom
6adbc8b
%{dracutlibdir}/modules.d/98syslog
8020528
%{dracutlibdir}/modules.d/98systemd
6adbc8b
%{dracutlibdir}/modules.d/98usrmount
6adbc8b
%{dracutlibdir}/modules.d/99base
6adbc8b
%{dracutlibdir}/modules.d/99fs-lib
4112f58
%{dracutlibdir}/modules.d/99img-lib
6adbc8b
%{dracutlibdir}/modules.d/99shutdown
77a5db3
%config(noreplace) /etc/logrotate.d/dracut_log
501bcb9
%attr(0644,root,root) %ghost %config(missingok,noreplace) %{_localstatedir}/log/dracut.log
1f95645
%dir %{_sharedstatedir}/initramfs
79293ff
%if %{defined _unitdir}
89b080e
%{_unitdir}/dracut-shutdown.service
89b080e
%{_unitdir}/shutdown.target.wants/dracut-shutdown.service
7a7caee
%endif
f588f18
%if 0%{?fedora} || 0%{?rhel} > 6
f588f18
%{_prefix}/lib/kernel/install.d/50-dracut.install
f588f18
%endif
c518b61
c518b61
%files network
ef5195b
%defattr(-,root,root,0755)
6adbc8b
%{dracutlibdir}/modules.d/40network
6adbc8b
%{dracutlibdir}/modules.d/95fcoe
6adbc8b
%{dracutlibdir}/modules.d/95iscsi
6adbc8b
%{dracutlibdir}/modules.d/90livenet
53e9906
%{dracutlibdir}/modules.d/90qemu-net
12f6cc0
%{dracutlibdir}/modules.d/95cifs
6adbc8b
%{dracutlibdir}/modules.d/95nbd
6adbc8b
%{dracutlibdir}/modules.d/95nfs
83ebbb2
%{dracutlibdir}/modules.d/95ssh-client
6adbc8b
%{dracutlibdir}/modules.d/45ifcfg
6adbc8b
%{dracutlibdir}/modules.d/95znet
ef5195b
a66b474
%if 0%{?fedora} || 0%{?rhel} || 0%{?suse_version}
a8cc470
%files fips
a8cc470
%defattr(-,root,root,0755)
6adbc8b
%{dracutlibdir}/modules.d/01fips
f588f18
%{dracutlibdir}/dracut.conf.d/40-fips.conf
819af3b
%endif
c518b61
6adbc8b
%files fips-aesni
6adbc8b
%defattr(-,root,root,0755)
6adbc8b
%doc COPYING
6adbc8b
%{dracutlibdir}/modules.d/02fips-aesni
6adbc8b
1f95645
%files caps
1f95645
%defattr(-,root,root,0755)
6adbc8b
%{dracutlibdir}/modules.d/02caps
1f95645
a600099
%files tools
a042533
%defattr(-,root,root,0755)
1b7b015
%{_mandir}/man8/dracut-catimages.8*
6adbc8b
%{_bindir}/dracut-catimages
a042533
%dir /boot/dracut
a042533
%dir /var/lib/dracut
a042533
%dir /var/lib/dracut/overlay
a042533
ef5195b
%changelog
f588f18
* Fri Mar 08 2013 Harald Hoyer <harald@redhat.com> 026-1
f588f18
- version 026
f588f18
fe31f86
* Mon Feb 11 2013 Harald Hoyer <harald@redhat.com> 025-35.git20130211
fe31f86
- update to recent git
fe31f86
ad150c9
* Wed Jan 23 2013 Harald Hoyer <harald@redhat.com> 025-1
ad150c9
- version 025
ad150c9
7e00d97
* Tue Aug 21 2012 Harald Hoyer <harald@redhat.com> 023-13.git20120821
7e00d97
- reintroduce rd.neednet, which reenables anaconda networking
7e00d97
- fix some dracut-install corner cases
7e00d97
- fix FIPS for /boot not on extra partition
7e00d97
7948b53
* Wed Aug 01 2012 Dennis Gilmore <dennis@ausil.us> - 023-2
7948b53
- add patch to include omap_hsmmc for arm
7948b53
bd8a891
* Wed Aug 01 2012 Harald Hoyer <harald@redhat.com> 023-1
bd8a891
- version 023
bd8a891
ae59c42
* Mon Jul 30 2012 Harald Hoyer <harald@redhat.com> 022-99.git20120730
ae59c42
- removed install of missing finished-ask-password.sh
ae59c42
811c04a
* Mon Jul 30 2012 Harald Hoyer <harald@redhat.com> 022-97.git20120730
811c04a
- moved crypt setup to systemd units
811c04a
12f6cc0
* Fri Jul 27 2012 Harald Hoyer <harald@redhat.com> 022-63.git20120727
12f6cc0
- fixed dracut-install bug if /var/tmp contains a symlink
12f6cc0
- fixed some partx issues
12f6cc0
7620760
* Mon Jul 23 2012 Harald Hoyer <harald@redhat.com> 022-5.git20120723
7620760
- dracut.8: added more documentation about executing dracut
7620760
60a1f9a
* Fri Jul 20 2012 Harald Hoyer <harald@redhat.com> 022-2.git20120720
60a1f9a
- fixed some race condition for resume from hibernation
60a1f9a
1eb2f98
* Fri Jul 20 2012 Harald Hoyer <harald@redhat.com> 022-1
1eb2f98
- version 022
1eb2f98
- host-only kernel modules fix
1eb2f98
ca4699a
* Fri Jul 20 2012 Harald Hoyer <harald@redhat.com> 021-1
ca4699a
- version 21
ca4699a
- systemd in the initramfs reenabled
ca4699a
- new option "--kver"
ca4699a
db646fe
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 020-97.git20120717
db646fe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
db646fe
a66b474
* Tue Jul 17 2012 Harald Hoyer <harald@redhat.com> 020-96.git20120717
a66b474
- disabled systemd in the initramfs, until it works correctly
a66b474
43b2110
* Wed Jul 11 2012 Harald Hoyer <harald@redhat.com> 020-84.git20120711
43b2110
- add back "--force" to switch-root, otherwise systemd umounts /run
43b2110
08211a1
* Wed Jul 11 2012 Harald Hoyer <harald@redhat.com> 020-83.git20120711
08211a1
- more systemd journal fixes
08211a1
- nfs module fix
08211a1
- install also /lib/modprobe.d/*
08211a1
- fixed dracut-shutdown service
08211a1
- safeguards for dracut-install
08211a1
- for --include also copy symlinks
08211a1
79ba087
* Tue Jul 10 2012 Harald Hoyer <harald@redhat.com> 020-72.git20120710
79ba087
- stop journal rather than restart
79ba087
- copy over dracut services to /run/systemd/system
79ba087
2265b4c
* Tue Jul 10 2012 Harald Hoyer <harald@redhat.com> 020-70.git20120710
2265b4c
- more systemd unit fixups
2265b4c
- restart systemd-journald in switch-root post
2265b4c
- fixed dracut-install loader ldd error message
2265b4c
89b080e
* Mon Jul 09 2012 Harald Hoyer <harald@redhat.com> 020-64.git20120709
89b080e
- fixed plymouth install
89b080e
- fixed resume
89b080e
- fixed dhcp
89b080e
- no dracut systemd services installed in the system
89b080e
c671e47
* Mon Jul 09 2012 Harald Hoyer <harald@redhat.com> 020-57.git20120709
c671e47
- more fixups for systemd-udevd unit renaming
c671e47
cc894b9
* Mon Jul 09 2012 Harald Hoyer <harald@redhat.com> 020-55.git20120709
cc894b9
- require systemd >= 186
cc894b9
- more fixups for systemd-udevd unit renaming
cc894b9
c1d206c
* Mon Jul 09 2012 Harald Hoyer <harald@redhat.com> 020-52.git20120709
c1d206c
- fixed prefix in 01-dist.conf
c1d206c
2d3fda9
* Fri Jul 06 2012 Harald Hoyer <harald@redhat.com> 020-51.git20120706
2d3fda9
- cope with systemd-udevd unit renaming
2d3fda9
- fixed network renaming
2d3fda9
- removed dash module
2d3fda9
1837a53
* Mon Jul 02 2012 Harald Hoyer <harald@redhat.com> 020-22.git20120702
1837a53
- fixed kernel modules install
1837a53
c4a5a08
* Mon Jul 02 2012 Harald Hoyer <harald@redhat.com> 020-21.git20120702
c4a5a08
- moved /usr/bin/dracut-install to /usr/lib
c4a5a08
- more speedups
c4a5a08
094c9e4
* Fri Jun 29 2012 Harald Hoyer <harald@redhat.com> 020-1
094c9e4
- version 020
094c9e4
- new /usr/bin/dracut-install tool
094c9e4
- major speedup of the image creation
094c9e4
53e9906
* Mon Jun 25 2012 Harald Hoyer <harald@redhat.com> 019-92.git20120625
53e9906
- support vlan tagged binding
53e9906
- speedup initramfs emergency service
53e9906
- speedup image creation
53e9906
- fix installkernel() return codes
53e9906
Resolves: rhbz#833256
53e9906
- add qemu and qemu-net modules to add qemu drivers even in host-only
53e9906
- speedup btrfs and xfs fsck (nop)
53e9906
- no more mknod in the initramfs (fixes plymouth on s390)
53e9906
5414ff2
* Thu Jun 21 2012 Harald Hoyer <harald@redhat.com> 019-62.git20120621
5414ff2
- do not require pkg-config for systemd
5414ff2
- i18n fixes
5414ff2
- less systemd services in the initramfs
5414ff2
e3ef571
* Thu Jun 21 2012 Harald Hoyer <harald@redhat.com> 019-57.git20120620
e3ef571
- systemd is now the default init in the initramfs
e3ef571
d1bf89c
* Mon Jun 18 2012 Harald Hoyer <harald@redhat.com> 019-40.git20120618
d1bf89c
- new upstream version
d1bf89c
18c19d3
* Mon Jun 11 2012 Harald Hoyer <harald@redhat.com> 019-16.git20120611
18c19d3
- new upstream version
18c19d3
0b1133b
* Tue Jun 05 2012 Dennis Gilmore <dennis@ausil.us> 019-2
0b1133b
- include omapdrm with the arm modules
0b1133b
360a821
* Mon Jun 04 2012 Harald Hoyer <harald@redhat.com> 019-1
360a821
- version 019-1
360a821
35271e2
* Tue May 22 2012 Harald Hoyer <harald@redhat.com> 018-74.git20120522
35271e2
- new upstream version
35271e2
a2daf51
* Thu May 17 2012 Dennis Gilmore <dennis@ausil.us> 018-53.git20120509
a2daf51
- add patch to pull in arm storage modules
a2daf51
8020528
* Wed May 09 2012 Harald Hoyer <harald@redhat.com> 018-52.git20120509
8020528
- new upstream version
8020528
0c26bf1
* Fri May 04 2012 Harald Hoyer <harald@redhat.com> 018-40.git20120504
0c26bf1
- new upstream version
0c26bf1
14f8389
* Wed Apr 25 2012 Harald Hoyer <harald@redhat.com> 018-37.git20120425.1
14f8389
- fixup for multipath and iscsi host-only detection
14f8389
a633d05
* Wed Apr 25 2012 Harald Hoyer <harald@redhat.com> 018-37.git20120425
a633d05
- fixed udevd location
a633d05
2f4f1d7
* Tue Apr 24 2012 Harald Hoyer <harald@redhat.com> 018-33.git20120424
2f4f1d7
- new upstream version
2f4f1d7
1f61980
* Thu Apr 19 2012 Harald Hoyer <harald@redhat.com> 018-25.git20120419
1f61980
- fixed network for non-network root (like installer media)
1f61980
953eb61
* Wed Apr 18 2012 Harald Hoyer <harald@redhat.com> 018-22.git20120418
953eb61
- new upstream version
953eb61
ab65ae2
* Mon Apr 16 2012 Harald Hoyer <harald@redhat.com> 018-12.git20120416
ab65ae2
- new upstream version, which fixes various anaconda loader issues
ab65ae2
1a09cd0
* Thu Apr 05 2012 Harald Hoyer <harald@redhat.com> 018-1
1a09cd0
- version 018
1a09cd0
f676c2a
* Thu Mar 22 2012 Harald Hoyer <harald@redhat.com> 017-62.git20120322
f676c2a
- fixed /run prefix copying
f676c2a
1ee1e39
* Wed Mar 21 2012 Harald Hoyer <harald@redhat.com> 017-59.git20120321
1ee1e39
- new upstream version, which fixes various anaconda loader issues
1ee1e39
9e9f8f2
* Mon Mar 12 2012 Harald Hoyer <harald@redhat.com> 017-43.git20120312
9e9f8f2
- live image: fixed image uncompression
9e9f8f2
- live updates for livenet
9e9f8f2
0e9e569
* Thu Mar 08 2012 Harald Hoyer <harald@redhat.com> 017-40.git20120308
0e9e569
- add s390 ctcm network kernel module
0e9e569
ee76a08
* Thu Mar 08 2012 Harald Hoyer <harald@redhat.com> 017-39.git20120308
ee76a08
- kill dhclient silently
ee76a08
- cleanup and fix network config writeout to /run/initramfs/state
ee76a08
Resolves: rhbz#799989
ee76a08
- various cleanups
ee76a08
65a3b74
* Fri Mar 02 2012 Harald Hoyer <harald@redhat.com> 017-22.git20120302
65a3b74
- nfs path fixes for live image over nfs
65a3b74
  root=live:nfs://10.10.10.10:/srv/all/install.img ip=dhcp rd.neednet
65a3b74
ada75c3
* Thu Mar 01 2012 Harald Hoyer <harald@redhat.com> 017-19.git20120301
ada75c3
- fixed include of some kernel modules
ada75c3
66318bb
* Wed Feb 29 2012 Harald Hoyer <harald@redhat.com> 017-17.git20120229
66318bb
- update to latest git
66318bb
- fixes for convertfs (/usr-move)
66318bb
79293ff
* Fri Feb 24 2012 Harald Hoyer <harald@redhat.com> 017-1
79293ff
- version 017
79293ff
0359152
* Fri Feb 17 2012 Harald Hoyer <harald@redhat.com> 016-9.git20120217
0359152
- update to latest git
0359152
4112f58
* Wed Feb 15 2012 Harald Hoyer <harald@redhat.com> 016-1
4112f58
- version 016
4112f58
2b3d0de
* Mon Feb 13 2012 Harald Hoyer <harald@redhat.com> 015-9.git20120213
2b3d0de
- update to latest git
2b3d0de
Kay Sievers ef36c3a
* Sun Feb 12 2012 Kay Sievers <kay@redhat.com> - 015-9.git20120210
Kay Sievers ef36c3a
- fix dependency loop in systemd service files
Kay Sievers ef36c3a
7a7caee
* Fri Feb 10 2012 Harald Hoyer <harald@redhat.com> 015-8.git20120210
7a7caee
- update to latest git
7a7caee
d45cf71
* Thu Feb 09 2012 Harald Hoyer <harald@redhat.com> 015-7.git20120209
d45cf71
- update to latest git
d45cf71
58be0ce
* Thu Feb 09 2012 Harald Hoyer <harald@redhat.com> 015-4.git20120209
58be0ce
- update to latest git
58be0ce
b9a7ee4
* Wed Feb 08 2012 Harald Hoyer <harald@redhat.com> 015-3.git20120208
b9a7ee4
- update to latest git
b9a7ee4
66972cc
* Tue Feb 07 2012 Harald Hoyer <harald@redhat.com> 015-1
66972cc
- version 015
66972cc
6d5d063
* Thu Feb 02 2012 Harald Hoyer <harald@redhat.com> 014-81.git20120202
6d5d063
- update to latest git
6d5d063
98731e8
* Thu Feb 02 2012 Harald Hoyer <harald@redhat.com> 014-80.git20120202
98731e8
- update to latest git
98731e8
c6f5599
* Thu Jan 26 2012 Harald Hoyer <harald@redhat.com> 014-77.git20120126.1
c6f5599
- rebuild for rawhide
c6f5599
656b7a6
* Thu Jan 26 2012 Harald Hoyer <harald@redhat.com> 014-77.git20120126
656b7a6
- update to latest git
656b7a6
4b0f24b
* Thu Jan 26 2012 Harald Hoyer <harald@redhat.com> 014-76.git20120126
4b0f24b
- update to latest git
4b0f24b
e9260f3
* Thu Jan 26 2012 Harald Hoyer <harald@redhat.com> 014-75.git20120126
e9260f3
- update to latest git
e9260f3
ed90d28
* Thu Jan 26 2012 Harald Hoyer <harald@redhat.com> 014-74.git20120126
ed90d28
- update to latest git
ed90d28
2e1225e
* Thu Jan 26 2012 Harald Hoyer <harald@redhat.com> 014-73.git20120126
2e1225e
- update to latest git
2e1225e
8e216fc
* Thu Jan 26 2012 Harald Hoyer <harald@redhat.com> 014-72.git20120126
8e216fc
- update to latest git
8e216fc
feffead
* Mon Jan 23 2012 Harald Hoyer <harald@redhat.com> 014-65.git20120123
feffead
- update to latest git
feffead
83ebbb2
* Mon Jan 23 2012 Harald Hoyer <harald@redhat.com> 014-61.git20120123
83ebbb2
- update to latest git
83ebbb2
3957aa4
* Tue Jan 17 2012 Harald Hoyer <harald@redhat.com> 014-38.git20120117
3957aa4
- update to latest git
3957aa4
0d01f7c
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 014-10.git20111215
0d01f7c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
0d01f7c
6adbc8b
* Thu Dec 15 2011 Harald Hoyer <harald@redhat.com> 014-9.git20111215
6adbc8b
- update to latest git
6adbc8b
- lots of patch changes
6adbc8b
401ad95
* Fri Oct 21 2011 Harald Hoyer <harald@redhat.com> 013-100.git20111021
401ad95
- update to latest git
401ad95
8a80334
* Thu Oct 20 2011 Harald Hoyer <harald@redhat.com> 013-93.git20111020
8a80334
- update to latest git
8a80334
55891eb
* Wed Oct 19 2011 Harald Hoyer <harald@redhat.com> 013-85.git20111019
55891eb
- update to latest git
55891eb
55891eb
* Tue Oct 04 2011 Harald Hoyer <harald@redhat.com> 013-15
55891eb
- fixed mdraid container handling
55891eb
Resolves: rhbz#743240
55891eb
55891eb
* Thu Sep 22 2011 Harald Hoyer <harald@redhat.com> 013-13
55891eb
- fixed mdraid issues
55891eb
- fixed btrfsck
55891eb
Resolves: rhbz#735602
55891eb
55891eb
* Wed Sep 21 2011 Harald Hoyer <harald@redhat.com> 013-12
55891eb
- removed patch backup files
55891eb
- reintroduced /dev/live
55891eb
55891eb
* Tue Sep 20 2011 Harald Hoyer <harald@redhat.com> 013-11
55891eb
- move mounting of securitfs to a seperate module
55891eb
Resolves: rhbz#737140
55891eb
55891eb
* Tue Sep 20 2011 Harald Hoyer <harald@redhat.com> 013-10
55891eb
- mount securitfs with the correct source
55891eb
Resolves: rhbz#737140
55891eb
55891eb
* Tue Sep 20 2011 Harald Hoyer <harald@redhat.com> 013-9
55891eb
- do not carry over initramfs udev rules
55891eb
Resolves: rhbz#734096
55891eb
55891eb
* Fri Sep 02 2011 Harald Hoyer <harald@redhat.com> 013-8
55891eb
- hopefully fixed one part of a loop/udev and loop/mount race
55891eb
Resolves: rhbz#735199
55891eb
55891eb
* Wed Aug 31 2011 Harald Hoyer <harald@redhat.com> 013-7
55891eb
- add /lib/udev/input_id to the initramfs
55891eb
- fix hmac install
55891eb
55891eb
* Tue Aug 30 2011 Harald Hoyer <harald@redhat.com> 013-6
55891eb
- fixed environment passing to real init
55891eb
Resolves: rhbz#733674
55891eb
- fixed lvm on md
55891eb
55891eb
* Mon Aug 29 2011 Harald Hoyer <harald@redhat.com> 013-5
55891eb
- fixed rhel/fedora version checks
55891eb
992688d
* Wed Aug 17 2011 Harald Hoyer <harald@redhat.com> 013-4
992688d
- fixed crash with livenet installed
992688d
05a0f89
* Wed Aug 17 2011 Harald Hoyer <harald@redhat.com> 013-3
05a0f89
- fixed live iso mounting
05a0f89
Resolves: rhbz#730579
05a0f89
153f869
* Fri Aug 12 2011 Harald Hoyer <harald@redhat.com> 013-1
153f869
- fixed symlink creation for lorax
153f869
7f792c1
* Wed Aug 10 2011 Harald Hoyer <harald@redhat.com> 011-41.git20110810
7f792c1
- fixed getargs() for empty args
7f792c1
b0eaf9e
* Wed Aug 10 2011 Harald Hoyer <harald@redhat.com> 011-40.git20110810
b0eaf9e
- fixed symbolic link creation in the initramfs
b0eaf9e
Resolves: rhbz#728863
b0eaf9e
f3160a5
* Wed Jul 20 2011 Harald Hoyer <harald@redhat.com> 011-15.git20110720
f3160a5
- "eject" is optional now
f3160a5
- refined shutdown procedure
f3160a5
77a5db3
* Mon Jul 18 2011 Harald Hoyer <harald@redhat.com> 011-1
77a5db3
- version 011
77a5db3
a600099
* Fri May 20 2011 Harald Hoyer <harald@redhat.com> 011-0.1%{?rdist}
a600099
- git snapshot of pre-version 011
a600099
63d4c1c
* Fri Apr 01 2011 Harald Hoyer <harald@redhat.com> 010-1
63d4c1c
- version 010
63d4c1c
d387bfe
* Thu Mar 31 2011 Harald Hoyer <harald@redhat.com> 009-5
d387bfe
- fixed PATH and kmsg logging
d387bfe
a0a8881
* Thu Mar 31 2011 Harald Hoyer <harald@redhat.com> 009-4
a0a8881
- fixed dmsquash rule generation
a0a8881
- fixed fips boot arg parsing
a0a8881
- fixed plymouth pid generation
a0a8881
d97cfae
* Wed Mar 30 2011 Harald Hoyer <harald@redhat.com> 009-3
d97cfae
- fixed dhcp
d97cfae
- added /lib/firmware/updates to firmware directories 
d97cfae
- fixed LiveCD /dev/.initramfs fallback
d97cfae
- fixed cdrom polling
d97cfae
- dropped net-tools dependency
d97cfae
3fe1017
* Tue Mar 29 2011 Harald Hoyer <harald@redhat.com> 009-2
3fe1017
- fixed empty output file argument handling:
3fe1017
  "dracut '' <kernel version>" 
3fe1017
689683c
* Mon Mar 28 2011 Harald Hoyer <harald@redhat.com> 009-1
689683c
- version 009
689683c
1f95645
* Thu Mar 17 2011 Harald Hoyer <harald@redhat.com> 009-0.1
1f95645
- version 009 prerelease
1f95645
458f76a
* Tue Feb 22 2011 Harald Hoyer <harald@redhat.com> 008-7
458f76a
- fixed lvm version parsing
458f76a
3ed9196
* Tue Feb 22 2011 Harald Hoyer <harald@redhat.com> 008-6
3ed9196
- fixed lvm version parsing
3ed9196
59f9af3
* Mon Feb 21 2011 Harald Hoyer <harald@redhat.com> 008-5
59f9af3
- fixed i18n unicode setting
59f9af3
- set cdrom in kernel polling
59f9af3
a80e307
* Fri Feb 18 2011 Harald Hoyer <harald@redhat.com> 008-4
a80e307
- readded dist tag
a80e307
0260fa5
* Fri Feb 18 2011 Harald Hoyer <harald@redhat.com> 008-3
0260fa5
- fixed i18n
0260fa5
- turned off selinux by default
0260fa5
cc91be1
* Wed Feb 09 2011 Harald Hoyer <harald@redhat.com> 008-2
cc91be1
- do not write dracut.log to /tmp under any circumstances
cc91be1
- touch /dev/.systemd/plymouth after plymouth started
cc91be1
e2db08a
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 008-1.1
e2db08a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
e2db08a
6b0eba3
* Wed Feb 02 2011 Harald Hoyer <harald@redhat.com> 008-1
6b0eba3
- version 008-1
6b0eba3
91221d4
* Mon Jan 17 2011 Harald Hoyer <harald@redhat.com> 008-0.11
91221d4
- removed "mount" requirement
91221d4
8796fe4
* Thu Nov 18 2010 Harald Hoyer <harald@redhat.com> - 008-0.10
8796fe4
- dracut-008 pre git snapshot
8796fe4
- fixes /dev/dri permissions
8796fe4
Resolves: rhbz#626559
8796fe4
8796fe4
* Fri Nov 12 2010 Harald Hoyer <harald@redhat.com> 008-0.9
f4f7dde
- dracut-008 pre git snapshot
f4f7dde
- fixes /dev/.udev permissions
f4f7dde
Resolves: rhbz#651594
f4f7dde
Harald Hoyer 86334e2
* Wed Nov  3 2010 Harald Hoyer <harald@redhat.com> - 008-0.8
Harald Hoyer 86334e2
- fixed fsck -a option
Harald Hoyer 86334e2
Harald Hoyer 86334e2
* Fri Oct 29 2010 Harald Hoyer <harald@redhat.com> 008-0.7
cc6288b
- added fsck to initramfs
cc6288b
Harald Hoyer 86334e2
* Fri Oct 29 2010 Harald Hoyer <harald@redhat.com> 008-0.6
a4c36ce
- fixed rpm macros
a4c36ce
819af3b
* Fri Oct 29 2010 Harald Hoyer <harald@redhat.com> 008-0.5
819af3b
- dracut-008 pre git snapshot
819af3b
63c8b55
* Mon Aug 09 2010 Harald Hoyer <harald@redhat.com> 007-1
63c8b55
- version 007
c3a5746
257221b
* Thu Jun 17 2010 Harald Hoyer <harald@redhat.com> 006-1
257221b
- version 006
257221b
257221b
* Fri Jun 11 2010 Harald Hoyer <harald@redhat.com>
257221b
- Remove requirements, which are not really needed
257221b
Resolves: rhbz#598509
257221b
- fixed copy of network config to /dev/.initramfs/ (patch 146)
257221b
Resolves: rhbz#594649
257221b
- more password beauty (patch 142)
257221b
Resolves: rhbz#561092
257221b
- support multiple iSCSI disks (patch 143)
257221b
Resolves: rbhz#580190
257221b
- fixed selinux=0 (patch 130)
257221b
Resolves: rhbz#593080
257221b
- add support for booting LVM snapshot root volume (patch 145)
257221b
Resolves: rbhz#602723
257221b
- remove hardware field from BOOTIF= (patch 148)
257221b
Resolves: rhbz#599593
257221b
- add aes kernel modules and fix crypt handling (patch 137, patch 140 and patch 147)
257221b
Resolves: rhbz#600170
257221b
257221b
* Thu May 27 2010 Harald Hoyer <harald@redhat.com> 
257221b
- fixed Requirements
257221b
- fixed autoip6 
257221b
Resolves: rhbz#538388
257221b
- fixed multipath
257221b
Resolves: rhbz#595719
257221b
257221b
* Thu May 06 2010 Harald Hoyer <harald@redhat.com> 
257221b
- only display short password messages
257221b
Resolves: rhbz#561092
257221b
257221b
* Thu May 06 2010 Harald Hoyer <harald@redhat.com>
257221b
- fixed dracut manpages 
257221b
Resolves: rhbz#589109
257221b
- use ccw-init and ccw rules from s390utils
257221b
Resolves: rhbz#533494
257221b
- fixed fcoe
257221b
Resolves: rhbz#486244
257221b
- various other bugfixes seen in Fedora
257221b
257221b
* Tue Apr 20 2010 Harald Hoyer <harald@redhat.com> 
257221b
- fixed network with multiple nics
257221b
- fixed nfsidmap paths
257221b
- do not run blkid on non active container raids
257221b
- fixed cdrom polling mechanism
257221b
- update to latest git
257221b
257221b
* Thu Apr 15 2010 Harald Hoyer <harald@redhat.com>
12f4d57
- fixed dracut manpages
12f4d57
- dmraid parse different error messages
12f4d57
- add cdrom polling mechanism for slow cdroms
12f4d57
- add module btrfs
12f4d57
- teach dmsquash live-root to use rootflags
12f4d57
- trigger udev with action=add
12f4d57
- fixed add_drivers handling 
12f4d57
- add sr_mod
12f4d57
- use pigz instead of gzip, if available
12f4d57
257221b
* Thu Mar 25 2010 Harald Hoyer <harald@redhat.com> 
257221b
- removed firmware requirements (rhbz#572634)
257221b
- add /etc/dracut.conf.d
257221b
- Resolves: rhbz#572634
257221b
257221b
* Fri Mar 19 2010 Harald Hoyer <harald@redhat.com> 
f3773a3
- version 005
f3773a3
257221b
* Fri Mar 19 2010 Harald Hoyer <harald@redhat.com> 
257221b
- fixed rpmlint errors (rhbz#570547)
257221b
- removed firmware package from dracut-kernel (rhbz#572634)
257221b
- add dcb support to dracut's FCoE support (rhbz#563794)
257221b
- force install some modules in hostonly mode (rhbz#573094)
257221b
- various other bugfixes
257221b
- Resolves: rhbz#570547, rhbz#572634, rhbz#563794, rhbz#573094
257221b
257221b
* Thu Feb 18 2010 Harald Hoyer <harald@redhat.com> 004-15
257221b
- fixed "selinux=0" booting (rhbz#566376)
257221b
- fixed internal IFS handling
257221b
- Resolves: rhbz#566376
257221b
a4fab54
* Fri Jan 29 2010 Harald Hoyer <harald@redhat.com> 004-5
a4fab54
- fixed firmware.sh bug (#559975 #559597)
a4fab54
a4fab54
* Tue Jan 26 2010 Harald Hoyer <harald@redhat.com> 004-4
a4fab54
- add multipath check
a4fab54
a4fab54
* Tue Jan 26 2010 Harald Hoyer <harald@redhat.com> 004-3
a4fab54
- fix selinux handling if .autorelabel is present
a4fab54
- Resolves: rhbz#557744
a4fab54
a4fab54
* Wed Jan 20 2010 Harald Hoyer <harald@redhat.com> 004-2
a4fab54
- fix emergency_shell argument parsing
a4fab54
- Related: rhbz#543948
a4fab54
1b7b015
* Fri Jan 15 2010 Harald Hoyer <harald@redhat.com> 004-1
1b7b015
- version 004
1b7b015
- Resolves: rhbz#529339 rhbz#533494 rhbz#548550 
1b7b015
- Resolves: rhbz#548555 rhbz#553195
1b7b015
1b7b015
* Wed Jan 13 2010 Harald Hoyer <harald@redhat.com> 003-3
1b7b015
- add Obsoletes of mkinitrd/nash/libbdevid-python
1b7b015
- Related: rhbz#543948
1b7b015
318433b
* Wed Jan 13 2010 Warren Togami <wtogami@redhat.com> 003-2
7cfff16
- nbd is Fedora only
7cfff16
348aae1
* Fri Nov 27 2009 Harald Hoyer <harald@redhat.com> 003-1
348aae1
- version 003
348aae1
348aae1
* Mon Nov 23 2009 Harald Hoyer <harald@redhat.com> 002-26
348aae1
- add WITH_SWITCH_ROOT make flag
348aae1
- add fips requirement conditional
348aae1
- add more device mapper modules (bug #539656)
348aae1
348aae1
* Fri Nov 20 2009 Dennis Gregorovic <dgregor@redhat.com> - 002-25.1
348aae1
- nss changes for Alpha 3
348aae1
fecda73
* Thu Nov 19 2009 Harald Hoyer <harald@redhat.com> 002-25
fecda73
- add more requirements for dracut-fips (bug #539257)
fecda73
a8cc470
* Tue Nov 17 2009 Harald Hoyer <harald@redhat.com> 002-24
a8cc470
- put fips module in a subpackage (bug #537619)
a8cc470
be551b5
* Tue Nov 17 2009 Harald Hoyer <harald@redhat.com> 002-23
be551b5
- install xdr utils for multipath (bug #463458)
be551b5
b293388
* Thu Nov 12 2009 Harald Hoyer <harald@redhat.com> 002-22
b293388
- add module 90multipath
b293388
- add module 01fips
b293388
- renamed module 95ccw to 95znet (bug #533833)
b293388
- crypt: ignore devices in /etc/crypttab (root is not in there)
b293388
- dasd: only install /etc/dasd.conf in hostonly mode (bug #533833)
b293388
- zfcp: only install /etc/zfcp.conf in hostonly mode (bug #533833)
b293388
- kernel-modules: add scsi_dh scsi_dh_rdac scsi_dh_emc (bug #527750)
b293388
- dasd: use dasdconf.sh from s390utils (bug #533833)
b293388
3164e09
* Fri Nov 06 2009 Harald Hoyer <harald@redhat.com> 002-21
3164e09
- fix rd_DASD argument handling (bug #531720)
3164e09
- Resolves: rhbz#531720
3164e09
3164e09
* Wed Nov 04 2009 Harald Hoyer <harald@redhat.com> 002-20
3164e09
- fix rd_DASD argument handling (bug #531720)
3164e09
- Resolves: rhbz#531720
3164e09
b70aa45
* Tue Nov 03 2009 Harald Hoyer <harald@redhat.com> 002-19
b70aa45
- changed rd_DASD to rd_DASD_MOD (bug #531720)
b70aa45
- Resolves: rhbz#531720
b70aa45
ba51b78
* Tue Oct 27 2009 Harald Hoyer <harald@redhat.com> 002-18
ba51b78
- renamed lvm/device-mapper udev rules according to upstream changes
ba51b78
- fixed dracut search path issue
ba51b78
105b5b7
* Mon Oct 26 2009 Harald Hoyer <harald@redhat.com> 002-17
105b5b7
- load dm_mod module (bug #530540)
105b5b7
f756b79
* Fri Oct 09 2009 Jesse Keating <jkeating@redhat.com> - 002-16
f756b79
- Upgrade plymouth to Requires(pre) to make it show up before kernel
f756b79
b78d1fe
* Thu Oct 08 2009 Harald Hoyer <harald@redhat.com> 002-15
b78d1fe
- s390 ccw: s/layer1/layer2/g
b78d1fe
501bcb9
* Thu Oct 08 2009 Harald Hoyer <harald@redhat.com> 002-14
501bcb9
- add multinic support
501bcb9
- add s390 zfcp support
501bcb9
- add s390 network support
501bcb9
501bcb9
* Wed Oct 07 2009 Harald Hoyer <harald@redhat.com> 002-13
501bcb9
- fixed init=<command> handling
501bcb9
- kill loginit if "rdinitdebug" specified
501bcb9
- run dmsquash-live-root after udev has settled (bug #527514)
501bcb9
501bcb9
* Tue Oct 06 2009 Harald Hoyer <harald@redhat.com> 002-12
501bcb9
- add missing loginit helper
501bcb9
- corrected dracut manpage
501bcb9
501bcb9
* Thu Oct 01 2009 Harald Hoyer <harald@redhat.com> 002-11
501bcb9
- fixed dracut-gencmdline for root=UUID or LABEL
501bcb9
501bcb9
* Thu Oct 01 2009 Harald Hoyer <harald@redhat.com> 002-10
501bcb9
- do not destroy assembled raid arrays if mdadm.conf present
501bcb9
- mount /dev/shm 
501bcb9
- let udevd not resolve group and user names
501bcb9
- preserve timestamps of tools on initramfs generation
501bcb9
- generate symlinks for binaries correctly
501bcb9
- moved network from udev to initqueue
501bcb9
- mount nfs3 with nfsvers=3 option and retry with nfsvers=2
501bcb9
- fixed nbd initqueue-finished
501bcb9
- improved debug output: specifying "rdinitdebug" now logs
501bcb9
  to dmesg, console and /init.log
501bcb9
- stop udev before killing it
501bcb9
- add ghost /var/log/dracut.log
501bcb9
- dmsquash: use info() and die() rather than echo
501bcb9
- strip kernel modules which have no x bit set
501bcb9
- redirect stdin, stdout, stderr all RW to /dev/console
501bcb9
  so the user can use "less" to view /init.log and dmesg
501bcb9
f1307a0
* Tue Sep 29 2009 Harald Hoyer <harald@redhat.com> 002-9
f1307a0
- make install of new dm/lvm udev rules optionally
f1307a0
- correct dasd module typo
f1307a0
6a92c70
* Fri Sep 25 2009 Warren Togami <wtogami@redhat.com> 002-8
6a92c70
- revert back to dracut-002-5 tarball 845dd502
6a92c70
  lvm2 was reverted to pre-udev
6a92c70
f1307a0
* Wed Sep 23 2009 Harald Hoyer <harald@redhat.com> 002-7
ed5b8bc
- build with the correct tarball
ed5b8bc
f1307a0
* Wed Sep 23 2009 Harald Hoyer <harald@redhat.com> 002-6
f5dfae1
- add new device mapper udev rules and dmeventd 
f5dfae1
  bug 525319, 525015
f5dfae1
b5c290a
* Wed Sep 23 2009 Warren Togami <wtogami@redaht.com> 002-5
b5c290a
- Revert back to -3, Add umount back to initrd
b5c290a
  This makes no functional difference to LiveCD.  See Bug #525319
b5c290a
9a6f99e
* Mon Sep 21 2009 Warren Togami <wtogami@redhat.com> 002-4
9a6f99e
- Fix LiveCD boot regression
9a6f99e
4fe8494
* Mon Sep 21 2009 Harald Hoyer <harald@redhat.com> 002-3
4fe8494
- bail out if selinux policy could not be loaded and 
4fe8494
  selinux=0 not specified on kernel command line 
4fe8494
  (bug #524113)
4fe8494
- set finished criteria for dmsquash live images
4fe8494
0e9ddc4
* Fri Sep 18 2009 Harald Hoyer <harald@redhat.com> 002-2
0e9ddc4
- do not cleanup dmraids
0e9ddc4
- copy over lvm.conf
0e9ddc4
3b75f2c
* Thu Sep 17 2009 Harald Hoyer <harald@redhat.com> 002-1
3b75f2c
- version 002
3b75f2c
- set correct PATH
3b75f2c
- workaround for broken mdmon implementation
3b75f2c
d98ab27
* Wed Sep 16 2009 Harald Hoyer <harald@redhat.com> 001-12
d98ab27
- removed lvm/mdraid/dmraid lock files
d98ab27
- add missing ifname= files
d98ab27
d98ab27
* Wed Sep 16 2009 Harald Hoyer <harald@redhat.com> 001-11
d98ab27
- generate dracut-version during rpm build time
d98ab27
d98ab27
* Tue Sep 15 2009 Harald Hoyer <harald@redhat.com> 001-10
d98ab27
- add ifname= argument for persistent netdev names
d98ab27
- new /initqueue-finished to check if the main loop can be left
d98ab27
- copy mdadm.conf if --mdadmconf set or mdadmconf in dracut.conf
d98ab27
d98ab27
* Wed Sep 09 2009 Harald Hoyer <harald@redhat.com> 001-9
5a9298f
- added Requires: plymouth-scripts
5a9298f
5a9298f
* Wed Sep 09 2009 Harald Hoyer <harald@redhat.com> 001-8
cd7a9b9
- plymouth: use plymouth-populate-initrd
cd7a9b9
- add add_drivers for dracut and dracut.conf
cd7a9b9
- do not mount /proc and /selinux manually in selinux-load-policy
cd7a9b9
1184fdf
* Wed Sep 09 2009 Harald Hoyer <harald@redhat.com> 001-7
1184fdf
- add scsi_wait_scan to be sure everything was scanned
1184fdf
8c47257
* Tue Sep 08 2009 Harald Hoyer <harald@redhat.com> 001-6
8c47257
- fixed several problems with md raid containers
8c47257
- fixed selinux policy loading
8c47257
d0b3b5d
* Tue Sep 08 2009 Harald Hoyer <harald@redhat.com> 001-5
d0b3b5d
- patch does not honor file modes, fixed them manually
d0b3b5d
3fb2232
* Mon Sep 07 2009 Harald Hoyer <harald@redhat.com> 001-4
3fb2232
- fixed mdraid for IMSM
3fb2232
d3fc767
* Mon Sep 07 2009 Harald Hoyer <harald@redhat.com> 001-3
d3fc767
- fixed bug, which prevents installing 61-persistent-storage.rules (bug #520109)
d3fc767
831665e
* Thu Sep 03 2009 Harald Hoyer <harald@redhat.com> 001-2
831665e
- fixed missing grep for md
831665e
- reorder cleanup
831665e
c518b61
* Wed Sep 02 2009 Harald Hoyer <harald@redhat.com> 001-1
c518b61
- version 001
c518b61
- see http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=blob_plain;f=NEWS
dc60401
cfcf7cc
* Fri Aug 14 2009 Harald Hoyer <harald@redhat.com> 0.9-1
cfcf7cc
- version 0.9
cfcf7cc
03ea5aa
* Thu Aug 06 2009 Harald Hoyer <harald@redhat.com> 0.8-1
03ea5aa
- version 0.8 
c518b61
- see http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=blob_plain;f=NEWS
b85672f
a042533
* Fri Jul 24 2009 Harald Hoyer <harald@redhat.com> 0.7-1
a042533
- version 0.7
c518b61
- see http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=blob_plain;f=NEWS
a042533
a042533
* Wed Jul 22 2009 Harald Hoyer <harald@redhat.com> 0.6-1
a042533
- version 0.6
c518b61
- see http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=blob_plain;f=NEWS
e82e014
d3fe3a0
* Fri Jul 17 2009 Harald Hoyer <harald@redhat.com> 0.5-1
d3fe3a0
- version 0.5
c518b61
- see http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=blob_plain;f=NEWS
d3fe3a0
bee922b
* Sat Jul 04 2009 Harald Hoyer <harald@redhat.com> 0.4-1
bee922b
- version 0.4
c518b61
- see http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=blob_plain;f=NEWS
bee922b
571e838
* Thu Jul 02 2009 Harald Hoyer <harald@redhat.com> 0.3-1
571e838
- version 0.3
c518b61
- see http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=blob_plain;f=NEWS
571e838
ef5195b
* Wed Jul 01 2009 Harald Hoyer <harald@redhat.com> 0.2-1
ef5195b
- version 0.2
ef5195b
ef5195b
* Fri Jun 19 2009 Harald Hoyer <harald@redhat.com> 0.1-1
ef5195b
- first release
ef5195b
ef5195b
* Thu Dec 18 2008 Jeremy Katz <katzj@redhat.com> - 0.0-1
ef5195b
- Initial build