73ad23
%define dracutlibdir %{_prefix}/lib/dracut
73ad23
%bcond_without doc
73ad23
73ad23
# We ship a .pc file but don't want to have a dep on pkg-config. We
73ad23
# strip the automatically generated dep here and instead co-own the
73ad23
# directory.
73ad23
%global __requires_exclude pkg-config
d4a4eb
%define dist_free_release 60.git20191129
73ad23
73ad23
Name: dracut
73ad23
Version: 049
73ad23
Release: %{dist_free_release}%{?dist}
73ad23
73ad23
Summary: Initramfs generator using udev
73ad23
%if 0%{?fedora} || 0%{?rhel}
73ad23
Group: System Environment/Base
73ad23
%endif
73ad23
%if 0%{?suse_version}
73ad23
Group: System/Base
73ad23
%endif
73ad23
73ad23
# The entire source code is GPLv2+
73ad23
# except install/* which is LGPLv2+
73ad23
License: GPLv2+ and LGPLv2+
73ad23
73ad23
URL: https://dracut.wiki.kernel.org/
73ad23
73ad23
# Source can be generated by
73ad23
# http://git.kernel.org/?p=boot/dracut/dracut.git;a=snapshot;h=%%{version};sf=tgz
73ad23
Source0: http://www.kernel.org/pub/linux/utils/boot/dracut/dracut-%{version}.tar.xz
73ad23
Patch1: 0001.patch
73ad23
Patch2: 0002.patch
73ad23
Patch3: 0003.patch
73ad23
Patch4: 0004.patch
73ad23
Patch5: 0005.patch
73ad23
Patch6: 0006.patch
73ad23
Patch7: 0007.patch
73ad23
Patch8: 0008.patch
73ad23
Patch9: 0009.patch
73ad23
Patch10: 0010.patch
73ad23
Patch11: 0011.patch
73ad23
Patch12: 0012.patch
d4a4eb
Patch13: 0013.patch
d4a4eb
Patch14: 0014.patch
d4a4eb
Patch15: 0015.patch
d4a4eb
Patch16: 0016.patch
d4a4eb
Patch17: 0017.patch
d4a4eb
Patch18: 0018.patch
d4a4eb
Patch19: 0019.patch
d4a4eb
Patch20: 0020.patch
d4a4eb
Patch21: 0021.patch
d4a4eb
Patch22: 0022.patch
d4a4eb
Patch23: 0023.patch
d4a4eb
Patch24: 0024.patch
d4a4eb
Patch25: 0025.patch
d4a4eb
Patch26: 0026.patch
d4a4eb
Patch27: 0027.patch
d4a4eb
Patch28: 0028.patch
d4a4eb
Patch29: 0029.patch
d4a4eb
Patch30: 0030.patch
d4a4eb
Patch31: 0031.patch
d4a4eb
Patch32: 0032.patch
d4a4eb
Patch33: 0033.patch
d4a4eb
Patch34: 0034.patch
d4a4eb
Patch35: 0035.patch
d4a4eb
Patch36: 0036.patch
d4a4eb
Patch37: 0037.patch
d4a4eb
Patch38: 0038.patch
d4a4eb
Patch39: 0039.patch
d4a4eb
Patch40: 0040.patch
d4a4eb
Patch41: 0041.patch
d4a4eb
Patch42: 0042.patch
d4a4eb
Patch43: 0043.patch
d4a4eb
Patch44: 0044.patch
d4a4eb
Patch45: 0045.patch
d4a4eb
Patch46: 0046.patch
d4a4eb
Patch47: 0047.patch
d4a4eb
Patch48: 0048.patch
d4a4eb
Patch49: 0049.patch
d4a4eb
Patch50: 0050.patch
d4a4eb
Patch51: 0051.patch
d4a4eb
Patch52: 0052.patch
d4a4eb
Patch53: 0053.patch
d4a4eb
Patch54: 0054.patch
d4a4eb
Patch55: 0055.patch
d4a4eb
Patch56: 0056.patch
d4a4eb
Patch57: 0057.patch
d4a4eb
Patch58: 0058.patch
d4a4eb
Patch59: 0059.patch
73ad23
73ad23
Source1: https://www.gnu.org/licenses/lgpl-2.1.txt
73ad23
73ad23
BuildRequires: bash
73ad23
BuildRequires: git
73ad23
BuildRequires: kmod-devel >= 23
73ad23
BuildRequires: gcc
73ad23
73ad23
%if 0%{?fedora} || 0%{?rhel}
73ad23
BuildRequires: pkgconfig
73ad23
BuildRequires: systemd
73ad23
%endif
73ad23
%if 0%{?fedora}
73ad23
BuildRequires: bash-completion
73ad23
%endif
73ad23
73ad23
%if %{with doc}
73ad23
%if 0%{?fedora} || 0%{?rhel}
73ad23
BuildRequires: docbook-style-xsl docbook-dtds libxslt
73ad23
%endif
73ad23
73ad23
%if 0%{?suse_version}
73ad23
BuildRequires: docbook-xsl-stylesheets libxslt
73ad23
%endif
73ad23
73ad23
BuildRequires: asciidoc
73ad23
%endif
73ad23
73ad23
%if 0%{?suse_version} > 9999
73ad23
Obsoletes: mkinitrd < 2.6.1
73ad23
Provides: mkinitrd = 2.6.1
73ad23
%endif
73ad23
73ad23
Obsoletes: dracut-fips <= 047
73ad23
Provides:  dracut-fips = %{version}-%{release}
73ad23
Obsoletes: dracut-fips-aesni <= 047
73ad23
Provides:  dracut-fips-aesni = %{version}-%{release}
73ad23
73ad23
Obsoletes: dracut-kernel < 005
73ad23
Provides:  dracut-kernel = %{version}-%{release}
73ad23
73ad23
Obsoletes: dracut < 030
73ad23
Obsoletes: dracut-norescue < 030
73ad23
Provides:  dracut-norescue = %{version}-%{release}
73ad23
73ad23
Requires: bash >= 4
73ad23
Requires: coreutils
73ad23
Requires: cpio
73ad23
Requires: filesystem >= 2.1.0
73ad23
Requires: findutils
73ad23
Requires: grep
73ad23
Requires: kmod
73ad23
Requires: sed
73ad23
Requires: xz
73ad23
Requires: gzip
73ad23
73ad23
%if 0%{?fedora} || 0%{?rhel}
73ad23
Recommends: hardlink
73ad23
Recommends: pigz
73ad23
Recommends: kpartx
73ad23
Requires: util-linux >= 2.21
73ad23
Requires: systemd >= 219
73ad23
Requires: systemd-udev >= 219
73ad23
Requires: procps-ng
73ad23
%else
73ad23
Requires: hardlink
73ad23
Requires: gzip
73ad23
Requires: kpartx
73ad23
Requires: udev > 166
73ad23
Requires: util-linux-ng >= 2.21
73ad23
%endif
73ad23
73ad23
%if 0%{?fedora} || 0%{?rhel} || 0%{?suse_version}
73ad23
Requires: libkcapi-hmaccalc
73ad23
%endif
73ad23
73ad23
%description
73ad23
dracut contains tools to create bootable initramfses for the Linux
73ad23
kernel. Unlike previous implementations, dracut hard-codes as little
73ad23
as possible into the initramfs. dracut contains various modules which
73ad23
are driven by the event-based udev. Having root on MD, DM, LVM2, LUKS
73ad23
is supported as well as NFS, iSCSI, NBD, FCoE with the dracut-network
73ad23
package.
73ad23
73ad23
%package network
73ad23
Summary: dracut modules to build a dracut initramfs with network support
73ad23
%if 0%{?_module_build}
73ad23
# In the module-build-service, we have pieces of dracut provided by different
73ad23
# modules ("base-runtime" provides most functionality, but we need
73ad23
# dracut-network in "installer". Since these two modules build with separate
73ad23
# dist-tags, we need to reduce this strict requirement to ignore the dist-tag.
73ad23
Requires: %{name} >= %{version}-%{dist_free_release}
73ad23
%else
73ad23
Requires: %{name} = %{version}-%{release}
73ad23
%endif
73ad23
Requires: iputils
73ad23
Requires: iproute
73ad23
Requires: dhclient
73ad23
Obsoletes: dracut-generic < 008
73ad23
Provides:  dracut-generic = %{version}-%{release}
73ad23
73ad23
%description network
73ad23
This package requires everything which is needed to build a generic
73ad23
all purpose initramfs with network support with dracut.
73ad23
73ad23
%package caps
73ad23
Summary: dracut modules to build a dracut initramfs which drops capabilities
73ad23
Requires: %{name} = %{version}-%{release}
73ad23
Requires: libcap
73ad23
73ad23
%description caps
73ad23
This package requires everything which is needed to build an
73ad23
initramfs with dracut, which drops capabilities.
73ad23
73ad23
%package live
73ad23
Summary: dracut modules to build a dracut initramfs with live image capabilities
73ad23
%if 0%{?_module_build}
73ad23
# See the network subpackage comment.
73ad23
Requires: %{name} >= %{version}-%{dist_free_release}
73ad23
%else
73ad23
Requires: %{name} = %{version}-%{release}
73ad23
%endif
73ad23
Requires: %{name}-network = %{version}-%{release}
73ad23
Requires: tar gzip coreutils bash device-mapper curl
73ad23
%if 0%{?fedora}
73ad23
Requires: fuse ntfs-3g
73ad23
%endif
73ad23
73ad23
%description live
73ad23
This package requires everything which is needed to build an
73ad23
initramfs with dracut, with live image capabilities, like Live CDs.
73ad23
73ad23
%package config-generic
73ad23
Summary: dracut configuration to turn off hostonly image generation
73ad23
Requires: %{name} = %{version}-%{release}
73ad23
Obsoletes: dracut-nohostonly < 030
73ad23
Provides:  dracut-nohostonly = %{version}-%{release}
73ad23
73ad23
%description config-generic
73ad23
This package provides the configuration to turn off the host specific initramfs
73ad23
generation with dracut and generates a generic image by default.
73ad23
73ad23
%package config-rescue
73ad23
Summary: dracut configuration to turn on rescue image generation
73ad23
Requires: %{name} = %{version}-%{release}
73ad23
Obsoletes: dracut < 030
73ad23
73ad23
%description config-rescue
73ad23
This package provides the configuration to turn on the rescue initramfs
73ad23
generation with dracut.
73ad23
73ad23
%package tools
73ad23
Summary: dracut tools to build the local initramfs
73ad23
Requires: %{name} = %{version}-%{release}
73ad23
73ad23
%description tools
73ad23
This package contains tools to assemble the local initrd and host configuration.
73ad23
73ad23
%package squash
73ad23
Summary: dracut module to build an initramfs with most files in a squashfs image
73ad23
Requires: %{name} = %{version}-%{release}
73ad23
Requires: squashfs-tools
73ad23
73ad23
%description squash
73ad23
This package provides a dracut module to build an initramfs, but store most files
73ad23
in a squashfs image, result in a smaller initramfs size and reduce runtime memory
73ad23
usage.
73ad23
73ad23
%prep
73ad23
%autosetup -n %{name}-%{version} -S git_am
73ad23
cp %{SOURCE1} .
73ad23
73ad23
%build
73ad23
%configure  --systemdsystemunitdir=%{_unitdir} \
73ad23
            --bashcompletiondir=$(pkg-config --variable=completionsdir bash-completion) \
73ad23
            --libdir=%{_prefix}/lib \
73ad23
%if %{without doc}
73ad23
            --disable-documentation \
73ad23
%endif
73ad23
            ${NULL}
73ad23
73ad23
make %{?_smp_mflags}
73ad23
73ad23
%install
73ad23
make %{?_smp_mflags} install \
73ad23
     DESTDIR=$RPM_BUILD_ROOT \
73ad23
     libdir=%{_prefix}/lib
