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