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