73ad23
73ad23
echo "DRACUT_VERSION=%{version}-%{release}" > $RPM_BUILD_ROOT/%{dracutlibdir}/dracut-version.sh
73ad23
73ad23
%if 0%{?fedora} == 0 && 0%{?rhel} == 0 && 0%{?suse_version} == 0
73ad23
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/01fips
73ad23
%endif
73ad23
73ad23
%if %{defined _unitdir}
73ad23
# for systemd, better use systemd-bootchart
73ad23
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/00bootchart
73ad23
%endif
73ad23
73ad23
# we do not support dash in the initramfs
73ad23
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/00dash
73ad23
73ad23
# remove gentoo specific modules
73ad23
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/50gensplash
73ad23
73ad23
%if %{defined _unitdir}
73ad23
# with systemd IMA and selinux modules do not make sense
73ad23
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/96securityfs
73ad23
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/97masterkey
73ad23
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/98integrity
73ad23
%endif
73ad23
73ad23
%ifnarch s390 s390x
73ad23
# remove architecture specific modules
73ad23
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/80cms
73ad23
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/81cio_ignore
73ad23
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/91zipl
73ad23
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/95dasd
73ad23
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/95dasd_mod
73ad23
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/95dasd_rules
73ad23
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/95dcssblk
73ad23
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/95qeth_rules
73ad23
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/95zfcp
73ad23
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/95zfcp_rules
73ad23
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/95znet
73ad23
%else
73ad23
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/00warpclock
73ad23
%endif
73ad23
73ad23
mkdir -p $RPM_BUILD_ROOT/boot/dracut
73ad23
mkdir -p $RPM_BUILD_ROOT/var/lib/dracut/overlay
73ad23
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/log
73ad23
touch $RPM_BUILD_ROOT%{_localstatedir}/log/dracut.log
73ad23
mkdir -p $RPM_BUILD_ROOT%{_sharedstatedir}/initramfs
73ad23
73ad23
%if 0%{?fedora} || 0%{?rhel}
73ad23
install -m 0644 dracut.conf.d/fedora.conf.example $RPM_BUILD_ROOT%{dracutlibdir}/dracut.conf.d/01-dist.conf
73ad23
rm -f $RPM_BUILD_ROOT%{_mandir}/man?/*suse*
73ad23
%endif
73ad23
%if 0%{?suse_version}
73ad23
install -m 0644 dracut.conf.d/suse.conf.example   $RPM_BUILD_ROOT%{dracutlibdir}/dracut.conf.d/01-dist.conf
73ad23
%endif
73ad23
73ad23
%if 0%{?fedora} == 0 && 0%{?rhel} == 0 && 0%{?suse_version} <= 9999
73ad23
rm -f -- $RPM_BUILD_ROOT%{_bindir}/mkinitrd
73ad23
rm -f -- $RPM_BUILD_ROOT%{_bindir}/lsinitrd
73ad23
%endif
73ad23
73ad23
%if 0%{?fedora} || 0%{?rhel}
73ad23
echo 'hostonly="no"' > $RPM_BUILD_ROOT%{dracutlibdir}/dracut.conf.d/02-generic-image.conf
73ad23
echo 'dracut_rescue_image="yes"' > $RPM_BUILD_ROOT%{dracutlibdir}/dracut.conf.d/02-rescue.conf
73ad23
73ad23
# FIXME: remove after F30
73ad23
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/kernel/postinst.d
73ad23
install -m 0755 51-dracut-rescue-postinst.sh $RPM_BUILD_ROOT%{_sysconfdir}/kernel/postinst.d/51-dracut-rescue-postinst.sh
73ad23
%endif
73ad23
73ad23
%files
73ad23
%if %{with doc}
73ad23
%doc README HACKING TODO AUTHORS NEWS dracut.html dracut.png dracut.svg
73ad23
%endif
73ad23
%{!?_licensedir:%global license %%doc}
73ad23
%license COPYING lgpl-2.1.txt
73ad23
%{_bindir}/dracut
73ad23
%{_datadir}/bash-completion/completions/dracut
73ad23
%{_datadir}/bash-completion/completions/lsinitrd
73ad23
%if 0%{?fedora} || 0%{?rhel} || 0%{?suse_version} > 9999
73ad23
%{_bindir}/mkinitrd
73ad23
%{_bindir}/lsinitrd
73ad23
%endif
73ad23
%dir %{dracutlibdir}
73ad23
%dir %{dracutlibdir}/modules.d
73ad23
%{dracutlibdir}/dracut-functions.sh
73ad23
%{dracutlibdir}/dracut-init.sh
73ad23
%{dracutlibdir}/dracut-functions
73ad23
%{dracutlibdir}/dracut-version.sh
73ad23
%{dracutlibdir}/dracut-logger.sh
73ad23
%{dracutlibdir}/dracut-initramfs-restore
73ad23
%{dracutlibdir}/dracut-install
73ad23
%{dracutlibdir}/skipcpio
73ad23
%config(noreplace) %{_sysconfdir}/dracut.conf
73ad23
%if 0%{?fedora} || 0%{?suse_version} || 0%{?rhel}
73ad23
%{dracutlibdir}/dracut.conf.d/01-dist.conf
73ad23
%endif
73ad23
%dir %{_sysconfdir}/dracut.conf.d
73ad23
%dir %{dracutlibdir}/dracut.conf.d
73ad23
%dir %{_datadir}/pkgconfig
73ad23
%{_datadir}/pkgconfig/dracut.pc
73ad23
73ad23
%if %{with doc}
73ad23
%{_mandir}/man8/dracut.8*
73ad23
%{_mandir}/man8/*service.8*
73ad23
%if 0%{?fedora} || 0%{?rhel} || 0%{?suse_version} > 9999
73ad23
%{_mandir}/man8/mkinitrd.8*
73ad23
%{_mandir}/man1/lsinitrd.1*
73ad23
%endif
73ad23
%{_mandir}/man7/dracut.kernel.7*
73ad23
%{_mandir}/man7/dracut.cmdline.7*
73ad23
%{_mandir}/man7/dracut.modules.7*
73ad23
%{_mandir}/man7/dracut.bootup.7*
73ad23
%{_mandir}/man5/dracut.conf.5*
73ad23
%endif
73ad23
73ad23
%if %{undefined _unitdir}
73ad23
%{dracutlibdir}/modules.d/00bootchart
73ad23
%endif
73ad23
%{dracutlibdir}/modules.d/00bash
73ad23
%{dracutlibdir}/modules.d/00systemd
73ad23
%ifnarch s390 s390x
73ad23
%{dracutlibdir}/modules.d/00warpclock
73ad23
%endif
73ad23
%if 0%{?fedora} || 0%{?rhel} || 0%{?suse_version}
73ad23
%{dracutlibdir}/modules.d/01fips
73ad23
%endif
73ad23
%{dracutlibdir}/modules.d/01systemd-initrd
73ad23
%{dracutlibdir}/modules.d/03modsign
73ad23
%{dracutlibdir}/modules.d/03rescue
73ad23
%{dracutlibdir}/modules.d/04watchdog
73ad23
%{dracutlibdir}/modules.d/05busybox
d4a4eb
%{dracutlibdir}/modules.d/06rngd
73ad23
%{dracutlibdir}/modules.d/10i18n
73ad23
%{dracutlibdir}/modules.d/30convertfs
73ad23
%{dracutlibdir}/modules.d/45url-lib
73ad23
%{dracutlibdir}/modules.d/50drm
73ad23
%{dracutlibdir}/modules.d/50plymouth
73ad23
%{dracutlibdir}/modules.d/80lvmmerge
73ad23
%{dracutlibdir}/modules.d/90btrfs
73ad23
%{dracutlibdir}/modules.d/90crypt
73ad23
%{dracutlibdir}/modules.d/90dm
73ad23
%{dracutlibdir}/modules.d/90dmraid
73ad23
%{dracutlibdir}/modules.d/90kernel-modules
73ad23
%{dracutlibdir}/modules.d/90kernel-modules-extra
73ad23
%{dracutlibdir}/modules.d/90lvm
73ad23
%{dracutlibdir}/modules.d/90mdraid
73ad23
%{dracutlibdir}/modules.d/90multipath
73ad23
%{dracutlibdir}/modules.d/90stratis
73ad23
%{dracutlibdir}/modules.d/90qemu
73ad23
%{dracutlibdir}/modules.d/91crypt-gpg
73ad23
%{dracutlibdir}/modules.d/91crypt-loop
73ad23
%{dracutlibdir}/modules.d/95debug
73ad23
%{dracutlibdir}/modules.d/95fstab-sys
73ad23
%{dracutlibdir}/modules.d/95lunmask
73ad23
%{dracutlibdir}/modules.d/95resume
73ad23
%{dracutlibdir}/modules.d/95rootfs-block
73ad23
%{dracutlibdir}/modules.d/95terminfo
73ad23
%{dracutlibdir}/modules.d/95udev-rules
73ad23
%{dracutlibdir}/modules.d/95virtfs
73ad23
%ifarch s390 s390x
73ad23
%{dracutlibdir}/modules.d/80cms
73ad23
%{dracutlibdir}/modules.d/81cio_ignore
73ad23
%{dracutlibdir}/modules.d/91zipl
73ad23
%{dracutlibdir}/modules.d/95dasd
73ad23
%{dracutlibdir}/modules.d/95dasd_mod
73ad23
%{dracutlibdir}/modules.d/95dasd_rules
73ad23
%{dracutlibdir}/modules.d/95dcssblk
73ad23
%{dracutlibdir}/modules.d/95qeth_rules
73ad23
%{dracutlibdir}/modules.d/95zfcp
73ad23
%{dracutlibdir}/modules.d/95zfcp_rules
73ad23
%endif
73ad23
%if %{undefined _unitdir}
73ad23
%{dracutlibdir}/modules.d/96securityfs
73ad23
%{dracutlibdir}/modules.d/97masterkey
73ad23
%{dracutlibdir}/modules.d/98integrity
73ad23
%endif
73ad23
%{dracutlibdir}/modules.d/97biosdevname
73ad23
%{dracutlibdir}/modules.d/98dracut-systemd
73ad23
%{dracutlibdir}/modules.d/98ecryptfs
73ad23
%{dracutlibdir}/modules.d/98pollcdrom
73ad23
%{dracutlibdir}/modules.d/98selinux
73ad23
%{dracutlibdir}/modules.d/98syslog
73ad23
%{dracutlibdir}/modules.d/98usrmount
73ad23
%{dracutlibdir}/modules.d/99base
73ad23
%{dracutlibdir}/modules.d/99fs-lib
73ad23
%{dracutlibdir}/modules.d/99shutdown
73ad23
%attr(0644,root,root) %ghost %config(missingok,noreplace) %{_localstatedir}/log/dracut.log
73ad23
%dir %{_sharedstatedir}/initramfs
73ad23
%if %{defined _unitdir}
73ad23
%{_unitdir}/dracut-shutdown.service
73ad23
%{_unitdir}/sysinit.target.wants/dracut-shutdown.service
73ad23
%{_unitdir}/dracut-cmdline.service
73ad23
%{_unitdir}/dracut-initqueue.service
73ad23
%{_unitdir}/dracut-mount.service
73ad23
%{_unitdir}/dracut-pre-mount.service
73ad23
%{_unitdir}/dracut-pre-pivot.service
73ad23
%{_unitdir}/dracut-pre-trigger.service
73ad23
%{_unitdir}/dracut-pre-udev.service
73ad23
%{_unitdir}/initrd.target.wants/dracut-cmdline.service
73ad23
%{_unitdir}/initrd.target.wants/dracut-initqueue.service
73ad23
%{_unitdir}/initrd.target.wants/dracut-mount.service
73ad23
%{_unitdir}/initrd.target.wants/dracut-pre-mount.service
73ad23
%{_unitdir}/initrd.target.wants/dracut-pre-pivot.service
73ad23
%{_unitdir}/initrd.target.wants/dracut-pre-trigger.service
73ad23
%{_unitdir}/initrd.target.wants/dracut-pre-udev.service
73ad23
73ad23
%endif
73ad23
%if 0%{?fedora} || 0%{?rhel}
73ad23
%{_prefix}/lib/kernel/install.d/50-dracut.install
73ad23
%endif
73ad23
73ad23
%files network
73ad23
%{dracutlibdir}/modules.d/02systemd-networkd
73ad23
%{dracutlibdir}/modules.d/35network-manager
73ad23
%{dracutlibdir}/modules.d/35network-legacy
73ad23
%{dracutlibdir}/modules.d/40network
73ad23
%{dracutlibdir}/modules.d/45ifcfg
73ad23
%{dracutlibdir}/modules.d/90kernel-network-modules
73ad23
%{dracutlibdir}/modules.d/90qemu-net
73ad23
%{dracutlibdir}/modules.d/95cifs
73ad23
%{dracutlibdir}/modules.d/95fcoe
73ad23
%{dracutlibdir}/modules.d/95fcoe-uefi
73ad23
%{dracutlibdir}/modules.d/95iscsi
73ad23
%{dracutlibdir}/modules.d/95nbd
73ad23
%{dracutlibdir}/modules.d/95nfs
73ad23
%{dracutlibdir}/modules.d/95ssh-client
73ad23
%ifarch s390 s390x
73ad23
%{dracutlibdir}/modules.d/95znet
73ad23
%endif
73ad23
%{dracutlibdir}/modules.d/99uefi-lib
73ad23
73ad23
%files caps
73ad23
%{dracutlibdir}/modules.d/02caps
73ad23
73ad23
%files live
73ad23
%{dracutlibdir}/modules.d/99img-lib
73ad23
%{dracutlibdir}/modules.d/90dmsquash-live
73ad23
%{dracutlibdir}/modules.d/90dmsquash-live-ntfs
73ad23
%{dracutlibdir}/modules.d/90livenet
73ad23
73ad23
%files tools
73ad23
%if %{with doc}
73ad23
%doc %{_mandir}/man8/dracut-catimages.8*
73ad23
%endif
73ad23
73ad23
%{_bindir}/dracut-catimages
73ad23
%dir /boot/dracut
73ad23
%dir /var/lib/dracut
73ad23
%dir /var/lib/dracut/overlay
73ad23
73ad23
%files squash
73ad23
%{dracutlibdir}/modules.d/99squash
73ad23
73ad23
%files config-generic
73ad23
%{dracutlibdir}/dracut.conf.d/02-generic-image.conf
73ad23
73ad23
%files config-rescue
73ad23
%{dracutlibdir}/dracut.conf.d/02-rescue.conf
73ad23
%if 0%{?fedora} || 0%{?rhel}
73ad23
%{_prefix}/lib/kernel/install.d/51-dracut-rescue.install
73ad23
# FIXME: remove after F30
73ad23
%{_sysconfdir}/kernel/postinst.d/51-dracut-rescue-postinst.sh
73ad23
%endif
73ad23
73ad23
%changelog
d4a4eb
* Fri Nov 29 2019 Lukas Nykryn <lnykryn@redhat.com> - 049-60.git20191129
d4a4eb
- 99squash: Only start the cleaner on switch-root
d4a4eb
- net-lib: check if addr exists before checking for dad state
d4a4eb
- always include sg module
d4a4eb
d4a4eb
* Thu Oct 31 2019 Lukas Nykryn <lnykryn@redhat.com> - 049-57.git20191031
d4a4eb
- various fixes to adapt to RHCOS and FCOS
d4a4eb
d4a4eb
* Tue Oct 01 2019 Lukas Nykryn <lnykryn@redhat.com> - 049-53.git20191001
d4a4eb
- apply patches to allow enablement of nm-initrd-generator
d4a4eb
d4a4eb
* Fri Sep 06 2019 Lukas Nykryn <lnykryn@redhat.com> - 049-27.git20190906
d4a4eb
- modules.d: fix udev rules detection of multipath devices
d4a4eb
d4a4eb
* Tue Aug 06 2019 Lukas Nykryn <lnykryn@redhat.com> - 049-26.git20190806
d4a4eb
- net-lib: fix typo $li -> $_li
d4a4eb
d4a4eb
* Tue Aug 06 2019 Lukas Nykryn <lnykryn@redhat.com> - 049-25.git20190806
d4a4eb
- 90kernel-modules-extra: don't resolve symlinks before instmod
d4a4eb
d4a4eb
* Fri Aug 02 2019 Lukas Nykryn <lnykryn@redhat.com> - 049-24.git20190802
d4a4eb
- 95fcoe: load 'libfcoe' module as a fallback
d4a4eb
- 99base: enable the initqueue in both 'dracut --add-device' and 'dracut --mount' cases
d4a4eb
- dracut: let module handling function accept optional path option
d4a4eb
- squash: also squash systemctl if switch-root is not needed
d4a4eb
- squash: fix and simplify required_in_root
d4a4eb
- squash: squash systemd binary and udevadm
d4a4eb
d4a4eb
* Thu Jul 25 2019 Lukas Nykryn <lnykryn@redhat.com> - 049-18.git20190725
d4a4eb
- dracut.spec: add 06rngd
d4a4eb
d4a4eb
* Thu Jul 25 2019 Lukas Nykryn <lnykryn@redhat.com> - 049-17.git20190725
d4a4eb
- rngd: new module running early during boot to help generating entropy when system's default entropy sources are poor (e.g. use of SSD disks or UEFI RNG not available)
d4a4eb
d4a4eb
* Tue Jul 16 2019 Lukas Nykryn <lnykryn@redhat.com> - 049-16.git20190716
d4a4eb
- 01fips: add cfb cipher
d4a4eb
d4a4eb
* Mon Jul 08 2019 Lukas Nykryn <lnykryn@redhat.com> - 049-15.git20190708
d4a4eb
- network: skip already enslaved interfaces
d4a4eb
d4a4eb
* Wed Jun 26 2019 Lukas Nykryn <lnykryn@redhat.com> - 049-14.git20190626
d4a4eb
- fips: ensure fs module for /boot is installed
d4a4eb
73ad23
* Fri Jun 14 2019 Lukas Nykryn <lnykryn@redhat.com> - 049-13.git20190614
73ad23
- fips: split loading the crypto modules and checking the kernel
73ad23
73ad23
* Mon Jun 03 2019 Lukas Nykryn <lnykryn@redhat.com> - 049-12.git20190603
73ad23
- 95iscsi: rd.iscsi.initiator should have priority over stored configuration
73ad23
- net-lib: strstr is not for globs
73ad23
73ad23
* Tue Jan 15 2019 Lukas Nykryn <lnykryn@redhat.com> - 049-10.git20190115
73ad23
- 95iscsi: decouple iscsi from sysinit.target
73ad23
73ad23
* Tue Oct 30 2018 Lukas Nykryn <lnykryn@redhat.com> - 049-8.git20181030
73ad23
- dracut.install: call dracut with --force
73ad23
- 99squash: Don't clean up squahfs on isolate
73ad23
73ad23
* Mon Oct 15 2018 Lukas Nykryn <lnykryn@redhat.com> - 049-5.git20181015
73ad23
- 40network: Don't include 40network by default
73ad23
73ad23
* Tue Oct 09 2018 Lukas Nykryn <lnykryn@redhat.com> - 049-4.git20181009
73ad23
- rebase to 049
73ad23
73ad23
* Tue Sep 04 2018 Lukas Nykryn <lnykryn@redhat.com> - 048-37.git20180904
73ad23
- dmsquash-live/apply-live-updates: Test proper file link.
73ad23
73ad23
* Mon Sep 03 2018 Dan Horák <dhorak@redhat.com> - 048-37.git20180831
73ad23
- apply the reflink patch
73ad23
73ad23
* Wed Aug 29 2018 Lukas Nykryn <lnykryn@redhat.com> - 048-36.git20180831
73ad23
- merge upstream master
73ad23
- rever --reflink=auto usage
73ad23
73ad23
* Tue Aug 14 2018 Lukas Nykryn <lnykryn@redhat.com> - 048-34.git20180814
73ad23
- TEST-50-MULTINIC/test.sh: fixed server startup
73ad23
- kernel-network-modules: add vlan kernel modules
73ad23
- test: fixed KVERSION and qemu backwards compatiblity
73ad23
- TEST-70-BONDBRIDGETEAMVLAN: load vlan kernel modules
73ad23
- test: also output server.log on failure
73ad23
- TEST-50-MULTINIC: s/--device/-device
73ad23
- enable parallel test suite
73ad23
- TEST-31-ISCSI-MULTI: use different port than TEST-30
73ad23
- load modules earlier for iscsi via dhcp root-path
73ad23
- test/{TEST-50-MULTINIC,TEST-70-BONDBRIDGETEAMVLAN}: use qemu-3.0 syntax
73ad23
- multipath-shutdown: fix shell syntax
73ad23
- dracut.spec: remove warpclock from z-series, not the other way round
73ad23
- iscsi: remove $() where it does not fit
73ad23
- mdraid: better handling of various UUID formats
73ad23
- dracut-functions: fix the word splitting
73ad23
- Add gpio and pinctrl drivers for arm*/aarch64
73ad23
- mdraid/parse-md.sh: also accept rd.md.uuid with ":"
73ad23
- spec: sort modules
73ad23
- spec: warpclock is not available on s390 or s390x
73ad23
- dracut.spec: Remove needless use of defattr
73ad23
- dracut.spec: add 00warpclock dracut module
73ad23
- Bring back 51-dracut-rescue-postinst.sh
73ad23
- lsinitrd: update help message and man page
73ad23
- lsinitrd: optimize performance when handling multiple files
73ad23
- lsinitrd: allow to only unpack certain files
73ad23
- NEWS: forgot to update the latest version
73ad23
- 00warpclock: Set correct timezone
73ad23
- dracut-install: skip modules with empty path
73ad23
- Record loaded kernel modules when hostonly mode is enabled
73ad23
- modules.d/95fcoe/cleanup-fcoe.sh: chmod +x
73ad23
- TEST-40-NBD: disable for now
73ad23
- TEST-30-ISCSI: readd multiple target test
73ad23
73ad23
* Wed Jul 11 2018 Lukas Nykryn <lnykryn@redhat.com> - 048-1.1
73ad23
- return some old provides
73ad23
73ad23
* Fri Jul 06 2018 Harald Hoyer <harald@redhat.com> - 048-1
73ad23
- version 048
73ad23
73ad23
* Fri Jun 22 2018 Adam Williamson <awilliam@redhat.com> - 047-34.git20180604.1
73ad23
- Test build with proposed fix for #1593028
73ad23
73ad23
* Mon Jun 04 2018 Harald Hoyer <harald@redhat.com> - 047-34.git20180604
73ad23
- git snapshot
73ad23
73ad23
* Tue May 15 2018 Harald Hoyer <harald@redhat.com> - 047-32.git20180515
73ad23
- git snapshot
73ad23
73ad23
* Mon Mar 05 2018 Harald Hoyer <harald@redhat.com> - 047-8
73ad23
- git snapshot
73ad23
73ad23
* Tue Feb 27 2018 Javier Martinez Canillas <javierm@redhat.com> - 047-2
73ad23
- Allow generating initramfs images on the /boot directory
73ad23
73ad23
* Mon Feb 19 2018 Harald Hoyer <harald@redhat.com> - 047-1
73ad23
- version 047
73ad23
73ad23
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 046-92.git20180118.1
73ad23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
73ad23
73ad23
* Thu Jan 18 2018 Harald Hoyer <harald@redhat.com> - 046-92
73ad23
- git snapshot
73ad23
73ad23
* Fri Jan 05 2018 Harald Hoyer <harald@redhat.com> - 046-64
73ad23
- git snapshot
73ad23
73ad23
* Fri Dec 01 2017 Harald Hoyer <harald@redhat.com> - 046-36
73ad23
- git snapshot
73ad23
73ad23
* Wed Nov 29 2017 Harald Hoyer <harald@redhat.com> - 046-33
73ad23
- git snapshot
73ad23
73ad23
* Thu Oct 12 2017 Peter Robinson <pbrobinson@fedoraproject.org> 046-20
73ad23
- Add fix for some ARM SBCs
73ad23
73ad23
* Tue Oct 10 2017 Harald Hoyer <harald@redhat.com> - 046-19
73ad23
- git snapshot
73ad23
73ad23
* Thu Aug 24 2017 Harald Hoyer <harald@redhat.com> - 046-7
73ad23
- git snapshot
73ad23
73ad23
* Fri Aug 11 2017 Harald Hoyer <harald@redhat.com> - 046-2
73ad23
- add support for dist-tag less build
73ad23
73ad23
* Fri Aug 11 2017 Harald Hoyer <harald@redhat.com> - 046-1
73ad23
- version 046
73ad23
73ad23
* Mon Aug  7 2017 Peter Robinson <pbrobinson@fedoraproject.org> 045-21.git20170515
73ad23
- Add upstream patches to fix a number of ARM devices with generic initrd
73ad23
73ad23
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 045-20.git20170515
73ad23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
73ad23
73ad23
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 045-19.git20170515
73ad23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
73ad23
73ad23
* Mon May 15 2017 Harald Hoyer <harald@redhat.com> - 045-18.git20170515
73ad23
- git snapshot
73ad23
73ad23
* Wed Apr 12 2017 Peter Robinson <pbrobinson@fedoraproject.org> 044-178
73ad23
- Add upstream patches needed for ARMv7/aarch64 fixes
73ad23
73ad23
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 044-177
73ad23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
73ad23
73ad23
* Thu Dec 08 2016 Harald Hoyer <harald@redhat.com> - 044-176
73ad23
- git snapshot
73ad23
73ad23
* Fri Aug 19 2016 Harald Hoyer <harald@redhat.com> - 044-117
73ad23
- git snapshot
73ad23
73ad23
* Thu Aug 18 2016 Harald Hoyer <harald@redhat.com> - 044-109
73ad23
- git snapshot
73ad23
73ad23
* Fri Aug 05 2016 Adam Williamson <awilliam@redhat.com> - 044-76
73ad23
- backport a single commit to fix RHBZ #1358416 (anaconda network init)
73ad23
73ad23
* Tue Jun 07 2016 Harald Hoyer <harald@redhat.com> - 044-75
73ad23
- fix for systemd >= 230
73ad23
- git snapshot
73ad23
73ad23
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 044-18.git20160108
73ad23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
73ad23
73ad23
* Fri Jan  8 2016 Harald Hoyer <harald@redhat.com> - 044-17.git20160108
73ad23
- include more HID driver
73ad23
- include machine info file
73ad23
- fix network carrier detection
73ad23
- fix nbd
73ad23
- do not copy over lldpad state
73ad23
- restorecon the final initramfs image
73ad23
73ad23
* Tue Dec  1 2015 Harald Hoyer <harald@redhat.com> - 044-6.git20151201
73ad23
- fix for readonly /run on shutdown
73ad23
- fix for the dmsquash-live module
73ad23
Resolves: rhbz#1286866
73ad23
73ad23
* Wed Nov 25 2015 Harald Hoyer <harald@redhat.com> - 044-4.git20151127
73ad23
- fixes for the dmsquash-live module
73ad23
- remove udev watch for raid members
73ad23
- mode 0755 for the livenet generator
73ad23
Resolves: rhbz#1285903
73ad23
73ad23
* Wed Nov 25 2015 Harald Hoyer <harald@redhat.com> - 044-1
73ad23
- version 044
73ad23
73ad23
* Mon Nov 16 2015 Harald Hoyer <harald@redhat.com> - 043-174.git20151116
73ad23
- git snapshot
73ad23
73ad23
* Mon Nov 16 2015 Harald Hoyer <harald@redhat.com> - 043-173.git20151116
73ad23
- git snapshot
73ad23
73ad23
* Fri Nov 13 2015 Harald Hoyer <harald@redhat.com> - 043-172.git20151113
73ad23
- git snapshot
73ad23
73ad23
* Tue Aug 11 2015 Harald Hoyer <harald@redhat.com> 043-60.git20150811
73ad23
- fixed checkiso timeout
73ad23
- fixed log output although quiet is set
73ad23
- fixed qemu detection
73ad23
- cleanup compressor handling
73ad23
73ad23
* Wed Jul 22 2015 Harald Hoyer <harald@redhat.com> 043-40.git20150710.2
73ad23
- require "xz" to handle the kernel modules
73ad23
73ad23
* Fri Jul 10 2015 Harald Hoyer <harald@redhat.com> 043-40.git20150710
73ad23
- git snapshot
73ad23
73ad23
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 043-2
73ad23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
73ad23
73ad23
* Mon Jun 15 2015 Harald Hoyer <harald@redhat.com> 043-1
73ad23
- version 043, now with the complete tarball
73ad23
73ad23
* Thu Jun 11 2015 Harald Hoyer <harald@redhat.com> 042-1
73ad23
- version 042, the answer to life, the universe and everything
73ad23
73ad23
* Thu Feb 19 2015 Harald Hoyer <harald@redhat.com> 041-10.git20150219
73ad23
- git snapshot
73ad23
73ad23
* Sat Jan 31 2015 Harald Hoyer <harald@redhat.com> 041-1
73ad23
- version 041
73ad23
73ad23
* Thu Jan 08 2015 Harald Hoyer <harald@redhat.com> 040-83.git20150108
73ad23
- git snapshot
73ad23
73ad23
* Fri Dec 19 2014 Harald Hoyer <harald@redhat.com> 040-78.git20141219
73ad23
- git snapshot
73ad23
73ad23
* Mon Dec 08 2014 Harald Hoyer <harald@redhat.com> 040-30.git20141208
73ad23
- fixed dracut-shutdown
73ad23
73ad23
* Thu Dec 04 2014 Harald Hoyer <harald@redhat.com> 040-29.git20141204
73ad23
- git snapshot
73ad23
73ad23
* Tue Sep 30 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 038-36.git20140815
73ad23
- Allow media check to be cancelled (rhbz 1147941)
73ad23
73ad23
* Fri Sep 26 2014 Josh Boyer <jwboyer@fedoraproject.org> - 038-35.git20140815
73ad23
- Enable early-microcode by default (rhbz 1083716)
73ad23
- Fix changelog date
73ad23
73ad23
* Tue Aug 19 2014 Harald Hoyer <harald@redhat.com> - 038-34.git20140815
73ad23
- git snapshot
73ad23
73ad23
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 038-31.git20140815
73ad23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
73ad23
73ad23
* Fri Aug 15 2014 Harald Hoyer <harald@redhat.com> 038-30.git20140815
73ad23
- git snapshot
73ad23
73ad23
* Thu Jul 24 2014 Harald Hoyer <harald@redhat.com> 038-14.git20140724
73ad23
- fixed lvm modules issues
73ad23
Resolves: rhbz#1118890
73ad23
- fixed vlan issues
73ad23
- fixed prelink for FIPS
73ad23
- new rd.route parameter
73ad23
- more ARM modules
73ad23
73ad23
* Fri Jul 11 2014 Tom Callaway <spot@fedoraproject.org> - 038-2
73ad23
- fix license handling
73ad23
73ad23
* Mon Jun 30 2014 Harald Hoyer <harald@redhat.com> 038-1
73ad23
- version 038
73ad23
73ad23
* Sat Jun 28 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 037-14.git20140628
73ad23
- Pull most bugfixy commits from current git
73ad23
Resolves: rhbz#1112061
73ad23
73ad23
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 037-13.git20140402
73ad23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
73ad23
73ad23
* Fri May 23 2014 Peter Robinson <pbrobinson@fedoraproject.org> 037-12.git20140402
73ad23
- Fix achi/mmc/sdhci selection for non host based initrd
73ad23
73ad23
* Thu Apr 17 2014 Adam Williamson <awilliam@redhat.com> - 037-11.git20140402
73ad23
- revert broken upstream change that causes RHBZ#1084766
73ad23
73ad23
* Wed Apr 02 2014 Harald Hoyer <harald@redhat.com> 037-10.git20140402
73ad23
- fixed fstab.sys with systemd
73ad23
- DHCPv6 fixes
73ad23
- dm-cache module now included
73ad23
- FCoE fixes
73ad23
73ad23
* Thu Mar 20 2014 Harald Hoyer <harald@redhat.com> 037-3.git20140320
73ad23
- fixed dracut-initramfs-restore with microcode
73ad23
73ad23
* Thu Mar 20 2014 Harald Hoyer <harald@redhat.com> 037-1
73ad23
- version 037
73ad23
73ad23
* Thu Feb 06 2014 Harald Hoyer <harald@redhat.com> 036-16.git20140206
73ad23
- version 036
73ad23
- parse dns information on "ip=" command line arg
73ad23
- preserve ownership of files, if root creates the initramfs
73ad23
- parse ibft nameserver settings
73ad23
- do not run dhcp twice on an interface
73ad23
- try to not reload systemd
73ad23
73ad23
* Wed Dec 18 2013 Harald Hoyer <harald@redhat.com> 034-74.git20131218
73ad23
- do not systemctl daemon-reload
73ad23
- do iscsistart for iscsi_firmware even without network
73ad23
73ad23
* Mon Dec 16 2013 Harald Hoyer <harald@redhat.com> 034-70.git20131216
73ad23
- fixed systemd password waiting
73ad23
- split out fcoe uefi
73ad23
- fixed lvm thin tools check
73ad23
73ad23
* Thu Dec 05 2013 Harald Hoyer <harald@redhat.com> 034-62.git20131205
73ad23
- fixed PATH shortener
73ad23
- also install /etc/system-fips in the initramfs
73ad23
- nbd, do not fail in hostonly mode
73ad23
- add ohci-pci to the list of hardcoded modules
73ad23
- lvm: do not run pvscan for lvmetad
73ad23
- network fixes
73ad23
- skip crypt swaps with password files
73ad23
- fixed i18n
73ad23
73ad23
* Wed Oct 30 2013 Harald Hoyer <harald@redhat.com> 034-24.git20131030
73ad23
- fixed booting with rd.iscsi.firmware and without root=
73ad23
- fips: include crct10dif_generic
73ad23
- fixed missing modules in hostonly, which have no modalias
73ad23
- moved dracut to /usr/sbin
73ad23
73ad23
* Mon Oct 21 2013 Harald Hoyer <harald@redhat.com> 034-19.git20131021
73ad23
- Fixed LVM with thin provisioning
73ad23
Resolves: rhbz#1013767
73ad23
Resolves: rhbz#1021083
73ad23
73ad23
* Fri Oct 18 2013 Harald Hoyer <harald@redhat.com> 034-18.git20131018
73ad23
- Fixed LVM with thin provisioning
73ad23
Resolves: rhbz#1013767
73ad23
- fixed swap detection in host only mode
73ad23
73ad23
* Fri Oct 11 2013 Kyle McMartin <kyle@fedoraproject.org> 034-8.git20131008
73ad23
- Force mmc_block and usb_storage into ARM initramfs.
73ad23
Resolves: rhbz#1015234
73ad23
73ad23
* Tue Oct 08 2013 Harald Hoyer <harald@redhat.com> 034-7.git20131008
73ad23
- lvm: install thin utils for non-hostonly
73ad23
- do not bail out, if kernel modules dir is missing
73ad23
- dmsquash-live: add /dev/mapper/live-base
73ad23
Resolves: rhbz#1016726
73ad23
73ad23
* Tue Oct 08 2013 Harald Hoyer <harald@redhat.com> 034-1
73ad23
- version 034
73ad23
- add option to turn on/off prelinking
73ad23
    --prelink, --noprelink
