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