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