73ad23
    do_prelink=[yes|no]
73ad23
- add ACPI table overriding
73ad23
- do not log to syslog/kmsg/journal for UID != 0
73ad23
- lvm/mdraid: Fix LVM on MD activation
73ad23
- bcache module removed (now in bcache-tools upstream)
73ad23
- mdadm: also install configs from /etc/mdadm.conf.d
73ad23
- fixes for mdadm-3.2.6+
73ad23
- fcoe: add FCoE UEFI boot device support
73ad23
- rootfs-block: add support for the rootfallback= kernel cmdline option
73ad23
73ad23
* Fri Sep 13 2013 Harald Hoyer <harald@redhat.com> 033-3.git20130913
73ad23
- do not dhcp members of team, bond, etc.
73ad23
- harden against weird ppc kernel driver
73ad23
Resolves: rhbz#1007891
73ad23
73ad23
* Thu Sep 12 2013 Harald Hoyer <harald@redhat.com> 033-1
73ad23
- do not cache the kernel cmdline
73ad23
Resolves: rhbz#989944
73ad23
- fixed iso-scan
73ad23
Resolves: rhbz#1005487
73ad23
- support blkid with bcache
73ad23
Resolves: rhbz#1003207
73ad23
- ifup with dhcp, if no ip= params specified
73ad23
Resolves: rhbz#989944
73ad23
- silently try to umount rpc_pipefs
73ad23
Resolves: rhbz#999996
73ad23
73ad23
* Wed Sep 04 2013 Harald Hoyer <harald@redhat.com> 032-23.git20130904
73ad23
- fixed curl error with zero size kickstart file
73ad23
Resolves: rhbz#989133
73ad23
- fixed systemd-cat failure, when systemd is installed
73ad23
  but not actually running
73ad23
Resolves: rhbz#1002021
73ad23
- do not fail on empty dracut module directories
73ad23
Resolves: rhbz#1003153
73ad23
73ad23
* Tue Aug 20 2013 Harald Hoyer <harald@redhat.com> 032-1
73ad23
- fix for kdump in FIPS mode
73ad23
Resolves: rhbz#920931
73ad23
- fixed iBFT booting
73ad23
Resolves: rhbz#989944
73ad23
- fixed FIPS mode initramfs creation
73ad23
Resolves: rhbz#990250
73ad23
- shutdown: fixed killall_proc_mountpoint()
73ad23
Resolves: rhbz#996549
73ad23
- disable lvmetad in the initramfs
73ad23
Resolves: rhbz#996627
73ad23
- require dhclient
73ad23
73ad23
* Mon Aug 12 2013 Harald Hoyer <harald@redhat.com> 031-29.git20130812
73ad23
- added missing "then" in initqueue
73ad23
73ad23
* Mon Aug 12 2013 Harald Hoyer <harald@redhat.com> 031-28.git20130812
73ad23
- fixed typo in hostonly device recognition
73ad23
73ad23
* Fri Aug 09 2013 Harald Hoyer <harald@redhat.com> 031-24.git20130809
73ad23
- fixed logging to journal
73ad23
73ad23
* Fri Aug 09 2013 Harald Hoyer <harald@redhat.com> 031-23.git20130809
73ad23
- fixed lsinitrd
73ad23
73ad23
* Fri Aug 09 2013 Harald Hoyer <harald@redhat.com> 031-22.git20130809
73ad23
- lsinitrd.sh: add old cpio signature
73ad23
- dracut.sh: call find with -print0 and cpio with --null
73ad23
- dracut.asc: small corrections
73ad23
- systemd/dracut-initqueue.sh: continue to boot if finished failed
73ad23
- dracut.sh/dracut-functions.sh: handle root on non-block device
73ad23
- dracut-functions.sh: removed non dracut-install shell functions
73ad23
- dracut-functions.sh: inst_multiple == dracut_install
73ad23
- 51-dracut-rescue.install: fixed rescue image creation
73ad23
- dracut.sh: do not strip in FIPS mode
73ad23
Resolves: rhbz#990250
73ad23
- dracut.sh: check the value of --kver
73ad23
- crypt: Fix typo--/etc/crypttab not /etc/cryptab
73ad23
- network/net-lib.sh: fix ibft interface configuration
73ad23
- iscsi/module-setup.sh: install some modules regardless of hostonly
73ad23
- multipath: need_shutdown if multipath devices exist
73ad23
Resolves: rhbz#994913
73ad23
- omit drivers fix
73ad23
73ad23
* Thu Aug 01 2013 Harald Hoyer <harald@redhat.com> 031-7.git20130801
73ad23
- also install vt102 terminfo
73ad23
73ad23
* Wed Jul 31 2013 Harald Hoyer <harald@redhat.com> 031-6.git20130731
73ad23
- cmssetup: fixed port for zfcp.conf
73ad23
- lvm: call lvchange with --yes to boot from snapshots
73ad23
73ad23
* Wed Jul 31 2013 Harald Hoyer <harald@redhat.com> 031-4.git20130731
73ad23
- remove action_on_fail kernel command line parameter
73ad23
73ad23
* Wed Jul 31 2013 Harald Hoyer <harald@redhat.com> 031-3.git20130731
73ad23
- do not include adjtime and localtime in the initramfs
73ad23
- write out vlan configs
73ad23
73ad23
* Wed Jul 31 2013 Harald Hoyer <harald@redhat.com> 031-1
73ad23
- do not include the resume dracut module in hostonly mode,
73ad23
  if no swap is present
73ad23
- don't warn twice about omitted modules
73ad23
- use systemd-cat for logging on systemd systems, if logfile is unset
73ad23
- fixed PARTUUID parsing
73ad23
- support kernel module signing keys
73ad23
- do not install the usrmount dracut module in hostonly mode,
73ad23
  if /sbin/init does not live in /usr
73ad23
- add debian udev rule files
73ad23
- add support for bcache
73ad23
- network: handle bootif style interfaces
73ad23
  e.g. ip=77-77-6f-6f-64-73:dhcp
73ad23
- add support for kmod static devnodes
73ad23
- add vlan support for iBFT
73ad23
73ad23
* Wed Jul 24 2013 Kyle McMartin <kyle@redhat.com> 030-2
73ad23
- Add ehci-tegra.ko to initramfs to allow rawhide tegra based platforms
73ad23
  to boot off USB disks.
73ad23
73ad23
* Wed Jul 17 2013 Harald Hoyer <harald@redhat.com> 030-1
73ad23
- support new persistent network interface names
73ad23
- fix findmnt calls, prevents hang on stale NFS mounts
73ad23
- add systemd.slice and slice.target units
73ad23
- major shell cleanup
73ad23
- support root=PARTLABEL= and root=PARTUUID=
73ad23
- terminfo: only install l/linux v/vt100 and v/vt220
73ad23
- unset all LC_* and LANG, 10% faster
73ad23
- fixed dependency loop for dracut-cmdline.service
73ad23
- do not wait_for_dev for the root devices
73ad23
- do not wait_for_dev for devices, if dracut-initqueue is not needed
73ad23
- support early microcode loading with --early-microcode
73ad23
- dmraid, let dmraid setup its own partitions
73ad23
- sosreport renamed to rdsosreport
73ad23
73ad23
* Fri Jun 14 2013 Harald Hoyer <harald@redhat.com> 029-1
73ad23
- wait for IPv6 auto configuration
73ad23
Resolves: rhbz#973719
73ad23
- i18n: make the default font configurable
73ad23
- systemd/dracut-pre-pivot.service: also execute for cleanup hooks or rd.break
73ad23
- add dracut-shutdown.service.8 manpage
73ad23
- lvm: redirect error message of lvs to /dev/null
73ad23
Resolves: rhbz#921235
73ad23
73ad23
* Wed Jun 12 2013 Harald Hoyer <harald@redhat.com> 028-1
73ad23
- lvm: fixed "thin" recognition
73ad23
Resolves: rhbz#921235
73ad23
- install libs also from one dir above
73ad23
  fixes booting power6 generated initramfs on power7
73ad23
- setup correct system time and time zone in initrd
73ad23
- cms fixups
73ad23
Resolves: rhbz#970982 rhbz#971025 rhbz#825199
73ad23
- iso-scan/filename fixes
73ad23
Resolves: rhbz#972337
73ad23
- add udev rules for persistent network naming
73ad23
Resolves: rhbz#972662
73ad23
73ad23
* Tue Jun 04 2013 Dennis Gilmore <dennis@ausil.us> 027-82.git20130531
73ad23
- add patch to include  panel-tfp410 module on arm systems
73ad23
73ad23
* Fri May 31 2013 Harald Hoyer <harald@redhat.com> 027-81.git20130531
73ad23
- fix btrfs mount flags for /usr
73ad23
- degrade message about missing tools for stripping
73ad23
Resolves: rhbz#958519
73ad23
- set environment vars DRACUT_SYSTEMD, NEWROOT in service file
73ad23
Resolves: rhbz#963159
73ad23
- don't add volatile swap partitions to host_devs
73ad23
- add libssl.so.10 to make kdump work with fips mode
73ad23
- readd selinux dracut module for kdump
73ad23
- url-lib/url-lib.sh: turn off curl globbing
73ad23
Resolves: rhbz#907497
73ad23
- include btrfs-zero-log in the initramfs
73ad23
Resolves: rhbz#963257
73ad23
- proper NAME the network interfaces
73ad23
Resolves: rhbz#965842
73ad23
- install default font latarcyrheb-sun16
73ad23
Resolves: rhbz#927564
73ad23
- optionally install /etc/pcmcia/config.opts
73ad23
Resolves: rhbz#920076
73ad23
- fix ONBOOT for slaves, set TYPE=Bond for bonding
73ad23
Resolves: rhbz#919001
73ad23
- add nvme kernel module
73ad23
Resolves: rhbz#910734
73ad23
- add xfs_metadump
73ad23
- selinux: load_policy script fix
73ad23
- add hid-hyperv and hv-vmbus kernel modules
73ad23
- add parameter rd.live.squashimg
73ad23
Resolves: rhbz#789036 rhbz#782108
73ad23
- wait for all required interfaces if "rd.neednet=1"
73ad23
Resolves: rhbz#801829
73ad23
- lvm: add tools for thin provisioning
73ad23
Resolves: rhbz#921235
73ad23
- ifcfg/write-ifcfg.sh: fixed ifcfg file generation
73ad23
- do not wait for mpath* devices
73ad23
Resolves: rhbz#969068
73ad23
73ad23
* Wed May 22 2013 Adam Williamson <awilliam@redhat.com> 027-46.git20130430
73ad23
- don't specify "p" as a separator for dmraid
73ad23
Resolves: rhbz#966162
73ad23
73ad23
* Tue Apr 30 2013 Harald Hoyer <harald@redhat.com> 027-45.git20130430
73ad23
- fixed fips mode more
73ad23
Resolves: rhbz#956521
73ad23
73ad23
* Thu Apr 25 2013 Harald Hoyer <harald@redhat.com> 027-39.git20130425
73ad23
- fix shutdown, if /dev/console is not writeable
73ad23
- fixed fips mode
73ad23
Resolves: rhbz#956521
73ad23
73ad23
* Thu Apr 18 2013 Harald Hoyer <harald@redhat.com> 027-36.git20130418
73ad23
- fix initramfs creation on noexec tmpdir
73ad23
Resolves: rhbz#953426
73ad23
- more options for lsinitrd
73ad23
- bash completion for lsinitrd
73ad23
- do not output debug information on initramfs creation, if rd.debug is
73ad23
  on the kernel command line
73ad23
- drop requirement on 'file', lsinitrd can find the magic on its own
73ad23
73ad23
* Mon Apr 15 2013 Harald Hoyer <harald@redhat.com> 027-26.git20130415
73ad23
- do not call plymouth with full path
73ad23
- include systemd-random-seed-load.service
73ad23
- fix ca-bundle.crt for ssl curl
73ad23
Resolves: rhbz#950770
73ad23
- add support for "iso-scan/filename" kernel parameter
73ad23
73ad23
* Wed Apr 10 2013 Harald Hoyer <harald@redhat.com> 027-19.git20130410
73ad23
- also handle UUID= entries in crypttab in host-only mode
73ad23
Resolves:rhbz#919752
73ad23
73ad23
* Tue Apr 09 2013 Harald Hoyer <harald@redhat.com> 027-17.git20130409
73ad23
- only include needed /etc/crypttab entries
73ad23
Resolves:rhbz#919752
73ad23
- add support for bridge over team and vlan
73ad23
- support multiple bonding interfaces
73ad23
- add "action_on_fail=" kernel command line parameter
73ad23
- add support for bridge over a vlan tagged interface
73ad23
73ad23
* Fri Apr 05 2013 Harald Hoyer <harald@redhat.com> 027-10.git20130405
73ad23
- fix crypto password timeout on the dracut side
73ad23
73ad23
* Tue Mar 26 2013 Harald Hoyer <harald@redhat.com> 027-1
73ad23
- version 027
73ad23
73ad23
* Wed Mar 20 2013 Harald Hoyer <harald@redhat.com> 026-72.git20130320
73ad23
- fix rescue image naming
73ad23
Resolves: rhbz#923439
73ad23
- turn off host-only mode if essential system filesystems not mounted
73ad23
- turn off host-only mode if udev database is not accessible
73ad23
73ad23
* Tue Mar 19 2013 Harald Hoyer <harald@redhat.com> 026-62.git20130319
73ad23
- fix dracut service ordering
73ad23
Resolves: rhbz#922991
73ad23
73ad23
* Mon Mar 18 2013 Harald Hoyer <harald@redhat.com> 026-56.git20130318
73ad23
- don't fail hard on kernel modules install
73ad23
Resolves: rhbz#922565
73ad23
73ad23
* Mon Mar 18 2013 Harald Hoyer <harald@redhat.com> 026-55.git20130318
73ad23
- install all host filesystem drivers
73ad23
Resolves: rhbz#922565
73ad23
73ad23
* Sat Mar 16 2013 Harald Hoyer <harald@redhat.com> 026-54.git20130316
73ad23
- fix for squashfs
73ad23
Resolves: rhbz#922248
73ad23
- documentation fixes
73ad23
- sosreport, mkdir /run/initramfs
73ad23
73ad23
* Fri Mar 15 2013 Harald Hoyer <harald@redhat.com> 026-48.git20130315
73ad23
- use new initrd.target from systemd
73ad23
- fixed rescue generation
73ad23
73ad23
* Wed Mar 13 2013 Harald Hoyer <harald@redhat.com> 026-33.git20130313
73ad23
- add module-load.d modules to the initramfs
73ad23
- add sysctl.d to the initramfs
73ad23
- optimize plymouth module for systemd mode
73ad23
- add new dracut parameter "--regenerate-all"
73ad23
- add new dracut parameter "--noimageifnotneeded"
73ad23
- shutdown: mount move /run /sys /dev /proc out of /oldroot
73ad23
  before pre-shutdown
73ad23
- add bash completion for dracut
73ad23
73ad23
* Wed Mar 13 2013 Harald Hoyer <harald@redhat.com> 026-19.git20130313
73ad23
- fix switch-root and local-fs.target problem
73ad23
- add norescue and nohostonly subpackages
73ad23
73ad23
* Mon Mar 11 2013 Harald Hoyer <harald@redhat.com> 026-15.git20130311
73ad23
- update to recent git
73ad23
73ad23
* Fri Mar 08 2013 Harald Hoyer <harald@redhat.com> 026-1
73ad23
- version 026
73ad23
73ad23
* Mon Feb 11 2013 Harald Hoyer <harald@redhat.com> 025-35.git20130211
73ad23
- update to recent git
73ad23
73ad23
* Wed Jan 23 2013 Harald Hoyer <harald@redhat.com> 025-1
73ad23
- version 025
73ad23
73ad23
* Tue Aug 21 2012 Harald Hoyer <harald@redhat.com> 023-13.git20120821
73ad23
- reintroduce rd.neednet, which reenables anaconda networking
73ad23
- fix some dracut-install corner cases
73ad23
- fix FIPS for /boot not on extra partition
73ad23
73ad23
* Wed Aug 01 2012 Dennis Gilmore <dennis@ausil.us> - 023-2
73ad23
- add patch to include omap_hsmmc for arm
73ad23
73ad23
* Wed Aug 01 2012 Harald Hoyer <harald@redhat.com> 023-1
73ad23
- version 023
73ad23
73ad23
* Mon Jul 30 2012 Harald Hoyer <harald@redhat.com> 022-99.git20120730
73ad23
- removed install of missing finished-ask-password.sh
73ad23
73ad23
* Mon Jul 30 2012 Harald Hoyer <harald@redhat.com> 022-97.git20120730
73ad23
- moved crypt setup to systemd units
73ad23
73ad23
* Fri Jul 27 2012 Harald Hoyer <harald@redhat.com> 022-63.git20120727
73ad23
- fixed dracut-install bug if /var/tmp contains a symlink
73ad23
- fixed some partx issues
73ad23
73ad23
* Mon Jul 23 2012 Harald Hoyer <harald@redhat.com> 022-5.git20120723
73ad23
- dracut.8: added more documentation about executing dracut
73ad23
73ad23
* Fri Jul 20 2012 Harald Hoyer <harald@redhat.com> 022-2.git20120720
73ad23
- fixed some race condition for resume from hibernation
73ad23
73ad23
* Fri Jul 20 2012 Harald Hoyer <harald@redhat.com> 022-1
73ad23
- version 022
73ad23
- host-only kernel modules fix
73ad23
73ad23
* Fri Jul 20 2012 Harald Hoyer <harald@redhat.com> 021-1
73ad23
- version 21
73ad23
- systemd in the initramfs reenabled
73ad23
- new option "--kver"
73ad23
73ad23
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 020-97.git20120717
73ad23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
73ad23
73ad23
* Tue Jul 17 2012 Harald Hoyer <harald@redhat.com> 020-96.git20120717
73ad23
- disabled systemd in the initramfs, until it works correctly
73ad23
73ad23
* Wed Jul 11 2012 Harald Hoyer <harald@redhat.com> 020-84.git20120711
73ad23
- add back "--force" to switch-root, otherwise systemd umounts /run
73ad23
73ad23
* Wed Jul 11 2012 Harald Hoyer <harald@redhat.com> 020-83.git20120711
73ad23
- more systemd journal fixes
73ad23
- nfs module fix
73ad23
- install also /lib/modprobe.d/*
73ad23
- fixed dracut-shutdown service
73ad23
- safeguards for dracut-install
73ad23
- for --include also copy symlinks
73ad23
73ad23
* Tue Jul 10 2012 Harald Hoyer <harald@redhat.com> 020-72.git20120710
73ad23
- stop journal rather than restart
73ad23
- copy over dracut services to /run/systemd/system
73ad23
73ad23
* Tue Jul 10 2012 Harald Hoyer <harald@redhat.com> 020-70.git20120710
73ad23
- more systemd unit fixups
73ad23
- restart systemd-journald in switch-root post
73ad23
- fixed dracut-install loader ldd error message
73ad23
73ad23
* Mon Jul 09 2012 Harald Hoyer <harald@redhat.com> 020-64.git20120709
73ad23
- fixed plymouth install
73ad23
- fixed resume
73ad23
- fixed dhcp
73ad23
- no dracut systemd services installed in the system
73ad23
73ad23
* Mon Jul 09 2012 Harald Hoyer <harald@redhat.com> 020-57.git20120709
73ad23
- more fixups for systemd-udevd unit renaming
73ad23
73ad23
* Mon Jul 09 2012 Harald Hoyer <harald@redhat.com> 020-55.git20120709
73ad23
- require systemd >= 186
73ad23
- more fixups for systemd-udevd unit renaming
73ad23
73ad23
* Mon Jul 09 2012 Harald Hoyer <harald@redhat.com> 020-52.git20120709
73ad23
- fixed prefix in 01-dist.conf
73ad23
73ad23
* Fri Jul 06 2012 Harald Hoyer <harald@redhat.com> 020-51.git20120706
73ad23
- cope with systemd-udevd unit renaming
73ad23
- fixed network renaming
73ad23
- removed dash module
73ad23
73ad23
* Mon Jul 02 2012 Harald Hoyer <harald@redhat.com> 020-22.git20120702
73ad23
- fixed kernel modules install
73ad23
73ad23
* Mon Jul 02 2012 Harald Hoyer <harald@redhat.com> 020-21.git20120702
73ad23
- moved /usr/bin/dracut-install to /usr/lib
73ad23
- more speedups
73ad23
73ad23
* Fri Jun 29 2012 Harald Hoyer <harald@redhat.com> 020-1
73ad23
- version 020
73ad23
- new /usr/bin/dracut-install tool
73ad23
- major speedup of the image creation
73ad23
73ad23
* Mon Jun 25 2012 Harald Hoyer <harald@redhat.com> 019-92.git20120625
73ad23
- support vlan tagged binding
73ad23
- speedup initramfs emergency service
73ad23
- speedup image creation
73ad23
- fix installkernel() return codes
73ad23
Resolves: rhbz#833256
73ad23
- add qemu and qemu-net modules to add qemu drivers even in host-only
73ad23
- speedup btrfs and xfs fsck (nop)
73ad23
- no more mknod in the initramfs (fixes plymouth on s390)
73ad23
73ad23
* Thu Jun 21 2012 Harald Hoyer <harald@redhat.com> 019-62.git20120621
73ad23
- do not require pkg-config for systemd
73ad23
- i18n fixes
73ad23
- less systemd services in the initramfs
73ad23
73ad23
* Thu Jun 21 2012 Harald Hoyer <harald@redhat.com> 019-57.git20120620
73ad23
- systemd is now the default init in the initramfs
73ad23
73ad23
* Mon Jun 18 2012 Harald Hoyer <harald@redhat.com> 019-40.git20120618
73ad23
- new upstream version
73ad23
73ad23
* Mon Jun 11 2012 Harald Hoyer <harald@redhat.com> 019-16.git20120611
73ad23
- new upstream version
73ad23
73ad23
* Tue Jun 05 2012 Dennis Gilmore <dennis@ausil.us> 019-2
73ad23
- include omapdrm with the arm modules
73ad23
73ad23
* Mon Jun 04 2012 Harald Hoyer <harald@redhat.com> 019-1
73ad23
- version 019-1
73ad23
73ad23
* Tue May 22 2012 Harald Hoyer <harald@redhat.com> 018-74.git20120522
73ad23
- new upstream version
73ad23
73ad23
* Thu May 17 2012 Dennis Gilmore <dennis@ausil.us> 018-53.git20120509
73ad23
- add patch to pull in arm storage modules
73ad23
73ad23
* Wed May 09 2012 Harald Hoyer <harald@redhat.com> 018-52.git20120509
73ad23
- new upstream version
73ad23
73ad23
* Fri May 04 2012 Harald Hoyer <harald@redhat.com> 018-40.git20120504
73ad23
- new upstream version
73ad23
73ad23
* Wed Apr 25 2012 Harald Hoyer <harald@redhat.com> 018-37.git20120425.1
73ad23
- fixup for multipath and iscsi host-only detection
73ad23
73ad23
* Wed Apr 25 2012 Harald Hoyer <harald@redhat.com> 018-37.git20120425
73ad23
- fixed udevd location
73ad23
73ad23
* Tue Apr 24 2012 Harald Hoyer <harald@redhat.com> 018-33.git20120424
73ad23
- new upstream version
73ad23
73ad23
* Thu Apr 19 2012 Harald Hoyer <harald@redhat.com> 018-25.git20120419
73ad23
- fixed network for non-network root (like installer media)
73ad23
73ad23
* Wed Apr 18 2012 Harald Hoyer <harald@redhat.com> 018-22.git20120418
73ad23
- new upstream version
73ad23
73ad23
* Mon Apr 16 2012 Harald Hoyer <harald@redhat.com> 018-12.git20120416
73ad23
- new upstream version, which fixes various anaconda loader issues
73ad23
73ad23
* Thu Apr 05 2012 Harald Hoyer <harald@redhat.com> 018-1
73ad23
- version 018
73ad23
73ad23
* Thu Mar 22 2012 Harald Hoyer <harald@redhat.com> 017-62.git20120322
73ad23
- fixed /run prefix copying
73ad23
73ad23
* Wed Mar 21 2012 Harald Hoyer <harald@redhat.com> 017-59.git20120321
73ad23
- new upstream version, which fixes various anaconda loader issues
73ad23
73ad23
* Mon Mar 12 2012 Harald Hoyer <harald@redhat.com> 017-43.git20120312
73ad23
- live image: fixed image uncompression
73ad23
- live updates for livenet
73ad23
73ad23
* Thu Mar 08 2012 Harald Hoyer <harald@redhat.com> 017-40.git20120308
73ad23
- add s390 ctcm network kernel module
73ad23
73ad23
* Thu Mar 08 2012 Harald Hoyer <harald@redhat.com> 017-39.git20120308
73ad23
- kill dhclient silently
73ad23
- cleanup and fix network config writeout to /run/initramfs/state
73ad23
Resolves: rhbz#799989
73ad23
- various cleanups
73ad23
73ad23
* Fri Mar 02 2012 Harald Hoyer <harald@redhat.com> 017-22.git20120302
73ad23
- nfs path fixes for live image over nfs
73ad23
  root=live:nfs://10.10.10.10:/srv/all/install.img ip=dhcp rd.neednet
73ad23
73ad23
* Thu Mar 01 2012 Harald Hoyer <harald@redhat.com> 017-19.git20120301
73ad23
- fixed include of some kernel modules
73ad23
73ad23
* Wed Feb 29 2012 Harald Hoyer <harald@redhat.com> 017-17.git20120229
73ad23
- update to latest git
73ad23
- fixes for convertfs (/usr-move)
73ad23
73ad23
* Fri Feb 24 2012 Harald Hoyer <harald@redhat.com> 017-1
73ad23
- version 017
73ad23
73ad23
* Fri Feb 17 2012 Harald Hoyer <harald@redhat.com> 016-9.git20120217
73ad23
- update to latest git
73ad23
73ad23
* Wed Feb 15 2012 Harald Hoyer <harald@redhat.com> 016-1
73ad23
- version 016
73ad23
73ad23
* Mon Feb 13 2012 Harald Hoyer <harald@redhat.com> 015-9.git20120213
73ad23
- update to latest git
73ad23
73ad23
* Sun Feb 12 2012 Kay Sievers <kay@redhat.com> - 015-9.git20120210
73ad23
- fix dependency loop in systemd service files
73ad23
73ad23
* Fri Feb 10 2012 Harald Hoyer <harald@redhat.com> 015-8.git20120210
73ad23
- update to latest git
73ad23
73ad23
* Thu Feb 09 2012 Harald Hoyer <harald@redhat.com> 015-7.git20120209
73ad23
- update to latest git
73ad23
73ad23
* Thu Feb 09 2012 Harald Hoyer <harald@redhat.com> 015-4.git20120209
73ad23
- update to latest git
73ad23
73ad23
* Wed Feb 08 2012 Harald Hoyer <harald@redhat.com> 015-3.git20120208
73ad23
- update to latest git
73ad23
73ad23
* Tue Feb 07 2012 Harald Hoyer <harald@redhat.com> 015-1
73ad23
- version 015
73ad23
73ad23
* Thu Feb 02 2012 Harald Hoyer <harald@redhat.com> 014-81.git20120202
73ad23
- update to latest git
73ad23
73ad23
* Thu Feb 02 2012 Harald Hoyer <harald@redhat.com> 014-80.git20120202
73ad23
- update to latest git
73ad23
73ad23
* Thu Jan 26 2012 Harald Hoyer <harald@redhat.com> 014-77.git20120126.1
73ad23
- rebuild for rawhide
73ad23
73ad23
* Thu Jan 26 2012 Harald Hoyer <harald@redhat.com> 014-77.git20120126
73ad23
- update to latest git
73ad23
73ad23
* Thu Jan 26 2012 Harald Hoyer <harald@redhat.com> 014-76.git20120126
73ad23
- update to latest git
73ad23
73ad23
* Thu Jan 26 2012 Harald Hoyer <harald@redhat.com> 014-75.git20120126
73ad23
- update to latest git
73ad23
73ad23
* Thu Jan 26 2012 Harald Hoyer <harald@redhat.com> 014-74.git20120126
73ad23
- update to latest git
73ad23
73ad23
* Thu Jan 26 2012 Harald Hoyer <harald@redhat.com> 014-73.git20120126
73ad23
- update to latest git
73ad23
73ad23
* Thu Jan 26 2012 Harald Hoyer <harald@redhat.com> 014-72.git20120126
73ad23
- update to latest git
73ad23
73ad23
* Mon Jan 23 2012 Harald Hoyer <harald@redhat.com> 014-65.git20120123
73ad23
- update to latest git
73ad23
73ad23
* Mon Jan 23 2012 Harald Hoyer <harald@redhat.com> 014-61.git20120123
73ad23
- update to latest git
73ad23
73ad23
* Tue Jan 17 2012 Harald Hoyer <harald@redhat.com> 014-38.git20120117
73ad23
- update to latest git
73ad23
73ad23
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 014-10.git20111215
73ad23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
73ad23
73ad23
* Thu Dec 15 2011 Harald Hoyer <harald@redhat.com> 014-9.git20111215
73ad23
- update to latest git
73ad23
- lots of patch changes
73ad23
73ad23
* Fri Oct 21 2011 Harald Hoyer <harald@redhat.com> 013-100.git20111021
73ad23
- update to latest git
73ad23
73ad23
* Thu Oct 20 2011 Harald Hoyer <harald@redhat.com> 013-93.git20111020
73ad23
- update to latest git
73ad23
73ad23
* Wed Oct 19 2011 Harald Hoyer <harald@redhat.com> 013-85.git20111019
73ad23
- update to latest git
73ad23
73ad23
* Tue Oct 04 2011 Harald Hoyer <harald@redhat.com> 013-15
73ad23
- fixed mdraid container handling
73ad23
Resolves: rhbz#743240
73ad23
73ad23
* Thu Sep 22 2011 Harald Hoyer <harald@redhat.com> 013-13
73ad23
- fixed mdraid issues
73ad23
- fixed btrfsck
73ad23
Resolves: rhbz#735602
73ad23
73ad23
* Wed Sep 21 2011 Harald Hoyer <harald@redhat.com> 013-12
73ad23
- removed patch backup files
73ad23
- reintroduced /dev/live
73ad23
73ad23
* Tue Sep 20 2011 Harald Hoyer <harald@redhat.com> 013-11
73ad23
- move mounting of securitfs to a seperate module
73ad23
Resolves: rhbz#737140
73ad23
73ad23
* Tue Sep 20 2011 Harald Hoyer <harald@redhat.com> 013-10
73ad23
- mount securitfs with the correct source
73ad23
Resolves: rhbz#737140
73ad23
73ad23
* Tue Sep 20 2011 Harald Hoyer <harald@redhat.com> 013-9
73ad23
- do not carry over initramfs udev rules
73ad23
Resolves: rhbz#734096
73ad23
73ad23
* Fri Sep 02 2011 Harald Hoyer <harald@redhat.com> 013-8
73ad23
- hopefully fixed one part of a loop/udev and loop/mount race
73ad23
Resolves: rhbz#735199
73ad23
73ad23
* Wed Aug 31 2011 Harald Hoyer <harald@redhat.com> 013-7
73ad23
- add /lib/udev/input_id to the initramfs
73ad23
- fix hmac install
73ad23
73ad23
* Tue Aug 30 2011 Harald Hoyer <harald@redhat.com> 013-6
73ad23
- fixed environment passing to real init
73ad23
Resolves: rhbz#733674
73ad23
- fixed lvm on md
73ad23
73ad23
* Mon Aug 29 2011 Harald Hoyer <harald@redhat.com> 013-5
73ad23
- fixed rhel/fedora version checks
73ad23
73ad23
* Wed Aug 17 2011 Harald Hoyer <harald@redhat.com> 013-4
73ad23
- fixed crash with livenet installed
73ad23
73ad23
* Wed Aug 17 2011 Harald Hoyer <harald@redhat.com> 013-3
73ad23
- fixed live iso mounting
73ad23
Resolves: rhbz#730579
73ad23
73ad23
* Fri Aug 12 2011 Harald Hoyer <harald@redhat.com> 013-1
73ad23
- fixed symlink creation for lorax
73ad23
73ad23
* Wed Aug 10 2011 Harald Hoyer <harald@redhat.com> 011-41.git20110810
73ad23
- fixed getargs() for empty args
73ad23
73ad23
* Wed Aug 10 2011 Harald Hoyer <harald@redhat.com> 011-40.git20110810
73ad23
- fixed symbolic link creation in the initramfs
73ad23
Resolves: rhbz#728863
73ad23
73ad23
* Wed Jul 20 2011 Harald Hoyer <harald@redhat.com> 011-15.git20110720
73ad23
- "eject" is optional now
73ad23
- refined shutdown procedure
73ad23
73ad23
* Mon Jul 18 2011 Harald Hoyer <harald@redhat.com> 011-1
73ad23
- version 011
73ad23
73ad23
* Fri May 20 2011 Harald Hoyer <harald@redhat.com> 011-0.1
73ad23
- git snapshot of pre-version 011
73ad23
73ad23
* Fri Apr 01 2011 Harald Hoyer <harald@redhat.com> 010-1
73ad23
- version 010
73ad23
73ad23
* Thu Mar 31 2011 Harald Hoyer <harald@redhat.com> 009-5
73ad23
- fixed PATH and kmsg logging
73ad23
73ad23
* Thu Mar 31 2011 Harald Hoyer <harald@redhat.com> 009-4
73ad23
- fixed dmsquash rule generation
73ad23
- fixed fips boot arg parsing
73ad23
- fixed plymouth pid generation
73ad23
73ad23
* Wed Mar 30 2011 Harald Hoyer <harald@redhat.com> 009-3
73ad23
- fixed dhcp
73ad23
- added /lib/firmware/updates to firmware directories 
73ad23
- fixed LiveCD /dev/.initramfs fallback
73ad23
- fixed cdrom polling
73ad23
- dropped net-tools dependency
73ad23
73ad23
* Tue Mar 29 2011 Harald Hoyer <harald@redhat.com> 009-2
73ad23
- fixed empty output file argument handling:
73ad23
  "dracut '' <kernel version>" 
73ad23
73ad23
* Mon Mar 28 2011 Harald Hoyer <harald@redhat.com> 009-1
73ad23
- version 009
73ad23
73ad23
* Thu Mar 17 2011 Harald Hoyer <harald@redhat.com> 009-0.1
73ad23
- version 009 prerelease
73ad23
73ad23
* Tue Feb 22 2011 Harald Hoyer <harald@redhat.com> 008-7
73ad23
- fixed lvm version parsing
73ad23
73ad23
* Tue Feb 22 2011 Harald Hoyer <harald@redhat.com> 008-6
73ad23
- fixed lvm version parsing
73ad23
73ad23
* Mon Feb 21 2011 Harald Hoyer <harald@redhat.com> 008-5
73ad23
- fixed i18n unicode setting
73ad23
- set cdrom in kernel polling
73ad23
73ad23
* Fri Feb 18 2011 Harald Hoyer <harald@redhat.com> 008-4
73ad23
- readded dist tag
73ad23
73ad23
* Fri Feb 18 2011 Harald Hoyer <harald@redhat.com> 008-3
73ad23
- fixed i18n
73ad23
- turned off selinux by default
73ad23
73ad23
* Wed Feb 09 2011 Harald Hoyer <harald@redhat.com> 008-2
73ad23
- do not write dracut.log to /tmp under any circumstances
73ad23
- touch /dev/.systemd/plymouth after plymouth started
73ad23
73ad23
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 008-1.1
73ad23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
73ad23
73ad23
* Wed Feb 02 2011 Harald Hoyer <harald@redhat.com> 008-1
73ad23
- version 008-1
73ad23
73ad23
* Mon Jan 17 2011 Harald Hoyer <harald@redhat.com> 008-0.11
73ad23
- removed "mount" requirement
73ad23
73ad23
* Thu Nov 18 2010 Harald Hoyer <harald@redhat.com> - 008-0.10
73ad23
- dracut-008 pre git snapshot
73ad23
- fixes /dev/dri permissions
73ad23
Resolves: rhbz#626559
73ad23
73ad23
* Fri Nov 12 2010 Harald Hoyer <harald@redhat.com> 008-0.9
73ad23
- dracut-008 pre git snapshot
73ad23
- fixes /dev/.udev permissions
73ad23
Resolves: rhbz#651594
73ad23
73ad23
* Wed Nov  3 2010 Harald Hoyer <harald@redhat.com> - 008-0.8
73ad23
- fixed fsck -a option
73ad23
73ad23
* Fri Oct 29 2010 Harald Hoyer <harald@redhat.com> 008-0.7
73ad23
- added fsck to initramfs
73ad23
73ad23
* Fri Oct 29 2010 Harald Hoyer <harald@redhat.com> 008-0.6
73ad23
- fixed rpm macros
73ad23
73ad23
* Fri Oct 29 2010 Harald Hoyer <harald@redhat.com> 008-0.5
73ad23
- dracut-008 pre git snapshot
73ad23
73ad23
* Mon Aug 09 2010 Harald Hoyer <harald@redhat.com> 007-1
73ad23
- version 007
73ad23
73ad23
* Thu Jun 17 2010 Harald Hoyer <harald@redhat.com> 006-1
73ad23
- version 006
73ad23
73ad23
* Fri Jun 11 2010 Harald Hoyer <harald@redhat.com>
73ad23
- Remove requirements, which are not really needed
73ad23
Resolves: rhbz#598509
73ad23
- fixed copy of network config to /dev/.initramfs/ (patch 146)
73ad23
Resolves: rhbz#594649
73ad23
- more password beauty (patch 142)
73ad23
Resolves: rhbz#561092
73ad23
- support multiple iSCSI disks (patch 143)
73ad23
Resolves: rbhz#580190
73ad23
- fixed selinux=0 (patch 130)
73ad23
Resolves: rhbz#593080
73ad23
- add support for booting LVM snapshot root volume (patch 145)
73ad23
Resolves: rbhz#602723
73ad23
- remove hardware field from BOOTIF= (patch 148)
73ad23
Resolves: rhbz#599593
73ad23
- add aes kernel modules and fix crypt handling (patch 137, patch 140 and patch 147)
73ad23
Resolves: rhbz#600170
73ad23
73ad23
* Thu May 27 2010 Harald Hoyer <harald@redhat.com> 
73ad23
- fixed Requirements
73ad23
- fixed autoip6 
73ad23
Resolves: rhbz#538388
73ad23
- fixed multipath
73ad23
Resolves: rhbz#595719
73ad23
73ad23
* Thu May 06 2010 Harald Hoyer <harald@redhat.com> 
73ad23
- only display short password messages
73ad23
Resolves: rhbz#561092
73ad23
73ad23
* Thu May 06 2010 Harald Hoyer <harald@redhat.com>
73ad23
- fixed dracut manpages 
73ad23
Resolves: rhbz#589109
73ad23
- use ccw-init and ccw rules from s390utils
73ad23
Resolves: rhbz#533494
73ad23
- fixed fcoe
73ad23
Resolves: rhbz#486244
73ad23
- various other bugfixes seen in Fedora
73ad23
73ad23
* Tue Apr 20 2010 Harald Hoyer <harald@redhat.com> 
73ad23
- fixed network with multiple nics
73ad23
- fixed nfsidmap paths
73ad23
- do not run blkid on non active container raids
73ad23
- fixed cdrom polling mechanism
73ad23
- update to latest git
73ad23
73ad23
* Thu Apr 15 2010 Harald Hoyer <harald@redhat.com>
73ad23
- fixed dracut manpages
73ad23
- dmraid parse different error messages
73ad23
- add cdrom polling mechanism for slow cdroms
73ad23
- add module btrfs
73ad23
- teach dmsquash live-root to use rootflags
73ad23
- trigger udev with action=add
73ad23
- fixed add_drivers handling 
73ad23
- add sr_mod
73ad23
- use pigz instead of gzip, if available
73ad23
73ad23
* Thu Mar 25 2010 Harald Hoyer <harald@redhat.com> 
73ad23
- removed firmware requirements (rhbz#572634)
73ad23
- add /etc/dracut.conf.d
73ad23
- Resolves: rhbz#572634
73ad23
73ad23
* Fri Mar 19 2010 Harald Hoyer <harald@redhat.com> 
73ad23
- version 005
73ad23
73ad23
* Fri Mar 19 2010 Harald Hoyer <harald@redhat.com> 
73ad23
- fixed rpmlint errors (rhbz#570547)
73ad23
- removed firmware package from dracut-kernel (rhbz#572634)
73ad23
- add dcb support to dracut's FCoE support (rhbz#563794)
73ad23
- force install some modules in hostonly mode (rhbz#573094)
73ad23
- various other bugfixes
73ad23
- Resolves: rhbz#570547, rhbz#572634, rhbz#563794, rhbz#573094
73ad23
73ad23
* Thu Feb 18 2010 Harald Hoyer <harald@redhat.com> 004-15
73ad23
- fixed "selinux=0" booting (rhbz#566376)
73ad23
- fixed internal IFS handling
73ad23
- Resolves: rhbz#566376
73ad23
73ad23
* Fri Jan 29 2010 Harald Hoyer <harald@redhat.com> 004-5
73ad23
- fixed firmware.sh bug (#559975 #559597)
73ad23
73ad23
* Tue Jan 26 2010 Harald Hoyer <harald@redhat.com> 004-4
73ad23
- add multipath check
73ad23
73ad23
* Tue Jan 26 2010 Harald Hoyer <harald@redhat.com> 004-3
73ad23
- fix selinux handling if .autorelabel is present
73ad23
- Resolves: rhbz#557744
73ad23
73ad23
* Wed Jan 20 2010 Harald Hoyer <harald@redhat.com> 004-2
73ad23
- fix emergency_shell argument parsing
73ad23
- Related: rhbz#543948
73ad23
73ad23
* Fri Jan 15 2010 Harald Hoyer <harald@redhat.com> 004-1
73ad23
- version 004
73ad23
- Resolves: rhbz#529339 rhbz#533494 rhbz#548550 
73ad23
- Resolves: rhbz#548555 rhbz#553195
73ad23
73ad23
* Wed Jan 13 2010 Harald Hoyer <harald@redhat.com> 003-3
73ad23
- add Obsoletes of mkinitrd/nash/libbdevid-python
73ad23
- Related: rhbz#543948
73ad23
73ad23
* Wed Jan 13 2010 Warren Togami <wtogami@redhat.com> 003-2
73ad23
- nbd is Fedora only
73ad23
73ad23
* Fri Nov 27 2009 Harald Hoyer <harald@redhat.com> 003-1
73ad23
- version 003
73ad23
73ad23
* Mon Nov 23 2009 Harald Hoyer <harald@redhat.com> 002-26
73ad23
- add WITH_SWITCH_ROOT make flag
73ad23
- add fips requirement conditional
73ad23
- add more device mapper modules (bug #539656)
73ad23
73ad23
* Fri Nov 20 2009 Dennis Gregorovic <dgregor@redhat.com> - 002-25.1
73ad23
- nss changes for Alpha 3
73ad23
73ad23
* Thu Nov 19 2009 Harald Hoyer <harald@redhat.com> 002-25
73ad23
- add more requirements for dracut-fips (bug #539257)
73ad23
73ad23
* Tue Nov 17 2009 Harald Hoyer <harald@redhat.com> 002-24
73ad23
- put fips module in a subpackage (bug #537619)
73ad23
73ad23
* Tue Nov 17 2009 Harald Hoyer <harald@redhat.com> 002-23
73ad23
- install xdr utils for multipath (bug #463458)
73ad23
73ad23
* Thu Nov 12 2009 Harald Hoyer <harald@redhat.com> 002-22
73ad23
- add module 90multipath
73ad23
- add module 01fips
73ad23
- renamed module 95ccw to 95znet (bug #533833)
73ad23
- crypt: ignore devices in /etc/crypttab (root is not in there)
73ad23
- dasd: only install /etc/dasd.conf in hostonly mode (bug #533833)
73ad23
- zfcp: only install /etc/zfcp.conf in hostonly mode (bug #533833)
73ad23
- kernel-modules: add scsi_dh scsi_dh_rdac scsi_dh_emc (bug #527750)
73ad23
- dasd: use dasdconf.sh from s390utils (bug #533833)
73ad23
73ad23
* Fri Nov 06 2009 Harald Hoyer <harald@redhat.com> 002-21
73ad23
- fix rd_DASD argument handling (bug #531720)
73ad23
- Resolves: rhbz#531720
73ad23
73ad23
* Wed Nov 04 2009 Harald Hoyer <harald@redhat.com> 002-20
73ad23
- fix rd_DASD argument handling (bug #531720)
73ad23
- Resolves: rhbz#531720
73ad23
73ad23
* Tue Nov 03 2009 Harald Hoyer <harald@redhat.com> 002-19
73ad23
- changed rd_DASD to rd_DASD_MOD (bug #531720)
73ad23
- Resolves: rhbz#531720
73ad23
73ad23
* Tue Oct 27 2009 Harald Hoyer <harald@redhat.com> 002-18
73ad23
- renamed lvm/device-mapper udev rules according to upstream changes
73ad23
- fixed dracut search path issue
73ad23
73ad23
* Mon Oct 26 2009 Harald Hoyer <harald@redhat.com> 002-17
73ad23
- load dm_mod module (bug #530540)
73ad23
73ad23
* Fri Oct 09 2009 Jesse Keating <jkeating@redhat.com> - 002-16
73ad23
- Upgrade plymouth to Requires(pre) to make it show up before kernel
73ad23
73ad23
* Thu Oct 08 2009 Harald Hoyer <harald@redhat.com> 002-15
73ad23
- s390 ccw: s/layer1/layer2/g
73ad23
73ad23
* Thu Oct 08 2009 Harald Hoyer <harald@redhat.com> 002-14
73ad23
- add multinic support
73ad23
- add s390 zfcp support
73ad23
- add s390 network support
73ad23
73ad23
* Wed Oct 07 2009 Harald Hoyer <harald@redhat.com> 002-13
73ad23
- fixed init=<command> handling
73ad23
- kill loginit if "rdinitdebug" specified
73ad23
- run dmsquash-live-root after udev has settled (bug #527514)
73ad23
73ad23
* Tue Oct 06 2009 Harald Hoyer <harald@redhat.com> 002-12
73ad23
- add missing loginit helper
73ad23
- corrected dracut manpage
73ad23
73ad23
* Thu Oct 01 2009 Harald Hoyer <harald@redhat.com> 002-11
73ad23
- fixed dracut-gencmdline for root=UUID or LABEL
73ad23
73ad23
* Thu Oct 01 2009 Harald Hoyer <harald@redhat.com> 002-10
73ad23
- do not destroy assembled raid arrays if mdadm.conf present
73ad23
- mount /dev/shm 
73ad23
- let udevd not resolve group and user names
73ad23
- preserve timestamps of tools on initramfs generation
73ad23
- generate symlinks for binaries correctly
73ad23
- moved network from udev to initqueue
73ad23
- mount nfs3 with nfsvers=3 option and retry with nfsvers=2
73ad23
- fixed nbd initqueue-finished
73ad23
- improved debug output: specifying "rdinitdebug" now logs
73ad23
  to dmesg, console and /init.log
73ad23
- stop udev before killing it
73ad23
- add ghost /var/log/dracut.log
73ad23
- dmsquash: use info() and die() rather than echo
73ad23
- strip kernel modules which have no x bit set
73ad23
- redirect stdin, stdout, stderr all RW to /dev/console
73ad23
  so the user can use "less" to view /init.log and dmesg
73ad23
73ad23
* Tue Sep 29 2009 Harald Hoyer <harald@redhat.com> 002-9
73ad23
- make install of new dm/lvm udev rules optionally
73ad23
- correct dasd module typo
73ad23
73ad23
* Fri Sep 25 2009 Warren Togami <wtogami@redhat.com> 002-8
73ad23
- revert back to dracut-002-5 tarball 845dd502
73ad23
  lvm2 was reverted to pre-udev
73ad23
73ad23
* Wed Sep 23 2009 Harald Hoyer <harald@redhat.com> 002-7
73ad23
- build with the correct tarball
73ad23
73ad23
* Wed Sep 23 2009 Harald Hoyer <harald@redhat.com> 002-6
73ad23
- add new device mapper udev rules and dmeventd 
73ad23
  bug 525319, 525015
73ad23
73ad23
* Wed Sep 23 2009 Warren Togami <wtogami@redaht.com> 002-5
73ad23
- Revert back to -3, Add umount back to initrd
73ad23
  This makes no functional difference to LiveCD.  See Bug #525319
73ad23
73ad23
* Mon Sep 21 2009 Warren Togami <wtogami@redhat.com> 002-4
73ad23
- Fix LiveCD boot regression
73ad23
73ad23
* Mon Sep 21 2009 Harald Hoyer <harald@redhat.com> 002-3
73ad23
- bail out if selinux policy could not be loaded and 
73ad23
  selinux=0 not specified on kernel command line 
73ad23
  (bug #524113)
73ad23
- set finished criteria for dmsquash live images
73ad23
73ad23
* Fri Sep 18 2009 Harald Hoyer <harald@redhat.com> 002-2
73ad23
- do not cleanup dmraids
73ad23
- copy over lvm.conf
73ad23
73ad23
* Thu Sep 17 2009 Harald Hoyer <harald@redhat.com> 002-1
73ad23
- version 002
73ad23
- set correct PATH
73ad23
- workaround for broken mdmon implementation
73ad23
73ad23
* Wed Sep 16 2009 Harald Hoyer <harald@redhat.com> 001-12
73ad23
- removed lvm/mdraid/dmraid lock files
73ad23
- add missing ifname= files
73ad23
73ad23
* Wed Sep 16 2009 Harald Hoyer <harald@redhat.com> 001-11
73ad23
- generate dracut-version during rpm build time
73ad23
73ad23
* Tue Sep 15 2009 Harald Hoyer <harald@redhat.com> 001-10
73ad23
- add ifname= argument for persistent netdev names
73ad23
- new /initqueue-finished to check if the main loop can be left
73ad23
- copy mdadm.conf if --mdadmconf set or mdadmconf in dracut.conf
73ad23
73ad23
* Wed Sep 09 2009 Harald Hoyer <harald@redhat.com> 001-9
73ad23
- added Requires: plymouth-scripts
73ad23
73ad23
* Wed Sep 09 2009 Harald Hoyer <harald@redhat.com> 001-8
73ad23
- plymouth: use plymouth-populate-initrd
73ad23
- add add_drivers for dracut and dracut.conf
73ad23
- do not mount /proc and /selinux manually in selinux-load-policy
73ad23
73ad23
* Wed Sep 09 2009 Harald Hoyer <harald@redhat.com> 001-7
73ad23
- add scsi_wait_scan to be sure everything was scanned
73ad23
73ad23
* Tue Sep 08 2009 Harald Hoyer <harald@redhat.com> 001-6
73ad23
- fixed several problems with md raid containers
73ad23
- fixed selinux policy loading
73ad23
73ad23
* Tue Sep 08 2009 Harald Hoyer <harald@redhat.com> 001-5
73ad23
- patch does not honor file modes, fixed them manually
73ad23
73ad23
* Mon Sep 07 2009 Harald Hoyer <harald@redhat.com> 001-4
73ad23
- fixed mdraid for IMSM
73ad23
73ad23
* Mon Sep 07 2009 Harald Hoyer <harald@redhat.com> 001-3
73ad23
- fixed bug, which prevents installing 61-persistent-storage.rules (bug #520109)
73ad23
73ad23
* Thu Sep 03 2009 Harald Hoyer <harald@redhat.com> 001-2
73ad23
- fixed missing grep for md
73ad23
- reorder cleanup
73ad23
73ad23
* Wed Sep 02 2009 Harald Hoyer <harald@redhat.com> 001-1
73ad23
- version 001
73ad23
- see http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=blob_plain;f=NEWS
73ad23
73ad23
* Fri Aug 14 2009 Harald Hoyer <harald@redhat.com> 0.9-1
73ad23
- version 0.9
73ad23
73ad23
* Thu Aug 06 2009 Harald Hoyer <harald@redhat.com> 0.8-1
73ad23
- version 0.8 
73ad23
- see http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=blob_plain;f=NEWS
73ad23
73ad23
* Fri Jul 24 2009 Harald Hoyer <harald@redhat.com> 0.7-1
73ad23
- version 0.7
73ad23
- see http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=blob_plain;f=NEWS
73ad23
73ad23
* Wed Jul 22 2009 Harald Hoyer <harald@redhat.com> 0.6-1
73ad23
- version 0.6
73ad23
- see http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=blob_plain;f=NEWS
73ad23
73ad23
* Fri Jul 17 2009 Harald Hoyer <harald@redhat.com> 0.5-1
73ad23
- version 0.5
73ad23
- see http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=blob_plain;f=NEWS
73ad23
73ad23
* Sat Jul 04 2009 Harald Hoyer <harald@redhat.com> 0.4-1
73ad23
- version 0.4
73ad23
- see http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=blob_plain;f=NEWS
73ad23
73ad23
* Thu Jul 02 2009 Harald Hoyer <harald@redhat.com> 0.3-1
73ad23
- version 0.3
73ad23
- see http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=blob_plain;f=NEWS
73ad23
73ad23
* Wed Jul 01 2009 Harald Hoyer <harald@redhat.com> 0.2-1
73ad23
- version 0.2
73ad23
73ad23
* Fri Jun 19 2009 Harald Hoyer <harald@redhat.com> 0.1-1
73ad23
- first release
73ad23
73ad23
* Thu Dec 18 2008 Jeremy Katz <katzj@redhat.com> - 0.0-1
73ad23
- Initial build