|
Harald Hoyer |
6adbc8 |
%define dracutlibdir %{_prefix}/lib/dracut
|
|
Harald Hoyer |
bcb5fa |
%bcond_without doc
|
|
Harald Hoyer |
6adbc8 |
|
|
Harald Hoyer |
bb31e7 |
# We ship a .pc file but don't want to have a dep on pkg-config. We
|
|
Harald Hoyer |
bb31e7 |
# strip the automatically generated dep here and instead co-own the
|
|
Harald Hoyer |
bb31e7 |
# directory.
|
|
Harald Hoyer |
bb31e7 |
%global __requires_exclude pkg-config
|
|
Neal Gompa |
e2800e |
|
|
Harald Hoyer |
ef5195 |
Name: dracut
|
|
|
ff27f8 |
Version: 060
|
|
Adam Williamson |
de8cf4 |
Release: 2%{?dist}
|
|
Harald Hoyer |
819af3 |
|
|
Harald Hoyer |
ef5195 |
Summary: Initramfs generator using udev
|
|
Harald Hoyer |
c4a5a0 |
|
|
Harald Hoyer |
c4a5a0 |
# The entire source code is GPLv2+
|
|
Harald Hoyer |
b6aad2 |
# except install/* which is LGPLv2+
|
|
Harald Hoyer |
b7366e |
# except util/* which is GPLv2
|
|
Lukáš Zaoral |
c2ebca |
License: GPL-2.0-or-later AND LGPL-2.1-or-later AND GPL-2.0-only
|
|
Harald Hoyer |
c4a5a0 |
|
|
Laszlo Gombos |
9de6fc |
URL: https://github.com/dracutdevs/dracut/wiki/
|
|
Harald Hoyer |
c4a5a0 |
|
|
|
ff27f8 |
# Currently upstream does not create releases, therefore
|
|
|
ff27f8 |
# source is created from commit 856e7acdb1462803c2517c8d64afb2e34c73c735
|
|
|
ff27f8 |
# Reference PR: https://github.com/dracutdevs/dracut/pull/2509
|
|
|
ff27f8 |
# Unpacked archive: https://github.com/pvalena/dracut-fedora/tree/v60-srpm-unpacked
|
|
|
ff27f8 |
Source0: dracut-%{version}.tar.xz
|
|
|
ff27f8 |
#Source0: https://github.com/dracutdevs/dracut/archive/refs/tags/%%{version}.tar.gz
|
|
Adam Williamson |
adc431 |
|
|
Harald Hoyer |
89f6fa |
Source1: https://www.gnu.org/licenses/lgpl-2.1.txt
|
|
|
ff27f8 |
# feat(kernel-install): do nothing when $KERNEL_INSTALL_INITRD_GENERATOR says so
|
|
|
ff27f8 |
# Author: Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
|
|
|
ff27f8 |
Patch1: 0001-feat-kernel-install-do-nothing-when-KERNEL_INSTALL_I.patch
|
|
|
ff27f8 |
# fix(systemd-pcrphase): rename systemd-pcrphase binary to systemd-pcrextend
|
|
|
ff27f8 |
# Author: Antonio Alvarez Feijoo <antonio.feijoo@suse.com>
|
|
|
ff27f8 |
Patch2: 0002-fix-systemd-pcrphase-rename-systemd-pcrphase-binary-.patch
|
|
|
ff27f8 |
# fix(resume): add new systemd-hibernate-resume.service
|
|
|
ff27f8 |
# Author: Antonio Alvarez Feijoo <antonio.feijoo@suse.com>
|
|
|
ff27f8 |
Patch3: 0003-fix-resume-add-new-systemd-hibernate-resume.service.patch
|
|
|
ff27f8 |
# fix: wait 12 hours before halt on media check fail
|
|
|
ff27f8 |
# Author: Adam Williamson <awilliam@redhat.com>
|
|
|
ff27f8 |
Patch4: 0004-fix-wait-12-hours-before-halt-on-media-check-fail.patch
|
|
|
ff27f8 |
# feat(network): include 98-default-mac-none.link if it exists
|
|
|
ff27f8 |
# Author: Dusty Mabe <dusty@dustymabe.com>
|
|
|
ff27f8 |
Patch5: 0005-feat-network-include-98-default-mac-none.link-if-it-.patch
|
|
|
ff27f8 |
# feat(kernel-modules): add Qualcomm IPC router to enable USB
|
|
|
ff27f8 |
# Author: Jeremy Linton <jeremy.linton@arm.com>
|
|
|
ff27f8 |
Patch6: 0006-feat-kernel-modules-add-Qualcomm-IPC-router-to-enabl.patch
|
|
|
ff27f8 |
# fix(kernel-install): do not generate an initrd when one was specified
|
|
|
ff27f8 |
# Author: Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
|
|
|
ff27f8 |
Patch7: 0007-fix-kernel-install-do-not-generate-an-initrd-when-on.patch
|
|
Manuel Fombuena |
2d7bee |
# fix(pkcs11): delete trailing dot on libcryptsetup-token-systemd-pkcs11.so
|
|
|
ff27f8 |
# Author: innovara <fombuena@outlook.com>
|
|
|
ff27f8 |
Patch8: 0008-fix-pkcs11-delete-trailing-dot-on-libcryptsetup-toke.patch
|
|
Manuel Fombuena |
2d7bee |
# fix(pcsc): add --disable-polkit to pcscd.service
|
|
|
ff27f8 |
# Author: Manuel Fombuena <mfombuena@innovara.co.uk>
|
|
|
ff27f8 |
Patch9: 0009-fix-pcsc-add-disable-polkit-to-pcscd.service.patch
|
|
|
ff27f8 |
# fix(pcsc): add opensc load module file
|
|
|
ff27f8 |
# Author: Manuel Fombuena <mfombuena@innovara.co.uk>
|
|
|
ff27f8 |
Patch10: 0010-fix-pcsc-add-opensc-load-module-file.patch
|
|
|
ff27f8 |
|
|
Adam Williamson |
de8cf4 |
# Not done with source-git, sorry, sometimes provenpackagers need to do stuff
|
|
Adam Williamson |
de8cf4 |
# fix(systemd): explicitly install some libs that will not be statically included
|
|
Adam Williamson |
de8cf4 |
# Author: Antonio Alvarez Feijoo <antonio.feijoo@suse.com>
|
|
Adam Williamson |
de8cf4 |
# https://github.com/dracut-ng/dracut-ng/commit/04b362d713235459cff1f370efb4cd5e36e4a358
|
|
Adam Williamson |
de8cf4 |
# Needed for system to boot with systemd 256
|
|
Adam Williamson |
de8cf4 |
# https://github.com/systemd/systemd/issues/32508
|
|
Adam Williamson |
de8cf4 |
Patch100: 0001-fix-systemd-explicitly-install-some-libs-that-will-n.patch
|
|
Adam Williamson |
de8cf4 |
|
|
|
ff27f8 |
# Please use source-git to work with this spec file:
|
|
|
ff27f8 |
# HowTo: https://packit.dev/source-git/work-with-source-git
|
|
|
ff27f8 |
# Source-git repository: https://github.com/redhat-plumbers/dracut-fedora/
|
|
Manuel Fombuena |
2d7bee |
|
|
Harald Hoyer |
126bbe |
BuildRequires: bash
|
|
Harald Hoyer |
e0e9e1 |
BuildRequires: git-core
|
|
Harald Hoyer |
96dcc2 |
BuildRequires: pkgconfig(libkmod) >= 23
|
|
Harald Hoyer |
126bbe |
BuildRequires: gcc
|
|
Harald Hoyer |
7a7cae |
|
|
Harald Hoyer |
6195cc |
BuildRequires: pkgconfig
|
|
Harald Hoyer |
fe68ba |
BuildRequires: systemd
|
|
Harald Hoyer |
4413d3 |
BuildRequires: bash-completion
|
|
Harald Hoyer |
6195cc |
|
|
Harald Hoyer |
bcb5fa |
%if %{with doc}
|
|
Harald Hoyer |
819af3 |
BuildRequires: docbook-style-xsl docbook-dtds libxslt
|
|
Harald Hoyer |
1ee1e3 |
BuildRequires: asciidoc
|
|
Harald Hoyer |
bcb5fa |
%endif
|
|
Harald Hoyer |
bcb5fa |
|
|
Harald Hoyer |
fe68ba |
Obsoletes: dracut-fips <= 047
|
|
Harald Hoyer |
fe68ba |
Provides: dracut-fips = %{version}-%{release}
|
|
Harald Hoyer |
fe68ba |
Obsoletes: dracut-fips-aesni <= 047
|
|
Harald Hoyer |
fe68ba |
Provides: dracut-fips-aesni = %{version}-%{release}
|
|
Harald Hoyer |
e1b27a |
|
|
Harald Hoyer |
a20c0e |
Requires: bash >= 4
|
|
Harald Hoyer |
ef5195 |
Requires: coreutils
|
|
Harald Hoyer |
257221 |
Requires: cpio
|
|
Harald Hoyer |
257221 |
Requires: filesystem >= 2.1.0
|
|
Harald Hoyer |
ef5195 |
Requires: findutils
|
|
Harald Hoyer |
ef5195 |
Requires: grep
|
|
Harald Hoyer |
adf00e |
Requires: kmod
|
|
Harald Hoyer |
257221 |
Requires: sed
|
|
Harald Hoyer |
db50c2 |
Requires: xz
|
|
Harald Hoyer |
368a0c |
Requires: gzip
|
|
Harald Hoyer |
0840a3 |
|
|
Harald Hoyer |
308914 |
Recommends: memstrack
|
|
Harald Hoyer |
0840a3 |
Recommends: hardlink
|
|
Harald Hoyer |
368a0c |
Recommends: pigz
|
|
Harald Hoyer |
0840a3 |
Recommends: kpartx
|
|
|
646ead |
Recommends: (tpm2-tools if tpm2-tss)
|
|
Harald Hoyer |
1ee1e3 |
Requires: util-linux >= 2.21
|
|
Harald Hoyer |
bb31e7 |
Requires: systemd >= 219
|
|
Harald Hoyer |
53404a |
Requires: systemd-udev >= 219
|
|
Harald Hoyer |
6ae846 |
Requires: procps-ng
|
|
Harald Hoyer |
819af3 |
|
|
Harald Hoyer |
61870a |
Requires: libkcapi-hmaccalc
|
|
Harald Hoyer |
fe31f8 |
|
|
Harald Hoyer |
ef5195 |
%description
|
|
Zbigniew Jędrzejewski-Szmek |
c57fd4 |
dracut contains tools to create bootable initramfses for the Linux
|
|
Harald Hoyer |
308914 |
kernel. Unlike other implementations, dracut hard-codes as little
|
|
Zbigniew Jędrzejewski-Szmek |
c57fd4 |
as possible into the initramfs. dracut contains various modules which
|
|
Zbigniew Jędrzejewski-Szmek |
c57fd4 |
are driven by the event-based udev. Having root on MD, DM, LVM2, LUKS
|
|
Zbigniew Jędrzejewski-Szmek |
c57fd4 |
is supported as well as NFS, iSCSI, NBD, FCoE with the dracut-network
|
|
Zbigniew Jędrzejewski-Szmek |
c57fd4 |
package.
|
|
Harald Hoyer |
ef5195 |
|
|
Harald Hoyer |
c518b6 |
%package network
|
|
Harald Hoyer |
ad150c |
Summary: dracut modules to build a dracut initramfs with network support
|
|
Harald Hoyer |
ef5195 |
Requires: %{name} = %{version}-%{release}
|
|
Harald Hoyer |
ad150c |
Requires: iputils
|
|
Harald Hoyer |
ad150c |
Requires: iproute
|
|
|
7e84f1 |
Requires: jq
|
|
|
a1ebaf |
Requires: NetworkManager >= 1.20
|
|
Harald Hoyer |
96dcc2 |
Suggests: NetworkManager
|
|
Harald Hoyer |
819af3 |
Obsoletes: dracut-generic < 008
|
|
Harald Hoyer |
819af3 |
Provides: dracut-generic = %{version}-%{release}
|
|
Harald Hoyer |
c518b6 |
|
|
Harald Hoyer |
c518b6 |
%description network
|
|
Harald Hoyer |
c518b6 |
This package requires everything which is needed to build a generic
|
|
Harald Hoyer |
c518b6 |
all purpose initramfs with network support with dracut.
|
|
Harald Hoyer |
c518b6 |
|
|
Harald Hoyer |
1f9564 |
%package caps
|
|
Harald Hoyer |
ad150c |
Summary: dracut modules to build a dracut initramfs which drops capabilities
|
|
Harald Hoyer |
1f9564 |
Requires: %{name} = %{version}-%{release}
|
|
Harald Hoyer |
1f9564 |
Requires: libcap
|
|
Harald Hoyer |
1f9564 |
|
|
Harald Hoyer |
1f9564 |
%description caps
|
|
Harald Hoyer |
1f9564 |
This package requires everything which is needed to build an
|
|
Harald Hoyer |
52ce14 |
initramfs with dracut, which drops capabilities.
|
|
Harald Hoyer |
1f9564 |
|
|
Harald Hoyer |
0840a3 |
%package live
|
|
Harald Hoyer |
0840a3 |
Summary: dracut modules to build a dracut initramfs with live image capabilities
|
|
Harald Hoyer |
0840a3 |
Requires: %{name} = %{version}-%{release}
|
|
Harald Hoyer |
0840a3 |
Requires: %{name}-network = %{version}-%{release}
|
|
Neal Gompa |
e2800e |
Requires: tar gzip coreutils bash device-mapper curl parted
|
|
Yaakov Selkowitz |
45c205 |
%if ! 0%{?rhel}
|
|
Harald Hoyer |
d88ded |
Requires: fuse ntfs-3g
|
|
Yaakov Selkowitz |
45c205 |
%endif
|
|
Harald Hoyer |
0840a3 |
|
|
Harald Hoyer |
0840a3 |
%description live
|
|
Harald Hoyer |
0840a3 |
This package requires everything which is needed to build an
|
|
Harald Hoyer |
0840a3 |
initramfs with dracut, with live image capabilities, like Live CDs.
|
|
Harald Hoyer |
0840a3 |
|
|
Harald Hoyer |
e1b27a |
%package config-generic
|
|
Harald Hoyer |
22a1cb |
Summary: dracut configuration to turn off hostonly image generation
|
|
Harald Hoyer |
22a1cb |
Requires: %{name} = %{version}-%{release}
|
|
Zbigniew Jędrzejewski-Szmek |
bf2051 |
Obsoletes: dracut-nohostonly < 030
|
|
Zbigniew Jędrzejewski-Szmek |
bf2051 |
Provides: dracut-nohostonly = %{version}-%{release}
|
|
Harald Hoyer |
22a1cb |
|
|
Harald Hoyer |
e1b27a |
%description config-generic
|
|
Harald Hoyer |
22a1cb |
This package provides the configuration to turn off the host specific initramfs
|
|
Harald Hoyer |
e1b27a |
generation with dracut and generates a generic image by default.
|
|
Harald Hoyer |
22a1cb |
|
|
Harald Hoyer |
e1b27a |
%package config-rescue
|
|
Harald Hoyer |
e1b27a |
Summary: dracut configuration to turn on rescue image generation
|
|
Harald Hoyer |
22a1cb |
Requires: %{name} = %{version}-%{release}
|
|
Zbigniew Jędrzejewski-Szmek |
bf2051 |
Obsoletes: dracut < 030
|
|
Harald Hoyer |
22a1cb |
|
|
Harald Hoyer |
e1b27a |
%description config-rescue
|
|
Harald Hoyer |
e1b27a |
This package provides the configuration to turn on the rescue initramfs
|
|
Harald Hoyer |
22a1cb |
generation with dracut.
|
|
Harald Hoyer |
22a1cb |
|
|
Harald Hoyer |
a04253 |
%package tools
|
|
Harald Hoyer |
ad150c |
Summary: dracut tools to build the local initramfs
|
|
Harald Hoyer |
63c8b5 |
Requires: %{name} = %{version}-%{release}
|
|
Harald Hoyer |
a04253 |
|
|
Harald Hoyer |
a04253 |
%description tools
|
|
Harald Hoyer |
a04253 |
This package contains tools to assemble the local initrd and host configuration.
|
|
Harald Hoyer |
ef5195 |
|
|
Harald Hoyer |
9d5d75 |
%package squash
|
|
Harald Hoyer |
9d5d75 |
Summary: dracut module to build an initramfs with most files in a squashfs image
|
|
Harald Hoyer |
9d5d75 |
Requires: %{name} = %{version}-%{release}
|
|
Harald Hoyer |
737328 |
Requires: squashfs-tools
|
|
Harald Hoyer |
9d5d75 |
|
|
Harald Hoyer |
9d5d75 |
%description squash
|
|
Harald Hoyer |
9d5d75 |
This package provides a dracut module to build an initramfs, but store most files
|
|
Harald Hoyer |
9d5d75 |
in a squashfs image, result in a smaller initramfs size and reduce runtime memory
|
|
Harald Hoyer |
9d5d75 |
usage.
|
|
Harald Hoyer |
9d5d75 |
|
|
Harald Hoyer |
ef5195 |
%prep
|
|
Harald Hoyer |
ca2975 |
%autosetup -n %{name}-%{version} -S git_am
|
|
Tom Callaway |
cf2cbc |
cp %{SOURCE1} .
|
|
Harald Hoyer |
6adbc8 |
|
|
Harald Hoyer |
ef5195 |
%build
|
|
Harald Hoyer |
b38677 |
%configure --systemdsystemunitdir=%{_unitdir} \
|
|
Harald Hoyer |
b38677 |
--bashcompletiondir=$(pkg-config --variable=completionsdir bash-completion) \
|
|
Harald Hoyer |
b38677 |
--libdir=%{_prefix}/lib \
|
|
Harald Hoyer |
bcb5fa |
%if %{without doc}
|
|
Harald Hoyer |
b38677 |
--disable-documentation \
|
|
Harald Hoyer |
bcb5fa |
%endif
|
|
Harald Hoyer |
b38677 |
${NULL}
|
|
Harald Hoyer |
4413d3 |
|
|
Tom Stellard |
e965b2 |
%make_build
|
|
Harald Hoyer |
ef5195 |
|
|
Harald Hoyer |
ef5195 |
%install
|
|
Tom Stellard |
e965b2 |
%make_install %{?_smp_mflags} \
|
|
Harald Hoyer |
4413d3 |
libdir=%{_prefix}/lib
|
|
Harald Hoyer |
ef5195 |
|
|
Harald Hoyer |
360a82 |
echo "DRACUT_VERSION=%{version}-%{release}" > $RPM_BUILD_ROOT/%{dracutlibdir}/dracut-version.sh
|
|
Harald Hoyer |
819af3 |
|
|
Harald Hoyer |
2d3fda |
# we do not support dash in the initramfs
|
|
Harald Hoyer |
e1b27a |
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/00dash
|
|
Harald Hoyer |
2d3fda |
|
|
Harald Hoyer |
96dcc2 |
# we do not support mksh in the initramfs
|
|
Harald Hoyer |
96dcc2 |
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/00mksh
|
|
Harald Hoyer |
96dcc2 |
|
|
|
a1ebaf |
# Remove obsolete module
|
|
|
a1ebaf |
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/35network-legacy
|
|
|
a1ebaf |
|
|
Harald Hoyer |
d9da66 |
%ifnarch s390 s390x
|
|
Harald Hoyer |
d9da66 |
# remove architecture specific modules
|
|
Harald Hoyer |
d9da66 |
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/80cms
|
|
Harald Hoyer |
d9da66 |
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/81cio_ignore
|
|
Harald Hoyer |
d9da66 |
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/91zipl
|
|
Harald Hoyer |
d9da66 |
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/95dasd
|
|
Harald Hoyer |
d9da66 |
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/95dasd_mod
|
|
Harald Hoyer |
d9da66 |
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/95dasd_rules
|
|
Harald Hoyer |
d9da66 |
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/95dcssblk
|
|
Harald Hoyer |
61870a |
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/95qeth_rules
|
|
Harald Hoyer |
d9da66 |
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/95zfcp
|
|
Harald Hoyer |
d9da66 |
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/95zfcp_rules
|
|
Harald Hoyer |
d9da66 |
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/95znet
|
|
Harald Hoyer |
9d5d75 |
%else
|
|
Harald Hoyer |
9d5d75 |
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/00warpclock
|
|
Harald Hoyer |
d9da66 |
%endif
|
|
Harald Hoyer |
d9da66 |
|
|
Harald Hoyer |
a04253 |
mkdir -p $RPM_BUILD_ROOT/boot/dracut
|
|
Harald Hoyer |
a04253 |
mkdir -p $RPM_BUILD_ROOT/var/lib/dracut/overlay
|
|
Harald Hoyer |
501bcb |
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/log
|
|
|
ff27f8 |
touch $RPM_BUILD_ROOT%{_localstatedir}/log/dracut.log
|
|
Harald Hoyer |
1f9564 |
mkdir -p $RPM_BUILD_ROOT%{_sharedstatedir}/initramfs
|
|
Harald Hoyer |
a04253 |
|
|
Harald Hoyer |
f588f1 |
install -m 0644 dracut.conf.d/fedora.conf.example $RPM_BUILD_ROOT%{dracutlibdir}/dracut.conf.d/01-dist.conf
|
|
Harald Hoyer |
96dcc2 |
rm -f $RPM_BUILD_ROOT%{_mandir}/man?/*suse*
|
|
Harald Hoyer |
1b7b01 |
|
|
Harald Hoyer |
e1b27a |
echo 'hostonly="no"' > $RPM_BUILD_ROOT%{dracutlibdir}/dracut.conf.d/02-generic-image.conf
|
|
Harald Hoyer |
e1b27a |
echo 'dracut_rescue_image="yes"' > $RPM_BUILD_ROOT%{dracutlibdir}/dracut.conf.d/02-rescue.conf
|
|
Harald Hoyer |
f97365 |
|
|
Harald Hoyer |
ef5195 |
%files
|
|
Harald Hoyer |
bcb5fa |
%if %{with doc}
|
|
Harald Hoyer |
b7366e |
%doc README.md docs/HACKING.md AUTHORS NEWS.md dracut.html docs/dracut.png docs/dracut.svg
|
|
Harald Hoyer |
bcb5fa |
%endif
|
|
Tom Callaway |
cf2cbc |
%license COPYING lgpl-2.1.txt
|
|
Harald Hoyer |
6adbc8 |
%{_bindir}/dracut
|
|
Harald Hoyer |
a20c0e |
%{_datadir}/bash-completion/completions/dracut
|
|
Harald Hoyer |
adf00e |
%{_datadir}/bash-completion/completions/lsinitrd
|
|
Harald Hoyer |
6adbc8 |
%{_bindir}/lsinitrd
|
|
Harald Hoyer |
6adbc8 |
%dir %{dracutlibdir}
|
|
Harald Hoyer |
6adbc8 |
%dir %{dracutlibdir}/modules.d
|
|
Harald Hoyer |
79293f |
%{dracutlibdir}/dracut-functions.sh
|
|
Harald Hoyer |
0840a3 |
%{dracutlibdir}/dracut-init.sh
|
|
Harald Hoyer |
6adbc8 |
%{dracutlibdir}/dracut-functions
|
|
Harald Hoyer |
360a82 |
%{dracutlibdir}/dracut-version.sh
|
|
Harald Hoyer |
79293f |
%{dracutlibdir}/dracut-logger.sh
|
|
Harald Hoyer |
9d87a2 |
%{dracutlibdir}/dracut-initramfs-restore
|
|
Harald Hoyer |
c4a5a0 |
%{dracutlibdir}/dracut-install
|
|
Harald Hoyer |
b7366e |
%{dracutlibdir}/dracut-util
|
|
Harald Hoyer |
bcb5fa |
%{dracutlibdir}/skipcpio
|
|
Harald Hoyer |
52ce14 |
%config(noreplace) %{_sysconfdir}/dracut.conf
|
|
Harald Hoyer |
f588f1 |
%{dracutlibdir}/dracut.conf.d/01-dist.conf
|
|
Harald Hoyer |
52ce14 |
%dir %{_sysconfdir}/dracut.conf.d
|
|
Harald Hoyer |
f588f1 |
%dir %{dracutlibdir}/dracut.conf.d
|
|
Harald Hoyer |
bb31e7 |
%dir %{_datadir}/pkgconfig
|
|
Harald Hoyer |
ca2975 |
%{_datadir}/pkgconfig/dracut.pc
|
|
Harald Hoyer |
bcb5fa |
|
|
Harald Hoyer |
bcb5fa |
%if %{with doc}
|
|
Harald Hoyer |
ef5195 |
%{_mandir}/man8/dracut.8*
|
|
Harald Hoyer |
12f6cc |
%{_mandir}/man8/*service.8*
|
|
Harald Hoyer |
a66b47 |
%{_mandir}/man1/lsinitrd.1*
|
|
Harald Hoyer |
63c8b5 |
%{_mandir}/man7/dracut.kernel.7*
|
|
Harald Hoyer |
6adbc8 |
%{_mandir}/man7/dracut.cmdline.7*
|
|
Harald Hoyer |
e7efcf |
%{_mandir}/man7/dracut.modules.7*
|
|
Harald Hoyer |
630033 |
%{_mandir}/man7/dracut.bootup.7*
|
|
Harald Hoyer |
348aae |
%{_mandir}/man5/dracut.conf.5*
|
|
Harald Hoyer |
bcb5fa |
%endif
|
|
Harald Hoyer |
bcb5fa |
|
|
Harald Hoyer |
b6aad2 |
%{dracutlibdir}/modules.d/00bash
|
|
Harald Hoyer |
ca2975 |
%{dracutlibdir}/modules.d/00systemd
|
|
Harald Hoyer |
b7366e |
%{dracutlibdir}/modules.d/00systemd-network-management
|
|
Harald Hoyer |
9d5d75 |
%ifnarch s390 s390x
|
|
Harald Hoyer |
f97365 |
%{dracutlibdir}/modules.d/00warpclock
|
|
Harald Hoyer |
9d5d75 |
%endif
|
|
Harald Hoyer |
9d5d75 |
%{dracutlibdir}/modules.d/01fips
|
|
Harald Hoyer |
b7366e |
%{dracutlibdir}/modules.d/01systemd-ac-power
|
|
Harald Hoyer |
e0e9e1 |
%{dracutlibdir}/modules.d/01systemd-ask-password
|
|
Harald Hoyer |
e0e9e1 |
%{dracutlibdir}/modules.d/01systemd-coredump
|
|
|
ff27f8 |
%{dracutlibdir}/modules.d/01systemd-creds
|
|
Harald Hoyer |
b7366e |
%{dracutlibdir}/modules.d/01systemd-hostnamed
|
|
Harald Hoyer |
ca2975 |
%{dracutlibdir}/modules.d/01systemd-initrd
|
|
|
868aaf |
%{dracutlibdir}/modules.d/01systemd-integritysetup
|
|
Harald Hoyer |
b7366e |
%{dracutlibdir}/modules.d/01systemd-journald
|
|
Harald Hoyer |
b7366e |
%{dracutlibdir}/modules.d/01systemd-ldconfig
|
|
Harald Hoyer |
e0e9e1 |
%{dracutlibdir}/modules.d/01systemd-modules-load
|
|
|
ac8a9b |
%{dracutlibdir}/modules.d/01systemd-pcrphase
|
|
|
ac8a9b |
%{dracutlibdir}/modules.d/01systemd-portabled
|
|
|
ac8a9b |
%{dracutlibdir}/modules.d/01systemd-pstore
|
|
Harald Hoyer |
e0e9e1 |
%{dracutlibdir}/modules.d/01systemd-repart
|
|
Harald Hoyer |
b7366e |
%{dracutlibdir}/modules.d/01systemd-resolved
|
|
Harald Hoyer |
b7366e |
%{dracutlibdir}/modules.d/01systemd-sysext
|
|
Harald Hoyer |
e0e9e1 |
%{dracutlibdir}/modules.d/01systemd-sysctl
|
|
Harald Hoyer |
e0e9e1 |
%{dracutlibdir}/modules.d/01systemd-sysusers
|
|
Harald Hoyer |
b7366e |
%{dracutlibdir}/modules.d/01systemd-timedated
|
|
Harald Hoyer |
b7366e |
%{dracutlibdir}/modules.d/01systemd-timesyncd
|
|
Harald Hoyer |
b7366e |
%{dracutlibdir}/modules.d/01systemd-tmpfiles
|
|
Harald Hoyer |
b7366e |
%{dracutlibdir}/modules.d/01systemd-udevd
|
|
Harald Hoyer |
b7366e |
%{dracutlibdir}/modules.d/01systemd-veritysetup
|
|
Harald Hoyer |
6ae846 |
%{dracutlibdir}/modules.d/03modsign
|
|
Harald Hoyer |
52ce14 |
%{dracutlibdir}/modules.d/03rescue
|
|
Harald Hoyer |
d1bf89 |
%{dracutlibdir}/modules.d/04watchdog
|
|
Harald Hoyer |
460d2c |
%{dracutlibdir}/modules.d/04watchdog-modules
|
|
Harald Hoyer |
6adbc8 |
%{dracutlibdir}/modules.d/05busybox
|
|
Harald Hoyer |
e0e9e1 |
%{dracutlibdir}/modules.d/06dbus-broker
|
|
Harald Hoyer |
e0e9e1 |
%{dracutlibdir}/modules.d/06dbus-daemon
|
|
Harald Hoyer |
96dcc2 |
%{dracutlibdir}/modules.d/06rngd
|
|
Harald Hoyer |
e0e9e1 |
%{dracutlibdir}/modules.d/09dbus
|
|
Harald Hoyer |
6adbc8 |
%{dracutlibdir}/modules.d/10i18n
|
|
Harald Hoyer |
98731e |
%{dracutlibdir}/modules.d/30convertfs
|
|
Harald Hoyer |
4112f5 |
%{dracutlibdir}/modules.d/45url-lib
|
|
Harald Hoyer |
ad150c |
%{dracutlibdir}/modules.d/50drm
|
|
Harald Hoyer |
6adbc8 |
%{dracutlibdir}/modules.d/50plymouth
|
|
Harald Hoyer |
b7366e |
%{dracutlibdir}/modules.d/62bluetooth
|
|
Harald Hoyer |
9e6bbe |
%{dracutlibdir}/modules.d/80lvmmerge
|
|
|
868aaf |
%{dracutlibdir}/modules.d/80lvmthinpool-monitor
|
|
|
ac8a9b |
%{dracutlibdir}/modules.d/80test
|
|
|
ac8a9b |
%{dracutlibdir}/modules.d/80test-makeroot
|
|
|
ac8a9b |
%{dracutlibdir}/modules.d/80test-root
|
|
Harald Hoyer |
6adbc8 |
%{dracutlibdir}/modules.d/90btrfs
|
|
Harald Hoyer |
6adbc8 |
%{dracutlibdir}/modules.d/90crypt
|
|
Harald Hoyer |
6adbc8 |
%{dracutlibdir}/modules.d/90dm
|
|
Harald Hoyer |
6adbc8 |
%{dracutlibdir}/modules.d/90dmraid
|
|
Harald Hoyer |
6adbc8 |
%{dracutlibdir}/modules.d/90kernel-modules
|
|
Harald Hoyer |
4454e5 |
%{dracutlibdir}/modules.d/90kernel-modules-extra
|
|
Harald Hoyer |
6adbc8 |
%{dracutlibdir}/modules.d/90lvm
|
|
Harald Hoyer |
6adbc8 |
%{dracutlibdir}/modules.d/90mdraid
|
|
Harald Hoyer |
6adbc8 |
%{dracutlibdir}/modules.d/90multipath
|
|
Harald Hoyer |
5f0dd7 |
%{dracutlibdir}/modules.d/90nvdimm
|
|
|
dc707d |
%{dracutlibdir}/modules.d/90overlayfs
|
|
Harald Hoyer |
96dcc2 |
%{dracutlibdir}/modules.d/90ppcmac
|
|
Harald Hoyer |
53e990 |
%{dracutlibdir}/modules.d/90qemu
|
|
Harald Hoyer |
6adbc8 |
%{dracutlibdir}/modules.d/91crypt-gpg
|
|
Harald Hoyer |
12f6cc |
%{dracutlibdir}/modules.d/91crypt-loop
|
|
Peter Robinson |
937971 |
%{dracutlibdir}/modules.d/91fido2
|
|
Peter Robinson |
937971 |
%{dracutlibdir}/modules.d/91pcsc
|
|
Peter Robinson |
937971 |
%{dracutlibdir}/modules.d/91pkcs11
|
|
Harald Hoyer |
b7366e |
%{dracutlibdir}/modules.d/91tpm2-tss
|
|
Harald Hoyer |
6adbc8 |
%{dracutlibdir}/modules.d/95debug
|
|
Harald Hoyer |
d9da66 |
%{dracutlibdir}/modules.d/95fstab-sys
|
|
Harald Hoyer |
d9da66 |
%{dracutlibdir}/modules.d/95lunmask
|
|
Harald Hoyer |
6adbc8 |
%{dracutlibdir}/modules.d/95resume
|
|
Harald Hoyer |
6adbc8 |
%{dracutlibdir}/modules.d/95rootfs-block
|
|
Harald Hoyer |
d9da66 |
%{dracutlibdir}/modules.d/95terminfo
|
|
Harald Hoyer |
d9da66 |
%{dracutlibdir}/modules.d/95udev-rules
|
|
Harald Hoyer |
d9da66 |
%{dracutlibdir}/modules.d/95virtfs
|
|
|
868aaf |
%{dracutlibdir}/modules.d/95virtiofs
|
|
Harald Hoyer |
d9da66 |
%ifarch s390 s390x
|
|
Harald Hoyer |
d9da66 |
%{dracutlibdir}/modules.d/80cms
|
|
Harald Hoyer |
d9da66 |
%{dracutlibdir}/modules.d/81cio_ignore
|
|
Harald Hoyer |
d9da66 |
%{dracutlibdir}/modules.d/91zipl
|
|
Harald Hoyer |
6adbc8 |
%{dracutlibdir}/modules.d/95dasd
|
|
Harald Hoyer |
6adbc8 |
%{dracutlibdir}/modules.d/95dasd_mod
|
|
Harald Hoyer |
4734ec |
%{dracutlibdir}/modules.d/95dasd_rules
|
|
Harald Hoyer |
d9da66 |
%{dracutlibdir}/modules.d/95dcssblk
|
|
Harald Hoyer |
61870a |
%{dracutlibdir}/modules.d/95qeth_rules
|
|
Harald Hoyer |
6adbc8 |
%{dracutlibdir}/modules.d/95zfcp
|
|
Harald Hoyer |
4734ec |
%{dracutlibdir}/modules.d/95zfcp_rules
|
|
Harald Hoyer |
d9da66 |
%endif
|
|
Harald Hoyer |
6adbc8 |
%{dracutlibdir}/modules.d/96securityfs
|
|
Harald Hoyer |
6adbc8 |
%{dracutlibdir}/modules.d/97masterkey
|
|
Harald Hoyer |
6adbc8 |
%{dracutlibdir}/modules.d/98integrity
|
|
Harald Hoyer |
953eb6 |
%{dracutlibdir}/modules.d/97biosdevname
|
|
Harald Hoyer |
d9da66 |
%{dracutlibdir}/modules.d/98dracut-systemd
|
|
Harald Hoyer |
953eb6 |
%{dracutlibdir}/modules.d/98ecryptfs
|
|
Harald Hoyer |
ee76a0 |
%{dracutlibdir}/modules.d/98pollcdrom
|
|
Harald Hoyer |
75f812 |
%{dracutlibdir}/modules.d/98selinux
|
|
Harald Hoyer |
6adbc8 |
%{dracutlibdir}/modules.d/98syslog
|
|
Harald Hoyer |
6adbc8 |
%{dracutlibdir}/modules.d/98usrmount
|
|
Harald Hoyer |
6adbc8 |
%{dracutlibdir}/modules.d/99base
|
|
Harald Hoyer |
308914 |
%{dracutlibdir}/modules.d/99memstrack
|
|
Harald Hoyer |
6adbc8 |
%{dracutlibdir}/modules.d/99fs-lib
|
|
Harald Hoyer |
6adbc8 |
%{dracutlibdir}/modules.d/99shutdown
|
|
|
ff27f8 |
%attr(0644,root,root) %ghost %config(missingok,noreplace) %{_localstatedir}/log/dracut.log
|
|
Harald Hoyer |
1f9564 |
%dir %{_sharedstatedir}/initramfs
|
|
Harald Hoyer |
79293f |
%if %{defined _unitdir}
|
|
Harald Hoyer |
89b080 |
%{_unitdir}/dracut-shutdown.service
|
|
|
868aaf |
%{_unitdir}/dracut-shutdown-onfailure.service
|
|
Harald Hoyer |
eeb1c2 |
%{_unitdir}/sysinit.target.wants/dracut-shutdown.service
|
|
Harald Hoyer |
6195cc |
%{_unitdir}/dracut-cmdline.service
|
|
Harald Hoyer |
6195cc |
%{_unitdir}/dracut-initqueue.service
|
|
Harald Hoyer |
6195cc |
%{_unitdir}/dracut-mount.service
|
|
Harald Hoyer |
6195cc |
%{_unitdir}/dracut-pre-mount.service
|
|
Harald Hoyer |
6195cc |
%{_unitdir}/dracut-pre-pivot.service
|
|
Harald Hoyer |
6195cc |
%{_unitdir}/dracut-pre-trigger.service
|
|
Harald Hoyer |
6195cc |
%{_unitdir}/dracut-pre-udev.service
|
|
Harald Hoyer |
6195cc |
%{_unitdir}/initrd.target.wants/dracut-cmdline.service
|
|
Harald Hoyer |
6195cc |
%{_unitdir}/initrd.target.wants/dracut-initqueue.service
|
|
Harald Hoyer |
6195cc |
%{_unitdir}/initrd.target.wants/dracut-mount.service
|
|
Harald Hoyer |
6195cc |
%{_unitdir}/initrd.target.wants/dracut-pre-mount.service
|
|
Harald Hoyer |
6195cc |
%{_unitdir}/initrd.target.wants/dracut-pre-pivot.service
|
|
Harald Hoyer |
6195cc |
%{_unitdir}/initrd.target.wants/dracut-pre-trigger.service
|
|
Harald Hoyer |
6195cc |
%{_unitdir}/initrd.target.wants/dracut-pre-udev.service
|
|
Harald Hoyer |
7a7cae |
%endif
|
|
Harald Hoyer |
f588f1 |
%{_prefix}/lib/kernel/install.d/50-dracut.install
|
|
Harald Hoyer |
c518b6 |
|
|
Harald Hoyer |
c518b6 |
%files network
|
|
Harald Hoyer |
b7366e |
%{dracutlibdir}/modules.d/01systemd-networkd
|
|
|
868aaf |
%{dracutlibdir}/modules.d/35connman
|
|
Harald Hoyer |
9d5d75 |
%{dracutlibdir}/modules.d/35network-manager
|
|
Harald Hoyer |
6adbc8 |
%{dracutlibdir}/modules.d/40network
|
|
Harald Hoyer |
d9da66 |
%{dracutlibdir}/modules.d/45ifcfg
|
|
Harald Hoyer |
ca2975 |
%{dracutlibdir}/modules.d/90kernel-network-modules
|
|
Harald Hoyer |
53e990 |
%{dracutlibdir}/modules.d/90qemu-net
|
|
Harald Hoyer |
12f6cc |
%{dracutlibdir}/modules.d/95cifs
|
|
Harald Hoyer |
d9da66 |
%{dracutlibdir}/modules.d/95fcoe
|
|
Harald Hoyer |
d9da66 |
%{dracutlibdir}/modules.d/95fcoe-uefi
|
|
Harald Hoyer |
d9da66 |
%{dracutlibdir}/modules.d/95iscsi
|
|
Harald Hoyer |
6adbc8 |
%{dracutlibdir}/modules.d/95nbd
|
|
Harald Hoyer |
6adbc8 |
%{dracutlibdir}/modules.d/95nfs
|
|
|
7e84f1 |
%{dracutlibdir}/modules.d/95nvmf
|
|
Harald Hoyer |
83ebbb |
%{dracutlibdir}/modules.d/95ssh-client
|
|
Harald Hoyer |
d9da66 |
%ifarch s390 s390x
|
|
Harald Hoyer |
6adbc8 |
%{dracutlibdir}/modules.d/95znet
|
|
Harald Hoyer |
d9da66 |
%endif
|
|
Harald Hoyer |
30adad |
%{dracutlibdir}/modules.d/99uefi-lib
|
|
Harald Hoyer |
ef5195 |
|
|
Harald Hoyer |
1f9564 |
%files caps
|
|
Harald Hoyer |
6adbc8 |
%{dracutlibdir}/modules.d/02caps
|
|
Harald Hoyer |
1f9564 |
|
|
Harald Hoyer |
0840a3 |
%files live
|
|
Harald Hoyer |
0840a3 |
%{dracutlibdir}/modules.d/99img-lib
|
|
Harald Hoyer |
0840a3 |
%{dracutlibdir}/modules.d/90dmsquash-live
|
|
Neal Gompa |
e2800e |
%{dracutlibdir}/modules.d/90dmsquash-live-autooverlay
|
|
Harald Hoyer |
9e6bbe |
%{dracutlibdir}/modules.d/90dmsquash-live-ntfs
|
|
Harald Hoyer |
0840a3 |
%{dracutlibdir}/modules.d/90livenet
|
|
Harald Hoyer |
0840a3 |
|
|
Harald Hoyer |
a60009 |
%files tools
|
|
Harald Hoyer |
bcb5fa |
%if %{with doc}
|
|
Harald Hoyer |
bcb5fa |
%doc %{_mandir}/man8/dracut-catimages.8*
|
|
Harald Hoyer |
bcb5fa |
%endif
|
|
Harald Hoyer |
bcb5fa |
|
|
Harald Hoyer |
6adbc8 |
%{_bindir}/dracut-catimages
|
|
Harald Hoyer |
a04253 |
%dir /boot/dracut
|
|
Harald Hoyer |
a04253 |
%dir /var/lib/dracut
|
|
Harald Hoyer |
a04253 |
%dir /var/lib/dracut/overlay
|
|
Harald Hoyer |
a04253 |
|
|
Harald Hoyer |
737328 |
%files squash
|
|
Harald Hoyer |
737328 |
%{dracutlibdir}/modules.d/99squash
|
|
Harald Hoyer |
737328 |
|
|
Harald Hoyer |
e1b27a |
%files config-generic
|
|
Harald Hoyer |
e1b27a |
%{dracutlibdir}/dracut.conf.d/02-generic-image.conf
|
|
Harald Hoyer |
22a1cb |
|
|
Harald Hoyer |
e1b27a |
%files config-rescue
|
|
Harald Hoyer |
e1b27a |
%{dracutlibdir}/dracut.conf.d/02-rescue.conf
|
|
Harald Hoyer |
e1b27a |
%{_prefix}/lib/kernel/install.d/51-dracut-rescue.install
|
|
Harald Hoyer |
22a1cb |
|
|
Harald Hoyer |
ef5195 |
%changelog
|
|
Adam Williamson |
de8cf4 |
* Fri Apr 26 2024 Adam Williamson <awilliam@redhat.com> - 060-2
|
|
Adam Williamson |
de8cf4 |
- Backport fix to pull in required libs for systemd (dracut-ng PR #118)
|
|
Adam Williamson |
de8cf4 |
|
|
|
ff27f8 |
* Wed Mar 20 2024 Pavel Valena <pvalena@redhat.com> - 060-1
|
|
|
ff27f8 |
- Update to dracut 060.
|
|
|
ff27f8 |
|
|
|
a1ebaf |
* Mon Feb 12 2024 Pavel Valena <pvalena@redhat.com> - 059-22
|
|
|
a1ebaf |
- Remove network-legacy module.
|
|
|
a1ebaf |
|
|
Manuel Fombuena |
2d7bee |
* Sat Jan 27 2024 Manuel Fombuena <fombuena@outlook.com> - 059-21
|
|
Manuel Fombuena |
2d7bee |
- fix(pkcs11): delete trailing dot on libcryptsetup-token-systemd-pkcs11.so
|
|
Manuel Fombuena |
2d7bee |
- fix(pcsc): add opensc load module file
|
|
Manuel Fombuena |
2d7bee |
- fix(pcsc): add --disable-polkit to pcscd.service
|
|
Manuel Fombuena |
2d7bee |
|
|
Fedora Release Engineering |
8f3935 |
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 059-20
|
|
Fedora Release Engineering |
8f3935 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
Fedora Release Engineering |
8f3935 |
|
|
Fedora Release Engineering |
a3b945 |
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 059-19
|
|
Fedora Release Engineering |
a3b945 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
Fedora Release Engineering |
a3b945 |
|
|
|
cd723a |
* Fri Dec 08 2023 Dennis Gilmore <dennis@ausil.us> - 059-18
|
|
|
cd723a |
- Add Qualcomm IPC router to enable USB(Lenovo x13s)
|
|
|
cd723a |
|
|
|
1f5e24 |
* Thu Nov 16 2023 Pavel Valena <pvalena@redhat.com> - 059-17
|
|
|
1f5e24 |
- fix(dracut.sh): remove microcode check based on
|
|
|
1f5e24 |
|
|
Zbigniew Jędrzejewski-Szmek |
6fb020 |
* Wed Nov 8 2023 Zbigniew Jedrzejewski-Szmek <zbyszek@in.waw.pl> - 059-16
|
|
Zbigniew Jędrzejewski-Szmek |
6fb020 |
- Backport patches to fix compatibility with systemd 255
|
|
Zbigniew Jędrzejewski-Szmek |
6fb020 |
|
|
Adam Williamson |
81c46b |
* Sat Oct 28 2023 Adam Williamson <awilliam@redhat.com> - 059-15
|
|
Adam Williamson |
81c46b |
- Backport PR #2545 to fix media check failure visibility
|
|
Adam Williamson |
81c46b |
|
|
Adam Williamson |
e21935 |
* Thu Oct 05 2023 Adam Williamson <awilliam@redhat.com> - 059-14
|
|
Adam Williamson |
e21935 |
- Backport PR #2196 to fix boot with iso-scan feature
|
|
Adam Williamson |
e21935 |
|
|
|
7e84f1 |
* Wed Sep 20 2023 Pavel Valena <pvalena@redhat.com> - 059-13
|
|
|
7e84f1 |
- fix(dracut.spec): add jq dependency to network subpackage
|
|
|
7e84f1 |
|
|
Peter Robinson |
c4cce8 |
* Wed Aug 02 2023 Peter Robinson <pbrobinson@fedoraproject.org> - 059-12
|
|
Peter Robinson |
c4cce8 |
- Include modules for IMA
|
|
Peter Robinson |
c4cce8 |
|
|
Lukas Nykryn |
734137 |
* Mon Jul 24 2023 Lukáš Nykrýn <lnykryn@redhat.com> - 059-11
|
|
Lukas Nykryn |
734137 |
- fix(dracut.sh): use dynamically uefi's sections offset
|
|
Lukas Nykryn |
734137 |
|
|
|
6aee12 |
* Mon Jul 24 2023 Pavel Valena <pvalena@redhat.com> - 059-10
|
|
|
6aee12 |
- feat(nvmf): support for NVMeoF
|
|
|
6aee12 |
|
|
Fedora Release Engineering |
a01cc0 |
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 059-9
|
|
Fedora Release Engineering |
a01cc0 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
Fedora Release Engineering |
a01cc0 |
|
|
Brian Masney |
50be76 |
* Thu Jun 08 2023 Brian Masney <bmasney@redhat.com> - 059-8
|
|
Brian Masney |
50be76 |
- Backport fix to add the interconnect drivers
|
|
Brian Masney |
50be76 |
|
|
|
c40375 |
* Thu Apr 27 2023 Lukáš Zaoral <lzaoral@redhat.com> - 059-7
|
|
Lukáš Zaoral |
c2ebca |
- migrate to SPDX license format
|
|
Lukáš Zaoral |
c2ebca |
|
|
Michael Hofmann |
a2c417 |
* Thu Apr 27 2023 Michael Hofmann <mhofmann@redhat.com> - 059-6
|
|
Michael Hofmann |
a2c417 |
- Backport fix to remove dependency on multipathd.socket
|
|
Michael Hofmann |
a2c417 |
|
|
Dusty Mabe |
173829 |
* Tue Mar 14 2023 Dusty Mabe <dusty@dustymabe.com> - 059-5
|
|
Dusty Mabe |
173829 |
- feat(network): include 98-default-mac-none.link if it exists
|
|
Dusty Mabe |
173829 |
|
|
|
dc707d |
* Thu Mar 09 2023 Pavel Valena <pvalena@redhat.com> - 059-4
|
|
|
dc707d |
- fix(dmsquash-live): restore compatibility with earlier releases
|
|
|
dc707d |
- Re-add overlayfs module (drop patch 1934)
|
|
|
7a74f7 |
- revert(network-manager): avoid restarting NetworkManager
|
|
|
dc707d |
|
|
|
61fb1e |
* Fri Feb 24 2023 Pavel Valena <pvalena@redhat.com> - 059-3
|
|
|
61fb1e |
- fix(dracut.sh): handle --kmoddir with trailing /
|
|
|
61fb1e |
|
|
|
05988c |
* Tue Feb 21 2023 Pavel Valena <pvalena@redhat.com> - 059-2
|
|
|
05988c |
- Revert: PR#1934 add overlayfs module
|
|
|
05988c |
|
|
|
ac8a9b |
* Mon Feb 13 2023 Pavel Valena <pvalena@redhat.com> - 059-1
|
|
|
ac8a9b |
- Update to 059
|
|
|
ec3ccd |
- feat(dracut.sh): option to skip creating initrd
|
|
|
6de3d9 |
- feat(kernel-modules): driver support for macbook keyboards
|
|
|
ac8a9b |
|
|
Fedora Release Engineering |
a4900f |
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 057-6
|
|
Fedora Release Engineering |
a4900f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
Fedora Release Engineering |
a4900f |
|
|
|
54940a |
* Sun Nov 13 2022 Davide Cavalca <dcavalca@fedoraproject.org> - 057-5
|
|
|
54940a |
- Backport fix to add sysctl to initramfs to handle modprobe files
|
|
|
54940a |
|
|
Neal Gompa |
e2800e |
* Sat Oct 15 2022 Neal Gompa <ngompa@datto.com> - 057-4
|
|
Neal Gompa |
e2800e |
- Backport dmsquash-live-autooverlay module
|
|
Neal Gompa |
e2800e |
|
|
|
52e9ef |
* Thu Aug 25 2022 Pavel Valena <pvalena@redhat.com> - 057-3
|
|
|
52e9ef |
- Re-add patch Never-enable-the-bluetooth-module-by-default-1521
|
|
|
646ead |
- Recommend tpm2-tools package, as it's required by crypt module
|
|
|
52e9ef |
|
|
|
adc42d |
* Tue Aug 16 2022 Pavel Valena <pvalena@redhat.com> - 057-2
|
|
|
adc42d |
- dmsquash-live-root: Run checkisomd5 on correct device
|
|
|
adc42d |
|
|
Fedora Release Engineering |
f071cd |
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 057-1.1
|
|
Fedora Release Engineering |
f071cd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
Fedora Release Engineering |
f071cd |
|
|
|
868aaf |
* Mon Jul 18 2022 Pavel Valena <pvalena@redhat.com> - 057-1
|
|
|
868aaf |
- Update to 057
|
|
|
868aaf |
|
|
Kevin Fenzi |
ce8cae |
* Tue Apr 19 2022 Kevin Fenzi <kevin@scrye.com> - 056-2
|
|
Kevin Fenzi |
ce8cae |
- Add already upstream patch to change dracut-initramfs-restore to hopefully not break oz/composes
|
|
Kevin Fenzi |
ce8cae |
|
|
Peter Robinson |
937971 |
* Thu Mar 03 2022 Peter Robinson <pbrobinson@fedoraproject.org> - 056-1
|
|
Peter Robinson |
937971 |
- Update to 056
|
|
Peter Robinson |
937971 |
|
|
Fedora Release Engineering |
21d7df |
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 055-8.1
|
|
Fedora Release Engineering |
21d7df |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
Fedora Release Engineering |
21d7df |
|
|
Hans de Goede |
76eb28 |
* Mon Dec 20 2021 Hans de Goede <hdegoede@redhat.com> - 055-8
|
|
Hans de Goede |
76eb28 |
- Backport upstream changes for drm-privacy screen support in kernel >= 5.17
|
|
Hans de Goede |
76eb28 |
|
|
|
6333f8 |
* Thu Nov 4 2021 Jeremy Linton <jeremy.linton@arm.com> - 055-7
|
|
|
6333f8 |
- Backport Upstream: 15398458 fix(90kernel-modules): add isp1760 USB controller
|
|
|
6333f8 |
|
|
Olivier Lemasle |
59c255 |
* Tue Oct 26 2021 Olivier Lemasle <o.lemasle@gmail.com> - 055-6
|
|
Olivier Lemasle |
59c255 |
- Backport PR #1611 to fix network manager when console is not usable
|
|
Olivier Lemasle |
59c255 |
|
|
Adam Williamson |
56d90e |
* Mon Oct 18 2021 Adam Williamson <awilliam@redhat.com> - 055-5
|
|
Adam Williamson |
56d90e |
- Backport PR #1584 to fix missing block drivers, boot in EC2 (#2010058)
|
|
Adam Williamson |
56d90e |
|
|
Peter Robinson |
d1ee2b |
* Wed Oct 06 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 055-4
|
|
Peter Robinson |
d1ee2b |
- Add USB Type-C to fix display/input/storage attached via it (rhbz #1964218)
|
|
Peter Robinson |
d1ee2b |
|
|
Fedora Release Engineering |
2b68fa |
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 055-3.1
|
|
Fedora Release Engineering |
2b68fa |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
Fedora Release Engineering |
2b68fa |
|
|
Dusty Mabe |
cf3fe9 |
* Fri Jul 09 2021 Dusty Mabe <dusty@dustymabe.com> - 055-3
|
|
Dusty Mabe |
cf3fe9 |
- Fixes for NM running via systemd+dbus in the initramfs
|
|
Dusty Mabe |
cf3fe9 |
- Drop requirement on deprecated systemd-udev-settle
|
|
Dusty Mabe |
cf3fe9 |
|
|
Adam Williamson |
3e8627 |
* Thu Jun 10 2021 Adam Williamson <awilliam@redhat.com> - 055-2
|
|
Adam Williamson |
3e8627 |
- Never include bluetooth module by default (rhbz 1964879) (workaround)
|
|
Adam Williamson |
3e8627 |
|
|
Harald Hoyer |
bf5f95 |
* Thu May 27 2021 Harald Hoyer <harald@redhat.com> - 055-1
|
|
Harald Hoyer |
bf5f95 |
- version 055
|
|
Harald Hoyer |
bf5f95 |
- install the missing fsck utils
|
|
Harald Hoyer |
bf5f95 |
|
|
Harald Hoyer |
9f8738 |
* Fri May 21 2021 Harald Hoyer <harald@redhat.com> - 054-12.git20210521
|
|
Harald Hoyer |
9f8738 |
- fix `get_maj_min` for kdump
|
|
Harald Hoyer |
9f8738 |
- suppress hardlink output
|
|
Harald Hoyer |
9f8738 |
- sane default --kerneldir for dracut-install
|
|
Harald Hoyer |
9f8738 |
- squash: don't mount the mount points if already mounted
|
|
Harald Hoyer |
9f8738 |
|
|
Harald Hoyer |
8db2b6 |
* Tue May 18 2021 Harald Hoyer <harald@redhat.com> - 054-6.git20210518
|
|
Harald Hoyer |
8db2b6 |
- fix for `str_replace: command not found`
|
|
Harald Hoyer |
8db2b6 |
|
|
Harald Hoyer |
b7366e |
* Mon May 17 2021 Harald Hoyer <harald@redhat.com> - 054-4.git20210517
|
|
Harald Hoyer |
b7366e |
- version 054
|
|
Harald Hoyer |
b7366e |
|
|
Peter Robinson |
743040 |
* Thu Apr 22 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 053-5
|
|
Peter Robinson |
743040 |
- Backport: fix(90kernel-modules): add watchdog drivers for generic initrd (rhbz 1592148)
|
|
Peter Robinson |
743040 |
|
|
Dusty Mabe |
fbb253 |
* Mon Apr 19 2021 Dusty Mabe <dusty@dustymabe.com> - 053-4
|
|
Dusty Mabe |
fbb253 |
- Backport: fix(dracut-logger.sh): double dash trigger unknown logger warnings during run
|
|
Dusty Mabe |
fbb253 |
- Backport: fix(network-manager): nm-run.service: don't kill forked processes
|
|
Dusty Mabe |
fbb253 |
- Backport: fix(network-manager): only run NetworkManager if rd.neednet=1
|
|
Dusty Mabe |
fbb253 |
- Backport: fix(network-manager): use /run/NetworkManager/initrd/neednet in initqueue
|
|
Dusty Mabe |
fbb253 |
|
|
Adam Williamson |
eeb15e |
* Mon Apr 19 2021 Adam Williamson <awilliam@redhat.com> - 053-3
|
|
Adam Williamson |
eeb15e |
- Fix removal of key system files when kdump enabled (thanks kasong) (#1936781)
|
|
Adam Williamson |
eeb15e |
|
|
Adam Williamson |
d7f61a |
* Thu Apr 08 2021 Adam Williamson <awilliam@redhat.com> - 053-2
|
|
Adam Williamson |
d7f61a |
- Backport upstream change reported to fix boot on some encrypted LVM setups (#1946074)
|
|
Adam Williamson |
d7f61a |
|
|
Harald Hoyer |
0d91bf |
* Tue Feb 23 2021 Harald Hoyer <harald@redhat.com> - 053-1
|
|
Harald Hoyer |
0d91bf |
- version 053
|
|
Harald Hoyer |
0d91bf |
|
|
Fedora Release Engineering |
a05a26 |
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 051-1.1
|
|
Fedora Release Engineering |
a05a26 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
Fedora Release Engineering |
a05a26 |
|
|
Harald Hoyer |
ce2d83 |
* Tue Dec 15 2020 Harald Hoyer <harald@redhat.com> - 051-1
|
|
Harald Hoyer |
ce2d83 |
- version 051
|
|
Harald Hoyer |
ce2d83 |
|
|
Harald Hoyer |
99c743 |
* Tue Oct 06 2020 Harald Hoyer <harald@redhat.com> - 050-167.git20201006
|
|
Harald Hoyer |
99c743 |
- git snapshot
|
|
Harald Hoyer |
99c743 |
|
|
Harald Hoyer |
460d2c |
* Fri Oct 02 2020 Harald Hoyer <harald@redhat.com> - 050-157.git20201002
|
|
Harald Hoyer |
460d2c |
- git snapshot
|
|
Harald Hoyer |
460d2c |
|
|
Peter Robinson |
faebfd |
* Tue Sep 29 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 050-63.git20200529
|
|
Peter Robinson |
faebfd |
- Fixes for Arm GPUs in early boot
|
|
Peter Robinson |
faebfd |
|
|
Peter Robinson |
5ff500 |
* Fri Sep 25 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 050-62.git20200529
|
|
Peter Robinson |
5ff500 |
- Fix for Rockchip devices
|
|
Peter Robinson |
5ff500 |
|
|
|
a3f42e |
* Wed Aug 19 2020 Merlin Mathesius <mmathesi@redhat.com> - 050-61.git20200529.3
|
|
|
a3f42e |
- Correct conditionals to drop 51-dracut-rescue-postinst.sh for Fedora and
|
|
|
a3f42e |
recent RHEL releases
|
|
|
a3f42e |
|
|
Fedora Release Engineering |
c22074 |
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 050-61.git20200529.2
|
|
Fedora Release Engineering |
c22074 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
Fedora Release Engineering |
c22074 |
|
|
Tom Stellard |
e965b2 |
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 050-61.git20200529.1
|
|
Tom Stellard |
e965b2 |
- Use make macros
|
|
Tom Stellard |
e965b2 |
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
|
Tom Stellard |
e965b2 |
|
|
Harald Hoyer |
308914 |
* Fri May 29 2020 Harald Hoyer <harald@redhat.com> - 050-61.git20200529
|
|
Harald Hoyer |
308914 |
- git snapshot
|
|
Harald Hoyer |
308914 |
|
|
Harald Hoyer |
eb69ae |
* Mon Mar 16 2020 Harald Hoyer <harald@redhat.com> - 050-26.git20200316
|
|
Harald Hoyer |
eb69ae |
- fixed `--tmpdir` mishandling
|
|
Harald Hoyer |
eb69ae |
|
|
Harald Hoyer |
5f0dd7 |
* Fri Mar 13 2020 Harald Hoyer <harald@redhat.com> - 050-25.git20200313
|
|
Harald Hoyer |
5f0dd7 |
- network-manager: ensure that nm-run.sh is executed for rd.neednet
|
|
Harald Hoyer |
5f0dd7 |
|
|
Adam Williamson |
d6fb01 |
* Tue Mar 10 2020 Adam Williamson <awilliam@redhat.com> - 050-2
|
|
Adam Williamson |
d6fb01 |
- Backport fix for pre-trigger stage early exit from upstream (#1811070)
|
|
Adam Williamson |
d6fb01 |
|
|
Harald Hoyer |
96dcc2 |
* Wed Mar 04 2020 Harald Hoyer <harald@redhat.com> - 050-1
|
|
Harald Hoyer |
96dcc2 |
- version 050
|
|
Harald Hoyer |
96dcc2 |
|
|
Fedora Release Engineering |
cf30cd |
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 049-27.git20181204.2
|
|
Fedora Release Engineering |
cf30cd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
Fedora Release Engineering |
cf30cd |
|
|
Fedora Release Engineering |
fc60dc |
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 049-27.git20181204.1
|
|
Fedora Release Engineering |
fc60dc |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
Fedora Release Engineering |
fc60dc |
|
|
Adam Williamson |
adc431 |
* Wed Jun 12 2019 Adam Williamson <awilliam@redhat.com> - 049-27.git20181204
|
|
Adam Williamson |
adc431 |
- Backport PR #578 to fix RHBZ #1719057 (installer boot bug)
|
|
Adam Williamson |
adc431 |
|
|
Adam Williamson |
b3e14f |
* Thu Feb 14 2019 Adam Williamson <awilliam@redhat.com> - 049-26.git20181204
|
|
Adam Williamson |
b3e14f |
- Backport PR #541 to fix RHBZ #1676357 (crasher bug)
|
|
Adam Williamson |
b3e14f |
|
|
Fedora Release Engineering |
8e54f0 |
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 049-25.git20181204.1
|
|
Fedora Release Engineering |
8e54f0 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
Fedora Release Engineering |
8e54f0 |
|
|
Harald Hoyer |
02dec6 |
* Tue Dec 04 2018 Harald Hoyer <harald@redhat.com> - 049-25.git20181204
|
|
Harald Hoyer |
02dec6 |
- git snapshot
|
|
Harald Hoyer |
02dec6 |
|
|
Harald Hoyer |
19aece |
* Wed Oct 24 2018 Harald Hoyer <harald@redhat.com> - 049-11.git20181024
|
|
Harald Hoyer |
19aece |
- git snapshot
|
|
Harald Hoyer |
19aece |
|
|
Harald Hoyer |
737328 |
* Wed Oct 10 2018 Harald Hoyer <harald@redhat.com> - 049-4.git20181010
|
|
Harald Hoyer |
737328 |
- fixed spec file
|
|
Harald Hoyer |
737328 |
- git snapshot
|
|
Harald Hoyer |
737328 |
|
|
Harald Hoyer |
4454e5 |
* Mon Oct 08 2018 Harald Hoyer <harald@redhat.com> - 049-1
|
|
Harald Hoyer |
4454e5 |
- version 049
|
|
Harald Hoyer |
4454e5 |
|
|
Harald Hoyer |
9d5d75 |
* Fri Sep 21 2018 Harald Hoyer <harald@redhat.com> - 048-99.git20180921
|
|
Harald Hoyer |
9d5d75 |
- git snapshot
|
|
Harald Hoyer |
9d5d75 |
|
|
Harald Hoyer |
f97365 |
* Thu Jul 26 2018 Harald Hoyer <harald@redhat.com> - 048-14.git20180726
|
|
Harald Hoyer |
f97365 |
- bring back 51-dracut-rescue-postinst.sh
|
|
Harald Hoyer |
f97365 |
|
|
Harald Hoyer |
ff2fda |
* Wed Jul 18 2018 Harald Hoyer <harald@redhat.com> - 048-6.git20180718
|
|
Harald Hoyer |
ff2fda |
- git snapshot
|
|
Harald Hoyer |
ff2fda |
|
|
Fedora Release Engineering |
ecc955 |
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 048-1.1
|
|
Fedora Release Engineering |
ecc955 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
Fedora Release Engineering |
ecc955 |
|
|
Harald Hoyer |
61870a |
* Fri Jul 06 2018 Harald Hoyer <harald@redhat.com> - 048-1
|
|
Harald Hoyer |
61870a |
- version 048
|
|
Harald Hoyer |
61870a |
|
|
Adam Williamson |
3b5a03 |
* Fri Jun 22 2018 Adam Williamson <awilliam@redhat.com> - 047-34.git20180604.1
|
|
Adam Williamson |
3b5a03 |
- Test build with proposed fix for #1593028
|
|
Adam Williamson |
3b5a03 |
|
|
Harald Hoyer |
b2d442 |
* Mon Jun 04 2018 Harald Hoyer <harald@redhat.com> - 047-34.git20180604
|
|
Harald Hoyer |
b2d442 |
- git snapshot
|
|
Harald Hoyer |
b2d442 |
|
|
Harald Hoyer |
fe68ba |
* Tue May 15 2018 Harald Hoyer <harald@redhat.com> - 047-32.git20180515
|
|
Harald Hoyer |
fe68ba |
- git snapshot
|
|
Harald Hoyer |
fe68ba |
|
|
Harald Hoyer |
ffd5ff |
* Mon Mar 05 2018 Harald Hoyer <harald@redhat.com> - 047-8
|
|
Harald Hoyer |
ffd5ff |
- git snapshot
|
|
Harald Hoyer |
ffd5ff |
|
|
Javier Martinez Canillas |
ef023b |
* Tue Feb 27 2018 Javier Martinez Canillas <javierm@redhat.com> - 047-2
|
|
Javier Martinez Canillas |
ef023b |
- Allow generating initramfs images on the /boot directory
|
|
Javier Martinez Canillas |
ef023b |
|
|
Harald Hoyer |
126bbe |
* Mon Feb 19 2018 Harald Hoyer <harald@redhat.com> - 047-1
|
|
Harald Hoyer |
126bbe |
- version 047
|
|
Harald Hoyer |
126bbe |
|
|
Fedora Release Engineering |
4618eb |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 046-92.git20180118.1
|
|
Fedora Release Engineering |
4618eb |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
Fedora Release Engineering |
4618eb |
|
|
Harald Hoyer |
d9da66 |
* Thu Jan 18 2018 Harald Hoyer <harald@redhat.com> - 046-92
|
|
Harald Hoyer |
d9da66 |
- git snapshot
|
|
Harald Hoyer |
d9da66 |
|
|
Harald Hoyer |
3610a1 |
* Fri Jan 05 2018 Harald Hoyer <harald@redhat.com> - 046-64
|
|
Harald Hoyer |
3610a1 |
- git snapshot
|
|
Harald Hoyer |
3610a1 |
|
|
Harald Hoyer |
d88ded |
* Fri Dec 01 2017 Harald Hoyer <harald@redhat.com> - 046-36
|
|
Harald Hoyer |
d88ded |
- git snapshot
|
|
Harald Hoyer |
d88ded |
|
|
Harald Hoyer |
b3dfe7 |
* Wed Nov 29 2017 Harald Hoyer <harald@redhat.com> - 046-33
|
|
Harald Hoyer |
b3dfe7 |
- git snapshot
|
|
Harald Hoyer |
b3dfe7 |
|
|
Peter Robinson |
56abad |
* Thu Oct 12 2017 Peter Robinson <pbrobinson@fedoraproject.org> 046-20
|
|
Peter Robinson |
56abad |
- Add fix for some ARM SBCs
|
|
Peter Robinson |
56abad |
|
|
Harald Hoyer |
afa7aa |
* Tue Oct 10 2017 Harald Hoyer <harald@redhat.com> - 046-19
|
|
Harald Hoyer |
afa7aa |
- git snapshot
|
|
Harald Hoyer |
afa7aa |
|
|
Harald Hoyer |
87cf60 |
* Thu Aug 24 2017 Harald Hoyer <harald@redhat.com> - 046-7
|
|
Harald Hoyer |
87cf60 |
- git snapshot
|
|
Harald Hoyer |
87cf60 |
|
|
Harald Hoyer |
9336ee |
* Fri Aug 11 2017 Harald Hoyer <harald@redhat.com> - 046-2
|
|
Harald Hoyer |
9336ee |
- add support for dist-tag less build
|
|
Harald Hoyer |
9336ee |
|
|
Harald Hoyer |
9e6bbe |
* Fri Aug 11 2017 Harald Hoyer <harald@redhat.com> - 046-1
|
|
Harald Hoyer |
9e6bbe |
- version 046
|
|
Harald Hoyer |
9e6bbe |
|
|
Peter Robinson |
4eece4 |
* Mon Aug 7 2017 Peter Robinson <pbrobinson@fedoraproject.org> 045-21.git20170515
|
|
Peter Robinson |
4eece4 |
- Add upstream patches to fix a number of ARM devices with generic initrd
|
|
Peter Robinson |
4eece4 |
|
|
Fedora Release Engineering |
ce47f2 |
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 045-20.git20170515
|
|
Fedora Release Engineering |
ce47f2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
Fedora Release Engineering |
ce47f2 |
|
|
Fedora Release Engineering |
447b92 |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 045-19.git20170515
|
|
Fedora Release Engineering |
447b92 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
Fedora Release Engineering |
447b92 |
|
|
Harald Hoyer |
3763a8 |
* Mon May 15 2017 Harald Hoyer <harald@redhat.com> - 045-18.git20170515
|
|
Harald Hoyer |
3763a8 |
- git snapshot
|
|
Harald Hoyer |
3763a8 |
|
|
Peter Robinson |
0da17b |
* Wed Apr 12 2017 Peter Robinson <pbrobinson@fedoraproject.org> 044-178
|
|
Peter Robinson |
0da17b |
- Add upstream patches needed for ARMv7/aarch64 fixes
|
|
Peter Robinson |
0da17b |
|
|
Fedora Release Engineering |
06c9c1 |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 044-177
|
|
Fedora Release Engineering |
06c9c1 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
Fedora Release Engineering |
06c9c1 |
|
|
Harald Hoyer |
53404a |
* Thu Dec 08 2016 Harald Hoyer <harald@redhat.com> - 044-176
|
|
Harald Hoyer |
53404a |
- git snapshot
|
|
Harald Hoyer |
53404a |
|
|
Harald Hoyer |
4f714a |
* Fri Aug 19 2016 Harald Hoyer <harald@redhat.com> - 044-117
|
|
Harald Hoyer |
4f714a |
- git snapshot
|
|
Harald Hoyer |
4f714a |
|
|
Harald Hoyer |
414eba |
* Thu Aug 18 2016 Harald Hoyer <harald@redhat.com> - 044-109
|
|
Harald Hoyer |
414eba |
- git snapshot
|
|
Harald Hoyer |
414eba |
|
|
Adam Williamson |
be68ee |
* Fri Aug 05 2016 Adam Williamson <awilliam@redhat.com> - 044-76
|
|
Adam Williamson |
be68ee |
- backport a single commit to fix RHBZ #1358416 (anaconda network init)
|
|
Adam Williamson |
be68ee |
|
|
Harald Hoyer |
b38677 |
* Tue Jun 07 2016 Harald Hoyer <harald@redhat.com> - 044-75
|
|
Harald Hoyer |
b38677 |
- fix for systemd >= 230
|
|
Harald Hoyer |
b38677 |
- git snapshot
|
|
Harald Hoyer |
b38677 |
|
|
|
c5170f |
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 044-18.git20160108
|
|
|
c5170f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
c5170f |
|
|
Harald Hoyer |
7ba020 |
* Fri Jan 8 2016 Harald Hoyer <harald@redhat.com> - 044-17.git20160108
|
|
Harald Hoyer |
7ba020 |
- include more HID driver
|
|
Harald Hoyer |
7ba020 |
- include machine info file
|
|
Harald Hoyer |
7ba020 |
- fix network carrier detection
|
|
Harald Hoyer |
7ba020 |
- fix nbd
|
|
Harald Hoyer |
7ba020 |
- do not copy over lldpad state
|
|
Harald Hoyer |
7ba020 |
- restorecon the final initramfs image
|
|
Harald Hoyer |
7ba020 |
|
|
Harald Hoyer |
4226e2 |
* Tue Dec 1 2015 Harald Hoyer <harald@redhat.com> - 044-6.git20151201
|
|
Harald Hoyer |
4226e2 |
- fix for readonly /run on shutdown
|
|
Harald Hoyer |
4226e2 |
- fix for the dmsquash-live module
|
|
Harald Hoyer |
4226e2 |
Resolves: rhbz#1286866
|
|
Harald Hoyer |
4226e2 |
|
|
Harald Hoyer |
e6ca87 |
* Wed Nov 25 2015 Harald Hoyer <harald@redhat.com> - 044-4.git20151127
|
|
Harald Hoyer |
e6ca87 |
- fixes for the dmsquash-live module
|
|
Harald Hoyer |
e6ca87 |
- remove udev watch for raid members
|
|
Harald Hoyer |
e6ca87 |
- mode 0755 for the livenet generator
|
|
Harald Hoyer |
e6ca87 |
Resolves: rhbz#1285903
|
|
Harald Hoyer |
e6ca87 |
|
|
Harald Hoyer |
300e6d |
* Wed Nov 25 2015 Harald Hoyer <harald@redhat.com> - 044-1
|
|
Harald Hoyer |
300e6d |
- version 044
|
|
Harald Hoyer |
300e6d |
|
|
Harald Hoyer |
453682 |
* Mon Nov 16 2015 Harald Hoyer <harald@redhat.com> - 043-174.git20151116
|
|
Harald Hoyer |
453682 |
- git snapshot
|
|
Harald Hoyer |
453682 |
|
|
Harald Hoyer |
7e8da8 |
* Mon Nov 16 2015 Harald Hoyer <harald@redhat.com> - 043-173.git20151116
|
|
Harald Hoyer |
7e8da8 |
- git snapshot
|
|
Harald Hoyer |
7e8da8 |
|
|
Harald Hoyer |
ab2861 |
* Fri Nov 13 2015 Harald Hoyer <harald@redhat.com> - 043-172.git20151113
|
|
Harald Hoyer |
bb31e7 |
- git snapshot
|
|
Harald Hoyer |
bb31e7 |
|
|
Harald Hoyer |
368a0c |
* Tue Aug 11 2015 Harald Hoyer <harald@redhat.com> 043-60.git20150811
|
|
Harald Hoyer |
368a0c |
- fixed checkiso timeout
|
|
Harald Hoyer |
368a0c |
- fixed log output although quiet is set
|
|
Harald Hoyer |
368a0c |
- fixed qemu detection
|
|
Harald Hoyer |
368a0c |
- cleanup compressor handling
|
|
Harald Hoyer |
368a0c |
|
|
Harald Hoyer |
db50c2 |
* Wed Jul 22 2015 Harald Hoyer <harald@redhat.com> 043-40.git20150710.2
|
|
Harald Hoyer |
db50c2 |
- require "xz" to handle the kernel modules
|
|
Harald Hoyer |
db50c2 |
|
|
Harald Hoyer |
0840a3 |
* Fri Jul 10 2015 Harald Hoyer <harald@redhat.com> 043-40.git20150710
|
|
Harald Hoyer |
0840a3 |
- git snapshot
|
|
Harald Hoyer |
0840a3 |
|
|
|
ffbbb5 |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 043-2
|
|
|
ffbbb5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
ffbbb5 |
|
|
Harald Hoyer |
055c80 |
* Mon Jun 15 2015 Harald Hoyer <harald@redhat.com> 043-1
|
|
Harald Hoyer |
055c80 |
- version 043, now with the complete tarball
|
|
Harald Hoyer |
055c80 |
|
|
Harald Hoyer |
ca2975 |
* Thu Jun 11 2015 Harald Hoyer <harald@redhat.com> 042-1
|
|
Harald Hoyer |
ca2975 |
- version 042, the answer to life, the universe and everything
|
|
Harald Hoyer |
ca2975 |
|
|
Harald Hoyer |
43a122 |
* Thu Feb 19 2015 Harald Hoyer <harald@redhat.com> 041-10.git20150219
|
|
Harald Hoyer |
43a122 |
- git snapshot
|
|
Harald Hoyer |
43a122 |
|
|
Harald Hoyer |
17a513 |
* Sat Jan 31 2015 Harald Hoyer <harald@redhat.com> 041-1
|
|
Harald Hoyer |
17a513 |
- version 041
|
|
Harald Hoyer |
17a513 |
|
|
Harald Hoyer |
b6778c |
* Thu Jan 08 2015 Harald Hoyer <harald@redhat.com> 040-83.git20150108
|
|
Harald Hoyer |
b6778c |
- git snapshot
|
|
Harald Hoyer |
b6778c |
|
|
Harald Hoyer |
b94732 |
* Fri Dec 19 2014 Harald Hoyer <harald@redhat.com> 040-78.git20141219
|
|
Harald Hoyer |
b94732 |
- git snapshot
|
|
Harald Hoyer |
b94732 |
|
|
Harald Hoyer |
7c0aab |
* Mon Dec 08 2014 Harald Hoyer <harald@redhat.com> 040-30.git20141208
|
|
Harald Hoyer |
7c0aab |
- fixed dracut-shutdown
|
|
Harald Hoyer |
7c0aab |
|
|
Harald Hoyer |
eeb1c2 |
* Thu Dec 04 2014 Harald Hoyer <harald@redhat.com> 040-29.git20141204
|
|
Harald Hoyer |
eeb1c2 |
- git snapshot
|
|
Harald Hoyer |
eeb1c2 |
|
|
Zbigniew Jędrzejewski-Szmek |
72b05d |
* Tue Sep 30 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 038-36.git20140815
|
|
Zbigniew Jędrzejewski-Szmek |
72b05d |
- Allow media check to be cancelled (rhbz 1147941)
|
|
Zbigniew Jędrzejewski-Szmek |
72b05d |
|
|
Zbigniew Jędrzejewski-Szmek |
72b05d |
* Fri Sep 26 2014 Josh Boyer <jwboyer@fedoraproject.org> - 038-35.git20140815
|
|
Josh Boyer |
579f25 |
- Enable early-microcode by default (rhbz 1083716)
|
|
Josh Boyer |
579f25 |
- Fix changelog date
|
|
Josh Boyer |
579f25 |
|
|
Zbigniew Jędrzejewski-Szmek |
72b05d |
* Tue Aug 19 2014 Harald Hoyer <harald@redhat.com> - 038-34.git20140815
|
|
Harald Hoyer |
53bced |
- git snapshot
|
|
Harald Hoyer |
53bced |
|
|
Peter Robinson |
c0b5e2 |
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 038-31.git20140815
|
|
Peter Robinson |
c0b5e2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
Peter Robinson |
c0b5e2 |
|
|
Harald Hoyer |
89f6fa |
* Fri Aug 15 2014 Harald Hoyer <harald@redhat.com> 038-30.git20140815
|
|
Harald Hoyer |
89f6fa |
- git snapshot
|
|
Harald Hoyer |
89f6fa |
|
|
Harald Hoyer |
e09d6b |
* Thu Jul 24 2014 Harald Hoyer <harald@redhat.com> 038-14.git20140724
|
|
Harald Hoyer |
e09d6b |
- fixed lvm modules issues
|
|
Harald Hoyer |
e09d6b |
Resolves: rhbz#1118890
|
|
Harald Hoyer |
e09d6b |
- fixed vlan issues
|
|
Harald Hoyer |
e09d6b |
- fixed prelink for FIPS
|
|
Harald Hoyer |
e09d6b |
- new rd.route parameter
|
|
Harald Hoyer |
e09d6b |
- more ARM modules
|
|
Harald Hoyer |
e09d6b |
|
|
Tom Callaway |
cf2cbc |
* Fri Jul 11 2014 Tom Callaway <spot@fedoraproject.org> - 038-2
|
|
Tom Callaway |
cf2cbc |
- fix license handling
|
|
Tom Callaway |
cf2cbc |
|
|
Harald Hoyer |
d84c3b |
* Mon Jun 30 2014 Harald Hoyer <harald@redhat.com> 038-1
|
|
Harald Hoyer |
d84c3b |
- version 038
|
|
Harald Hoyer |
d84c3b |
|
|
Zbigniew Jędrzejewski-Szmek |
de44c1 |
* Sat Jun 28 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 037-14.git20140628
|
|
Zbigniew Jędrzejewski-Szmek |
a2ca0f |
- Pull most bugfixy commits from current git
|
|
Zbigniew Jędrzejewski-Szmek |
7f4a44 |
Resolves: rhbz#1112061
|
|
Zbigniew Jędrzejewski-Szmek |
7f4a44 |
|
|
|
0ece4b |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 037-13.git20140402
|
|
|
0ece4b |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
0ece4b |
|
|
Peter Robinson |
3b4ce4 |
* Fri May 23 2014 Peter Robinson <pbrobinson@fedoraproject.org> 037-12.git20140402
|
|
Peter Robinson |
3b4ce4 |
- Fix achi/mmc/sdhci selection for non host based initrd
|
|
Peter Robinson |
3b4ce4 |
|
|
Adam Williamson |
2fa76e |
* Thu Apr 17 2014 Adam Williamson <awilliam@redhat.com> - 037-11.git20140402
|
|
Adam Williamson |
2fa76e |
- revert broken upstream change that causes RHBZ#1084766
|
|
Adam Williamson |
2fa76e |
|
|
Harald Hoyer |
240f09 |
* Wed Apr 02 2014 Harald Hoyer <harald@redhat.com> 037-10.git20140402
|
|
Harald Hoyer |
240f09 |
- fixed fstab.sys with systemd
|
|
Harald Hoyer |
240f09 |
- DHCPv6 fixes
|
|
Harald Hoyer |
240f09 |
- dm-cache module now included
|
|
Harald Hoyer |
240f09 |
- FCoE fixes
|
|
Harald Hoyer |
240f09 |
|
|
Harald Hoyer |
81f346 |
* Thu Mar 20 2014 Harald Hoyer <harald@redhat.com> 037-3.git20140320
|
|
Harald Hoyer |
81f346 |
- fixed dracut-initramfs-restore with microcode
|
|
Harald Hoyer |
81f346 |
|
|
Harald Hoyer |
81f346 |
* Thu Mar 20 2014 Harald Hoyer <harald@redhat.com> 037-1
|
|
Harald Hoyer |
a0be9c |
- version 037
|
|
Harald Hoyer |
a0be9c |
|
|
Harald Hoyer |
bcb5fa |
* Thu Feb 06 2014 Harald Hoyer <harald@redhat.com> 036-16.git20140206
|
|
Harald Hoyer |
bcb5fa |
- version 036
|
|
Harald Hoyer |
bcb5fa |
- parse dns information on "ip=" command line arg
|
|
Harald Hoyer |
bcb5fa |
- preserve ownership of files, if root creates the initramfs
|
|
Harald Hoyer |
bcb5fa |
- parse ibft nameserver settings
|
|
Harald Hoyer |
bcb5fa |
- do not run dhcp twice on an interface
|
|
Harald Hoyer |
bcb5fa |
- try to not reload systemd
|
|
Harald Hoyer |
bcb5fa |
|
|
Harald Hoyer |
131b95 |
* Wed Dec 18 2013 Harald Hoyer <harald@redhat.com> 034-74.git20131218
|
|
Harald Hoyer |
131b95 |
- do not systemctl daemon-reload
|
|
Harald Hoyer |
131b95 |
- do iscsistart for iscsi_firmware even without network
|
|
Harald Hoyer |
131b95 |
|
|
Harald Hoyer |
30adad |
* Mon Dec 16 2013 Harald Hoyer <harald@redhat.com> 034-70.git20131216
|
|
Harald Hoyer |
30adad |
- fixed systemd password waiting
|
|
Harald Hoyer |
30adad |
- split out fcoe uefi
|
|
Harald Hoyer |
30adad |
- fixed lvm thin tools check
|
|
Harald Hoyer |
30adad |
|
|
Harald Hoyer |
4734ec |
* Thu Dec 05 2013 Harald Hoyer <harald@redhat.com> 034-62.git20131205
|
|
Harald Hoyer |
4734ec |
- fixed PATH shortener
|
|
Harald Hoyer |
4734ec |
- also install /etc/system-fips in the initramfs
|
|
Harald Hoyer |
4734ec |
- nbd, do not fail in hostonly mode
|
|
Harald Hoyer |
4734ec |
- add ohci-pci to the list of hardcoded modules
|
|
Harald Hoyer |
4734ec |
- lvm: do not run pvscan for lvmetad
|
|
Harald Hoyer |
4734ec |
- network fixes
|
|
Harald Hoyer |
4734ec |
- skip crypt swaps with password files
|
|
Harald Hoyer |
4734ec |
- fixed i18n
|
|
Harald Hoyer |
4734ec |
|
|
Harald Hoyer |
55473f |
* Wed Oct 30 2013 Harald Hoyer <harald@redhat.com> 034-24.git20131030
|
|
Harald Hoyer |
55473f |
- fixed booting with rd.iscsi.firmware and without root=
|
|
Harald Hoyer |
55473f |
- fips: include crct10dif_generic
|
|
Harald Hoyer |
55473f |
- fixed missing modules in hostonly, which have no modalias
|
|
Harald Hoyer |
55473f |
- moved dracut to /usr/sbin
|
|
Harald Hoyer |
55473f |
|
|
Harald Hoyer |
8898d6 |
* Mon Oct 21 2013 Harald Hoyer <harald@redhat.com> 034-19.git20131021
|
|
Harald Hoyer |
8898d6 |
- Fixed LVM with thin provisioning
|
|
Harald Hoyer |
8898d6 |
Resolves: rhbz#1013767
|
|
Harald Hoyer |
8898d6 |
Resolves: rhbz#1021083
|
|
Harald Hoyer |
8898d6 |
|
|
Harald Hoyer |
932373 |
* Fri Oct 18 2013 Harald Hoyer <harald@redhat.com> 034-18.git20131018
|
|
Harald Hoyer |
932373 |
- Fixed LVM with thin provisioning
|
|
Harald Hoyer |
932373 |
Resolves: rhbz#1013767
|
|
Harald Hoyer |
932373 |
- fixed swap detection in host only mode
|
|
Harald Hoyer |
932373 |
|
|
Kyle McMartin |
e91740 |
* Fri Oct 11 2013 Kyle McMartin <kyle@fedoraproject.org> 034-8.git20131008
|
|
Kyle McMartin |
e91740 |
- Force mmc_block and usb_storage into ARM initramfs.
|
|
Kyle McMartin |
e91740 |
Resolves: rhbz#1015234
|
|
Kyle McMartin |
e91740 |
|
|
Harald Hoyer |
e7efcf |
* Tue Oct 08 2013 Harald Hoyer <harald@redhat.com> 034-7.git20131008
|
|
Harald Hoyer |
e7efcf |
- lvm: install thin utils for non-hostonly
|
|
Harald Hoyer |
e7efcf |
- do not bail out, if kernel modules dir is missing
|
|
Harald Hoyer |
e7efcf |
- dmsquash-live: add /dev/mapper/live-base
|
|
Harald Hoyer |
e7efcf |
Resolves: rhbz#1016726
|
|
Harald Hoyer |
e7efcf |
|
|
Harald Hoyer |
0142f0 |
* Tue Oct 08 2013 Harald Hoyer <harald@redhat.com> 034-1
|
|
Harald Hoyer |
0142f0 |
- version 034
|
|
Harald Hoyer |
0142f0 |
- add option to turn on/off prelinking
|
|
Harald Hoyer |
0142f0 |
--prelink, --noprelink
|
|
Harald Hoyer |
0142f0 |
do_prelink=[yes|no]
|
|
Harald Hoyer |
0142f0 |
- add ACPI table overriding
|
|
Harald Hoyer |
0142f0 |
- do not log to syslog/kmsg/journal for UID != 0
|
|
Harald Hoyer |
0142f0 |
- lvm/mdraid: Fix LVM on MD activation
|
|
Harald Hoyer |
0142f0 |
- bcache module removed (now in bcache-tools upstream)
|
|
Harald Hoyer |
0142f0 |
- mdadm: also install configs from /etc/mdadm.conf.d
|
|
Harald Hoyer |
0142f0 |
- fixes for mdadm-3.2.6+
|
|
Harald Hoyer |
0142f0 |
- fcoe: add FCoE UEFI boot device support
|
|
Harald Hoyer |
0142f0 |
- rootfs-block: add support for the rootfallback= kernel cmdline option
|
|
Harald Hoyer |
0142f0 |
|
|
Harald Hoyer |
d559f4 |
* Fri Sep 13 2013 Harald Hoyer <harald@redhat.com> 033-3.git20130913
|
|
Harald Hoyer |
d559f4 |
- do not dhcp members of team, bond, etc.
|
|
Harald Hoyer |
d559f4 |
- harden against weird ppc kernel driver
|
|
Harald Hoyer |
d559f4 |
Resolves: rhbz#1007891
|
|
Harald Hoyer |
d559f4 |
|
|
Harald Hoyer |
f6a630 |
* Thu Sep 12 2013 Harald Hoyer <harald@redhat.com> 033-1
|
|
Harald Hoyer |
f6a630 |
- do not cache the kernel cmdline
|
|
Harald Hoyer |
f6a630 |
Resolves: rhbz#989944
|
|
Harald Hoyer |
f6a630 |
- fixed iso-scan
|
|
Harald Hoyer |
f6a630 |
Resolves: rhbz#1005487
|
|
Harald Hoyer |
f6a630 |
- support blkid with bcache
|
|
Harald Hoyer |
f6a630 |
Resolves: rhbz#1003207
|
|
Harald Hoyer |
f6a630 |
- ifup with dhcp, if no ip= params specified
|
|
Harald Hoyer |
f6a630 |
Resolves: rhbz#989944
|
|
Harald Hoyer |
f6a630 |
- silently try to umount rpc_pipefs
|
|
Harald Hoyer |
f6a630 |
Resolves: rhbz#999996
|
|
Harald Hoyer |
f6a630 |
|
|
Harald Hoyer |
fe48c9 |
* Wed Sep 04 2013 Harald Hoyer <harald@redhat.com> 032-23.git20130904
|
|
Harald Hoyer |
fe48c9 |
- fixed curl error with zero size kickstart file
|
|
Harald Hoyer |
fe48c9 |
Resolves: rhbz#989133
|
|
Harald Hoyer |
fe48c9 |
- fixed systemd-cat failure, when systemd is installed
|
|
Harald Hoyer |
fe48c9 |
but not actually running
|
|
Harald Hoyer |
fe48c9 |
Resolves: rhbz#1002021
|
|
Harald Hoyer |
fe48c9 |
- do not fail on empty dracut module directories
|
|
Harald Hoyer |
fe48c9 |
Resolves: rhbz#1003153
|
|
Harald Hoyer |
fe48c9 |
|
|
Harald Hoyer |
b6aad2 |
* Tue Aug 20 2013 Harald Hoyer <harald@redhat.com> 032-1
|
|
Harald Hoyer |
b6aad2 |
- fix for kdump in FIPS mode
|
|
Harald Hoyer |
b6aad2 |
Resolves: rhbz#920931
|
|
Harald Hoyer |
b6aad2 |
- fixed iBFT booting
|
|
Harald Hoyer |
b6aad2 |
Resolves: rhbz#989944
|
|
Harald Hoyer |
b6aad2 |
- fixed FIPS mode initramfs creation
|
|
Harald Hoyer |
b6aad2 |
Resolves: rhbz#990250
|
|
Harald Hoyer |
b6aad2 |
- shutdown: fixed killall_proc_mountpoint()
|
|
Harald Hoyer |
b6aad2 |
Resolves: rhbz#996549
|
|
Harald Hoyer |
b6aad2 |
- disable lvmetad in the initramfs
|
|
Harald Hoyer |
b6aad2 |
Resolves: rhbz#996627
|
|
Harald Hoyer |
b6aad2 |
- require dhclient
|
|
Harald Hoyer |
b6aad2 |
|
|
Harald Hoyer |
ec64c9 |
* Mon Aug 12 2013 Harald Hoyer <harald@redhat.com> 031-29.git20130812
|
|
Harald Hoyer |
ec64c9 |
- added missing "then" in initqueue
|
|
Harald Hoyer |
ec64c9 |
|
|
Harald Hoyer |
5393c4 |
* Mon Aug 12 2013 Harald Hoyer <harald@redhat.com> 031-28.git20130812
|
|
Harald Hoyer |
5393c4 |
- fixed typo in hostonly device recognition
|
|
Harald Hoyer |
5393c4 |
|
|
Harald Hoyer |
7b4bfb |
* Fri Aug 09 2013 Harald Hoyer <harald@redhat.com> 031-24.git20130809
|
|
Harald Hoyer |
7b4bfb |
- fixed logging to journal
|
|
Harald Hoyer |
7b4bfb |
|
|
Harald Hoyer |
7b4bfb |
* Fri Aug 09 2013 Harald Hoyer <harald@redhat.com> 031-23.git20130809
|
|
Harald Hoyer |
7b4bfb |
- fixed lsinitrd
|
|
Harald Hoyer |
7b4bfb |
|
|
Harald Hoyer |
f8c4a0 |
* Fri Aug 09 2013 Harald Hoyer <harald@redhat.com> 031-22.git20130809
|
|
Harald Hoyer |
f8c4a0 |
- lsinitrd.sh: add old cpio signature
|
|
Harald Hoyer |
f8c4a0 |
- dracut.sh: call find with -print0 and cpio with --null
|
|
Harald Hoyer |
f8c4a0 |
- dracut.asc: small corrections
|
|
Harald Hoyer |
f8c4a0 |
- systemd/dracut-initqueue.sh: continue to boot if finished failed
|
|
Harald Hoyer |
f8c4a0 |
- dracut.sh/dracut-functions.sh: handle root on non-block device
|
|
Harald Hoyer |
f8c4a0 |
- dracut-functions.sh: removed non dracut-install shell functions
|
|
Harald Hoyer |
f8c4a0 |
- dracut-functions.sh: inst_multiple == dracut_install
|
|
Harald Hoyer |
f8c4a0 |
- 51-dracut-rescue.install: fixed rescue image creation
|
|
Harald Hoyer |
f8c4a0 |
- dracut.sh: do not strip in FIPS mode
|
|
Harald Hoyer |
f8c4a0 |
Resolves: rhbz#990250
|
|
Harald Hoyer |
f8c4a0 |
- dracut.sh: check the value of --kver
|
|
Harald Hoyer |
f8c4a0 |
- crypt: Fix typo--/etc/crypttab not /etc/cryptab
|
|
Harald Hoyer |
f8c4a0 |
- network/net-lib.sh: fix ibft interface configuration
|
|
Harald Hoyer |
f8c4a0 |
- iscsi/module-setup.sh: install some modules regardless of hostonly
|
|
Harald Hoyer |
f8c4a0 |
- multipath: need_shutdown if multipath devices exist
|
|
Harald Hoyer |
f8c4a0 |
Resolves: rhbz#994913
|
|
Harald Hoyer |
f8c4a0 |
- omit drivers fix
|
|
Harald Hoyer |
f8c4a0 |
|
|
Harald Hoyer |
da0214 |
* Thu Aug 01 2013 Harald Hoyer <harald@redhat.com> 031-7.git20130801
|
|
Harald Hoyer |
da0214 |
- also install vt102 terminfo
|
|
Harald Hoyer |
da0214 |
|
|
Harald Hoyer |
181ae5 |
* Wed Jul 31 2013 Harald Hoyer <harald@redhat.com> 031-6.git20130731
|
|
Harald Hoyer |
181ae5 |
- cmssetup: fixed port for zfcp.conf
|
|
Harald Hoyer |
181ae5 |
- lvm: call lvchange with --yes to boot from snapshots
|
|
Harald Hoyer |
181ae5 |
|
|
Harald Hoyer |
ac117f |
* Wed Jul 31 2013 Harald Hoyer <harald@redhat.com> 031-4.git20130731
|
|
Harald Hoyer |
ac117f |
- remove action_on_fail kernel command line parameter
|
|
Harald Hoyer |
ac117f |
|
|
Harald Hoyer |
650a10 |
* Wed Jul 31 2013 Harald Hoyer <harald@redhat.com> 031-3.git20130731
|
|
Harald Hoyer |
650a10 |
- do not include adjtime and localtime in the initramfs
|
|
Harald Hoyer |
650a10 |
- write out vlan configs
|
|
Harald Hoyer |
650a10 |
|
|
Harald Hoyer |
6ae846 |
* Wed Jul 31 2013 Harald Hoyer <harald@redhat.com> 031-1
|
|
Harald Hoyer |
6ae846 |
- do not include the resume dracut module in hostonly mode,
|
|
Harald Hoyer |
6ae846 |
if no swap is present
|
|
Harald Hoyer |
6ae846 |
- don't warn twice about omitted modules
|
|
Harald Hoyer |
6ae846 |
- use systemd-cat for logging on systemd systems, if logfile is unset
|
|
Harald Hoyer |
6ae846 |
- fixed PARTUUID parsing
|
|
Harald Hoyer |
6ae846 |
- support kernel module signing keys
|
|
Harald Hoyer |
6ae846 |
- do not install the usrmount dracut module in hostonly mode,
|
|
Harald Hoyer |
6ae846 |
if /sbin/init does not live in /usr
|
|
Harald Hoyer |
6ae846 |
- add debian udev rule files
|
|
Harald Hoyer |
6ae846 |
- add support for bcache
|
|
Harald Hoyer |
6ae846 |
- network: handle bootif style interfaces
|
|
Harald Hoyer |
6ae846 |
e.g. ip=77-77-6f-6f-64-73:dhcp
|
|
Harald Hoyer |
6ae846 |
- add support for kmod static devnodes
|
|
Harald Hoyer |
6ae846 |
- add vlan support for iBFT
|
|
Harald Hoyer |
6ae846 |
|
|
Kyle McMartin |
7d89cb |
* Wed Jul 24 2013 Kyle McMartin <kyle@redhat.com> 030-2
|
|
Kyle McMartin |
7d89cb |
- Add ehci-tegra.ko to initramfs to allow rawhide tegra based platforms
|
|
Kyle McMartin |
7d89cb |
to boot off USB disks.
|
|
Kyle McMartin |
7d89cb |
|
|
Harald Hoyer |
e1b27a |
* Wed Jul 17 2013 Harald Hoyer <harald@redhat.com> 030-1
|
|
Harald Hoyer |
e1b27a |
- support new persistent network interface names
|
|
Harald Hoyer |
e1b27a |
- fix findmnt calls, prevents hang on stale NFS mounts
|
|
Harald Hoyer |
e1b27a |
- add systemd.slice and slice.target units
|
|
Harald Hoyer |
e1b27a |
- major shell cleanup
|
|
Harald Hoyer |
e1b27a |
- support root=PARTLABEL= and root=PARTUUID=
|
|
Harald Hoyer |
e1b27a |
- terminfo: only install l/linux v/vt100 and v/vt220
|
|
Harald Hoyer |
e1b27a |
- unset all LC_* and LANG, 10% faster
|
|
Harald Hoyer |
e1b27a |
- fixed dependency loop for dracut-cmdline.service
|
|
Harald Hoyer |
e1b27a |
- do not wait_for_dev for the root devices
|
|
Harald Hoyer |
e1b27a |
- do not wait_for_dev for devices, if dracut-initqueue is not needed
|
|
Harald Hoyer |
e1b27a |
- support early microcode loading with --early-microcode
|
|
Harald Hoyer |
e1b27a |
- dmraid, let dmraid setup its own partitions
|
|
Harald Hoyer |
e1b27a |
- sosreport renamed to rdsosreport
|
|
Harald Hoyer |
e1b27a |
|
|
Harald Hoyer |
c3127f |
* Fri Jun 14 2013 Harald Hoyer <harald@redhat.com> 029-1
|
|
Harald Hoyer |
c3127f |
- wait for IPv6 auto configuration
|
|
Harald Hoyer |
c3127f |
Resolves: rhbz#973719
|
|
Harald Hoyer |
c3127f |
- i18n: make the default font configurable
|
|
Harald Hoyer |
c3127f |
- systemd/dracut-pre-pivot.service: also execute for cleanup hooks or rd.break
|
|
Harald Hoyer |
c3127f |
- add dracut-shutdown.service.8 manpage
|
|
Harald Hoyer |
c3127f |
- lvm: redirect error message of lvs to /dev/null
|
|
Harald Hoyer |
c3127f |
Resolves: rhbz#921235
|
|
Harald Hoyer |
c3127f |
|
|
Harald Hoyer |
ac2958 |
* Wed Jun 12 2013 Harald Hoyer <harald@redhat.com> 028-1
|
|
Harald Hoyer |
ac2958 |
- lvm: fixed "thin" recognition
|
|
Harald Hoyer |
ac2958 |
Resolves: rhbz#921235
|
|
Harald Hoyer |
ac2958 |
- install libs also from one dir above
|
|
Harald Hoyer |
ac2958 |
fixes booting power6 generated initramfs on power7
|
|
Harald Hoyer |
ac2958 |
- setup correct system time and time zone in initrd
|
|
Harald Hoyer |
ac2958 |
- cms fixups
|
|
Harald Hoyer |
ac2958 |
Resolves: rhbz#970982 rhbz#971025 rhbz#825199
|
|
Harald Hoyer |
ac2958 |
- iso-scan/filename fixes
|
|
Harald Hoyer |
ac2958 |
Resolves: rhbz#972337
|
|
Harald Hoyer |
ac2958 |
- add udev rules for persistent network naming
|
|
Harald Hoyer |
ac2958 |
Resolves: rhbz#972662
|
|
Harald Hoyer |
ac2958 |
|
|
|
44345d |
* Tue Jun 04 2013 Dennis Gilmore <dennis@ausil.us> 027-82.git20130531
|
|
|
44345d |
- add patch to include panel-tfp410 module on arm systems
|
|
|
44345d |
|
|
Harald Hoyer |
75f812 |
* Fri May 31 2013 Harald Hoyer <harald@redhat.com> 027-81.git20130531
|
|
Harald Hoyer |
75f812 |
- fix btrfs mount flags for /usr
|
|
Harald Hoyer |
75f812 |
- degrade message about missing tools for stripping
|
|
Harald Hoyer |
75f812 |
Resolves: rhbz#958519
|
|
Harald Hoyer |
75f812 |
- set environment vars DRACUT_SYSTEMD, NEWROOT in service file
|
|
Harald Hoyer |
75f812 |
Resolves: rhbz#963159
|
|
Harald Hoyer |
75f812 |
- don't add volatile swap partitions to host_devs
|
|
Harald Hoyer |
75f812 |
- add libssl.so.10 to make kdump work with fips mode
|
|
Harald Hoyer |
75f812 |
- readd selinux dracut module for kdump
|
|
Harald Hoyer |
75f812 |
- url-lib/url-lib.sh: turn off curl globbing
|
|
Harald Hoyer |
75f812 |
Resolves: rhbz#907497
|
|
Harald Hoyer |
75f812 |
- include btrfs-zero-log in the initramfs
|
|
Harald Hoyer |
75f812 |
Resolves: rhbz#963257
|
|
Harald Hoyer |
75f812 |
- proper NAME the network interfaces
|
|
Harald Hoyer |
75f812 |
Resolves: rhbz#965842
|
|
Harald Hoyer |
75f812 |
- install default font latarcyrheb-sun16
|
|
Harald Hoyer |
75f812 |
Resolves: rhbz#927564
|
|
Harald Hoyer |
75f812 |
- optionally install /etc/pcmcia/config.opts
|
|
Harald Hoyer |
75f812 |
Resolves: rhbz#920076
|
|
Harald Hoyer |
75f812 |
- fix ONBOOT for slaves, set TYPE=Bond for bonding
|
|
Harald Hoyer |
75f812 |
Resolves: rhbz#919001
|
|
Harald Hoyer |
75f812 |
- add nvme kernel module
|
|
Harald Hoyer |
75f812 |
Resolves: rhbz#910734
|
|
Harald Hoyer |
75f812 |
- add xfs_metadump
|
|
Harald Hoyer |
75f812 |
- selinux: load_policy script fix
|
|
Harald Hoyer |
75f812 |
- add hid-hyperv and hv-vmbus kernel modules
|
|
Harald Hoyer |
75f812 |
- add parameter rd.live.squashimg
|
|
Harald Hoyer |
75f812 |
Resolves: rhbz#789036 rhbz#782108
|
|
Harald Hoyer |
75f812 |
- wait for all required interfaces if "rd.neednet=1"
|
|
Harald Hoyer |
75f812 |
Resolves: rhbz#801829
|
|
Harald Hoyer |
75f812 |
- lvm: add tools for thin provisioning
|
|
Harald Hoyer |
75f812 |
Resolves: rhbz#921235
|
|
Harald Hoyer |
75f812 |
- ifcfg/write-ifcfg.sh: fixed ifcfg file generation
|
|
Harald Hoyer |
75f812 |
- do not wait for mpath* devices
|
|
Harald Hoyer |
75f812 |
Resolves: rhbz#969068
|
|
Harald Hoyer |
75f812 |
|
|
Adam Williamson |
3d3710 |
* Wed May 22 2013 Adam Williamson <awilliam@redhat.com> 027-46.git20130430
|
|
Adam Williamson |
3d3710 |
- don't specify "p" as a separator for dmraid
|
|
Adam Williamson |
3d3710 |
Resolves: rhbz#966162
|
|
Adam Williamson |
3d3710 |
|
|
Harald Hoyer |
e2c90d |
* Tue Apr 30 2013 Harald Hoyer <harald@redhat.com> 027-45.git20130430
|
|
Harald Hoyer |
e2c90d |
- fixed fips mode more
|
|
Harald Hoyer |
e2c90d |
Resolves: rhbz#956521
|
|
Harald Hoyer |
e2c90d |
|
|
Harald Hoyer |
2e4662 |
* Thu Apr 25 2013 Harald Hoyer <harald@redhat.com> 027-39.git20130425
|
|
Harald Hoyer |
2e4662 |
- fix shutdown, if /dev/console is not writeable
|
|
Harald Hoyer |
2e4662 |
- fixed fips mode
|
|
Harald Hoyer |
2e4662 |
Resolves: rhbz#956521
|
|
Harald Hoyer |
2e4662 |
|
|
Harald Hoyer |
adf00e |
* Thu Apr 18 2013 Harald Hoyer <harald@redhat.com> 027-36.git20130418
|
|
Harald Hoyer |
adf00e |
- fix initramfs creation on noexec tmpdir
|
|
Harald Hoyer |
adf00e |
Resolves: rhbz#953426
|
|
Harald Hoyer |
adf00e |
- more options for lsinitrd
|
|
Harald Hoyer |
adf00e |
- bash completion for lsinitrd
|
|
Harald Hoyer |
adf00e |
- do not output debug information on initramfs creation, if rd.debug is
|
|
Harald Hoyer |
adf00e |
on the kernel command line
|
|
Harald Hoyer |
adf00e |
- drop requirement on 'file', lsinitrd can find the magic on its own
|
|
Harald Hoyer |
adf00e |
|
|
Harald Hoyer |
e787af |
* Mon Apr 15 2013 Harald Hoyer <harald@redhat.com> 027-26.git20130415
|
|
Harald Hoyer |
e787af |
- do not call plymouth with full path
|
|
Harald Hoyer |
e787af |
- include systemd-random-seed-load.service
|
|
Harald Hoyer |
e787af |
- fix ca-bundle.crt for ssl curl
|
|
Harald Hoyer |
e787af |
Resolves: rhbz#950770
|
|
Harald Hoyer |
e787af |
- add support for "iso-scan/filename" kernel parameter
|
|
Harald Hoyer |
e787af |
|
|
Harald Hoyer |
b215c1 |
* Wed Apr 10 2013 Harald Hoyer <harald@redhat.com> 027-19.git20130410
|
|
Harald Hoyer |
b215c1 |
- also handle UUID= entries in crypttab in host-only mode
|
|
Harald Hoyer |
b215c1 |
Resolves:rhbz#919752
|
|
Harald Hoyer |
b215c1 |
|
|
Harald Hoyer |
ab11ed |
* Tue Apr 09 2013 Harald Hoyer <harald@redhat.com> 027-17.git20130409
|
|
Harald Hoyer |
ab11ed |
- only include needed /etc/crypttab entries
|
|
Harald Hoyer |
ab11ed |
Resolves:rhbz#919752
|
|
Harald Hoyer |
ab11ed |
- add support for bridge over team and vlan
|
|
Harald Hoyer |
ab11ed |
- support multiple bonding interfaces
|
|
Harald Hoyer |
ab11ed |
- add "action_on_fail=" kernel command line parameter
|
|
Harald Hoyer |
ab11ed |
- add support for bridge over a vlan tagged interface
|
|
Harald Hoyer |
ab11ed |
|
|
Harald Hoyer |
38a2dd |
* Fri Apr 05 2013 Harald Hoyer <harald@redhat.com> 027-10.git20130405
|
|
Harald Hoyer |
38a2dd |
- fix crypto password timeout on the dracut side
|
|
Harald Hoyer |
38a2dd |
|
|
Harald Hoyer |
6195cc |
* Tue Mar 26 2013 Harald Hoyer <harald@redhat.com> 027-1
|
|
Harald Hoyer |
6195cc |
- version 027
|
|
Harald Hoyer |
6195cc |
|
|
Harald Hoyer |
4413d3 |
* Wed Mar 20 2013 Harald Hoyer <harald@redhat.com> 026-72.git20130320
|
|
Harald Hoyer |
4413d3 |
- fix rescue image naming
|
|
Harald Hoyer |
4413d3 |
Resolves: rhbz#923439
|
|
Harald Hoyer |
4413d3 |
- turn off host-only mode if essential system filesystems not mounted
|
|
Harald Hoyer |
4413d3 |
- turn off host-only mode if udev database is not accessible
|
|
Harald Hoyer |
4413d3 |
|
|
Harald Hoyer |
630033 |
* Tue Mar 19 2013 Harald Hoyer <harald@redhat.com> 026-62.git20130319
|
|
Harald Hoyer |
630033 |
- fix dracut service ordering
|
|
Harald Hoyer |
630033 |
Resolves: rhbz#922991
|
|
Harald Hoyer |
630033 |
|
|
Harald Hoyer |
93362f |
* Mon Mar 18 2013 Harald Hoyer <harald@redhat.com> 026-56.git20130318
|
|
Harald Hoyer |
93362f |
- don't fail hard on kernel modules install
|
|
Harald Hoyer |
93362f |
Resolves: rhbz#922565
|
|
Harald Hoyer |
93362f |
|
|
Harald Hoyer |
45974b |
* Mon Mar 18 2013 Harald Hoyer <harald@redhat.com> 026-55.git20130318
|
|
Harald Hoyer |
45974b |
- install all host filesystem drivers
|
|
Harald Hoyer |
45974b |
Resolves: rhbz#922565
|
|
Harald Hoyer |
45974b |
|
|
Harald Hoyer |
8d2be9 |
* Sat Mar 16 2013 Harald Hoyer <harald@redhat.com> 026-54.git20130316
|
|
Harald Hoyer |
8d2be9 |
- fix for squashfs
|
|
Harald Hoyer |
8d2be9 |
Resolves: rhbz#922248
|
|
Harald Hoyer |
8d2be9 |
- documentation fixes
|
|
Harald Hoyer |
8d2be9 |
- sosreport, mkdir /run/initramfs
|
|
Harald Hoyer |
8d2be9 |
|
|
Harald Hoyer |
61c497 |
* Fri Mar 15 2013 Harald Hoyer <harald@redhat.com> 026-48.git20130315
|
|
Harald Hoyer |
61c497 |
- use new initrd.target from systemd
|
|
Harald Hoyer |
61c497 |
- fixed rescue generation
|
|
Harald Hoyer |
61c497 |
|
|
Harald Hoyer |
a20c0e |
* Wed Mar 13 2013 Harald Hoyer <harald@redhat.com> 026-33.git20130313
|
|
Harald Hoyer |
a20c0e |
- add module-load.d modules to the initramfs
|
|
Harald Hoyer |
a20c0e |
- add sysctl.d to the initramfs
|
|
Harald Hoyer |
a20c0e |
- optimize plymouth module for systemd mode
|
|
Harald Hoyer |
a20c0e |
- add new dracut parameter "--regenerate-all"
|
|
Harald Hoyer |
a20c0e |
- add new dracut parameter "--noimageifnotneeded"
|
|
Harald Hoyer |
a20c0e |
- shutdown: mount move /run /sys /dev /proc out of /oldroot
|
|
Harald Hoyer |
a20c0e |
before pre-shutdown
|
|
Harald Hoyer |
a20c0e |
- add bash completion for dracut
|
|
Harald Hoyer |
a20c0e |
|
|
Harald Hoyer |
22a1cb |
* Wed Mar 13 2013 Harald Hoyer <harald@redhat.com> 026-19.git20130313
|
|
Harald Hoyer |
22a1cb |
- fix switch-root and local-fs.target problem
|
|
Harald Hoyer |
22a1cb |
- add norescue and nohostonly subpackages
|
|
Harald Hoyer |
22a1cb |
|
|
Harald Hoyer |
52ce14 |
* Mon Mar 11 2013 Harald Hoyer <harald@redhat.com> 026-15.git20130311
|
|
Harald Hoyer |
52ce14 |
- update to recent git
|
|
Harald Hoyer |
52ce14 |
|
|
Harald Hoyer |
f588f1 |
* Fri Mar 08 2013 Harald Hoyer <harald@redhat.com> 026-1
|
|
Harald Hoyer |
f588f1 |
- version 026
|
|
Harald Hoyer |
f588f1 |
|
|
Harald Hoyer |
fe31f8 |
* Mon Feb 11 2013 Harald Hoyer <harald@redhat.com> 025-35.git20130211
|
|
Harald Hoyer |
fe31f8 |
- update to recent git
|
|
Harald Hoyer |
fe31f8 |
|
|
Harald Hoyer |
ad150c |
* Wed Jan 23 2013 Harald Hoyer <harald@redhat.com> 025-1
|
|
Harald Hoyer |
ad150c |
- version 025
|
|
Harald Hoyer |
ad150c |
|
|
Harald Hoyer |
7e00d9 |
* Tue Aug 21 2012 Harald Hoyer <harald@redhat.com> 023-13.git20120821
|
|
Harald Hoyer |
7e00d9 |
- reintroduce rd.neednet, which reenables anaconda networking
|
|
Harald Hoyer |
7e00d9 |
- fix some dracut-install corner cases
|
|
Harald Hoyer |
7e00d9 |
- fix FIPS for /boot not on extra partition
|
|
Harald Hoyer |
7e00d9 |
|
|
|
7948b5 |
* Wed Aug 01 2012 Dennis Gilmore <dennis@ausil.us> - 023-2
|
|
|
7948b5 |
- add patch to include omap_hsmmc for arm
|
|
|
7948b5 |
|
|
Harald Hoyer |
bd8a89 |
* Wed Aug 01 2012 Harald Hoyer <harald@redhat.com> 023-1
|
|
Harald Hoyer |
bd8a89 |
- version 023
|
|
Harald Hoyer |
bd8a89 |
|
|
Harald Hoyer |
ae59c4 |
* Mon Jul 30 2012 Harald Hoyer <harald@redhat.com> 022-99.git20120730
|
|
Harald Hoyer |
ae59c4 |
- removed install of missing finished-ask-password.sh
|
|
Harald Hoyer |
ae59c4 |
|
|
Harald Hoyer |
811c04 |
* Mon Jul 30 2012 Harald Hoyer <harald@redhat.com> 022-97.git20120730
|
|
Harald Hoyer |
811c04 |
- moved crypt setup to systemd units
|
|
Harald Hoyer |
811c04 |
|
|
Harald Hoyer |
12f6cc |
* Fri Jul 27 2012 Harald Hoyer <harald@redhat.com> 022-63.git20120727
|
|
Harald Hoyer |
12f6cc |
- fixed dracut-install bug if /var/tmp contains a symlink
|
|
Harald Hoyer |
12f6cc |
- fixed some partx issues
|
|
Harald Hoyer |
12f6cc |
|
|
Harald Hoyer |
762076 |
* Mon Jul 23 2012 Harald Hoyer <harald@redhat.com> 022-5.git20120723
|
|
Harald Hoyer |
762076 |
- dracut.8: added more documentation about executing dracut
|
|
Harald Hoyer |
762076 |
|
|
Harald Hoyer |
60a1f9 |
* Fri Jul 20 2012 Harald Hoyer <harald@redhat.com> 022-2.git20120720
|
|
Harald Hoyer |
60a1f9 |
- fixed some race condition for resume from hibernation
|
|
Harald Hoyer |
60a1f9 |
|
|
Harald Hoyer |
1eb2f9 |
* Fri Jul 20 2012 Harald Hoyer <harald@redhat.com> 022-1
|
|
Harald Hoyer |
1eb2f9 |
- version 022
|
|
Harald Hoyer |
1eb2f9 |
- host-only kernel modules fix
|
|
Harald Hoyer |
1eb2f9 |
|
|
Harald Hoyer |
ca4699 |
* Fri Jul 20 2012 Harald Hoyer <harald@redhat.com> 021-1
|
|
Harald Hoyer |
ca4699 |
- version 21
|
|
Harald Hoyer |
ca4699 |
- systemd in the initramfs reenabled
|
|
Harald Hoyer |
ca4699 |
- new option "--kver"
|
|
Harald Hoyer |
ca4699 |
|
|
|
db646f |
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 020-97.git20120717
|
|
|
db646f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
db646f |
|
|
Harald Hoyer |
a66b47 |
* Tue Jul 17 2012 Harald Hoyer <harald@redhat.com> 020-96.git20120717
|
|
Harald Hoyer |
a66b47 |
- disabled systemd in the initramfs, until it works correctly
|
|
Harald Hoyer |
a66b47 |
|
|
Harald Hoyer |
43b211 |
* Wed Jul 11 2012 Harald Hoyer <harald@redhat.com> 020-84.git20120711
|
|
Harald Hoyer |
43b211 |
- add back "--force" to switch-root, otherwise systemd umounts /run
|
|
Harald Hoyer |
43b211 |
|
|
Harald Hoyer |
08211a |
* Wed Jul 11 2012 Harald Hoyer <harald@redhat.com> 020-83.git20120711
|
|
Harald Hoyer |
08211a |
- more systemd journal fixes
|
|
Harald Hoyer |
08211a |
- nfs module fix
|
|
Harald Hoyer |
08211a |
- install also /lib/modprobe.d/*
|
|
Harald Hoyer |
08211a |
- fixed dracut-shutdown service
|
|
Harald Hoyer |
08211a |
- safeguards for dracut-install
|
|
Harald Hoyer |
08211a |
- for --include also copy symlinks
|
|
Harald Hoyer |
08211a |
|
|
Harald Hoyer |
79ba08 |
* Tue Jul 10 2012 Harald Hoyer <harald@redhat.com> 020-72.git20120710
|
|
Harald Hoyer |
79ba08 |
- stop journal rather than restart
|
|
Harald Hoyer |
79ba08 |
- copy over dracut services to /run/systemd/system
|
|
Harald Hoyer |
79ba08 |
|
|
Harald Hoyer |
2265b4 |
* Tue Jul 10 2012 Harald Hoyer <harald@redhat.com> 020-70.git20120710
|
|
Harald Hoyer |
2265b4 |
- more systemd unit fixups
|
|
Harald Hoyer |
2265b4 |
- restart systemd-journald in switch-root post
|
|
Harald Hoyer |
2265b4 |
- fixed dracut-install loader ldd error message
|
|
Harald Hoyer |
2265b4 |
|
|
Harald Hoyer |
89b080 |
* Mon Jul 09 2012 Harald Hoyer <harald@redhat.com> 020-64.git20120709
|
|
Harald Hoyer |
89b080 |
- fixed plymouth install
|
|
Harald Hoyer |
89b080 |
- fixed resume
|
|
Harald Hoyer |
89b080 |
- fixed dhcp
|
|
Harald Hoyer |
89b080 |
- no dracut systemd services installed in the system
|
|
Harald Hoyer |
89b080 |
|
|
Harald Hoyer |
c671e4 |
* Mon Jul 09 2012 Harald Hoyer <harald@redhat.com> 020-57.git20120709
|
|
Harald Hoyer |
c671e4 |
- more fixups for systemd-udevd unit renaming
|
|
Harald Hoyer |
c671e4 |
|
|
Harald Hoyer |
cc894b |
* Mon Jul 09 2012 Harald Hoyer <harald@redhat.com> 020-55.git20120709
|
|
Harald Hoyer |
cc894b |
- require systemd >= 186
|
|
Harald Hoyer |
cc894b |
- more fixups for systemd-udevd unit renaming
|
|
Harald Hoyer |
cc894b |
|
|
Harald Hoyer |
c1d206 |
* Mon Jul 09 2012 Harald Hoyer <harald@redhat.com> 020-52.git20120709
|
|
Harald Hoyer |
c1d206 |
- fixed prefix in 01-dist.conf
|
|
Harald Hoyer |
c1d206 |
|
|
Harald Hoyer |
2d3fda |
* Fri Jul 06 2012 Harald Hoyer <harald@redhat.com> 020-51.git20120706
|
|
Harald Hoyer |
2d3fda |
- cope with systemd-udevd unit renaming
|
|
Harald Hoyer |
2d3fda |
- fixed network renaming
|
|
Harald Hoyer |
2d3fda |
- removed dash module
|
|
Harald Hoyer |
2d3fda |
|
|
Harald Hoyer |
1837a5 |
* Mon Jul 02 2012 Harald Hoyer <harald@redhat.com> 020-22.git20120702
|
|
Harald Hoyer |
1837a5 |
- fixed kernel modules install
|
|
Harald Hoyer |
1837a5 |
|
|
Harald Hoyer |
c4a5a0 |
* Mon Jul 02 2012 Harald Hoyer <harald@redhat.com> 020-21.git20120702
|
|
Harald Hoyer |
c4a5a0 |
- moved /usr/bin/dracut-install to /usr/lib
|
|
Harald Hoyer |
c4a5a0 |
- more speedups
|
|
Harald Hoyer |
c4a5a0 |
|
|
Harald Hoyer |
094c9e |
* Fri Jun 29 2012 Harald Hoyer <harald@redhat.com> 020-1
|
|
Harald Hoyer |
094c9e |
- version 020
|
|
Harald Hoyer |
094c9e |
- new /usr/bin/dracut-install tool
|
|
Harald Hoyer |
094c9e |
- major speedup of the image creation
|
|
Harald Hoyer |
094c9e |
|
|
Harald Hoyer |
53e990 |
* Mon Jun 25 2012 Harald Hoyer <harald@redhat.com> 019-92.git20120625
|
|
Harald Hoyer |
53e990 |
- support vlan tagged binding
|
|
Harald Hoyer |
53e990 |
- speedup initramfs emergency service
|
|
Harald Hoyer |
53e990 |
- speedup image creation
|
|
Harald Hoyer |
53e990 |
- fix installkernel() return codes
|
|
Harald Hoyer |
53e990 |
Resolves: rhbz#833256
|
|
Harald Hoyer |
53e990 |
- add qemu and qemu-net modules to add qemu drivers even in host-only
|
|
Harald Hoyer |
53e990 |
- speedup btrfs and xfs fsck (nop)
|
|
Harald Hoyer |
53e990 |
- no more mknod in the initramfs (fixes plymouth on s390)
|
|
Harald Hoyer |
53e990 |
|
|
Harald Hoyer |
5414ff |
* Thu Jun 21 2012 Harald Hoyer <harald@redhat.com> 019-62.git20120621
|
|
Harald Hoyer |
5414ff |
- do not require pkg-config for systemd
|
|
Harald Hoyer |
5414ff |
- i18n fixes
|
|
Harald Hoyer |
5414ff |
- less systemd services in the initramfs
|
|
Harald Hoyer |
5414ff |
|
|
Harald Hoyer |
e3ef57 |
* Thu Jun 21 2012 Harald Hoyer <harald@redhat.com> 019-57.git20120620
|
|
Harald Hoyer |
e3ef57 |
- systemd is now the default init in the initramfs
|
|
Harald Hoyer |
e3ef57 |
|
|
Harald Hoyer |
d1bf89 |
* Mon Jun 18 2012 Harald Hoyer <harald@redhat.com> 019-40.git20120618
|
|
Harald Hoyer |
d1bf89 |
- new upstream version
|
|
Harald Hoyer |
d1bf89 |
|
|
Harald Hoyer |
18c19d |
* Mon Jun 11 2012 Harald Hoyer <harald@redhat.com> 019-16.git20120611
|
|
Harald Hoyer |
18c19d |
- new upstream version
|
|
Harald Hoyer |
18c19d |
|
|
|
0b1133 |
* Tue Jun 05 2012 Dennis Gilmore <dennis@ausil.us> 019-2
|
|
|
0b1133 |
- include omapdrm with the arm modules
|
|
|
0b1133 |
|
|
Harald Hoyer |
360a82 |
* Mon Jun 04 2012 Harald Hoyer <harald@redhat.com> 019-1
|
|
Harald Hoyer |
360a82 |
- version 019-1
|
|
Harald Hoyer |
360a82 |
|
|
Harald Hoyer |
35271e |
* Tue May 22 2012 Harald Hoyer <harald@redhat.com> 018-74.git20120522
|
|
Harald Hoyer |
35271e |
- new upstream version
|
|
Harald Hoyer |
35271e |
|
|
|
a2daf5 |
* Thu May 17 2012 Dennis Gilmore <dennis@ausil.us> 018-53.git20120509
|
|
|
a2daf5 |
- add patch to pull in arm storage modules
|
|
|
a2daf5 |
|
|
Harald Hoyer |
802052 |
* Wed May 09 2012 Harald Hoyer <harald@redhat.com> 018-52.git20120509
|
|
Harald Hoyer |
802052 |
- new upstream version
|
|
Harald Hoyer |
802052 |
|
|
Harald Hoyer |
0c26bf |
* Fri May 04 2012 Harald Hoyer <harald@redhat.com> 018-40.git20120504
|
|
Harald Hoyer |
0c26bf |
- new upstream version
|
|
Harald Hoyer |
0c26bf |
|
|
Harald Hoyer |
14f838 |
* Wed Apr 25 2012 Harald Hoyer <harald@redhat.com> 018-37.git20120425.1
|
|
Harald Hoyer |
14f838 |
- fixup for multipath and iscsi host-only detection
|
|
Harald Hoyer |
14f838 |
|
|
Harald Hoyer |
a633d0 |
* Wed Apr 25 2012 Harald Hoyer <harald@redhat.com> 018-37.git20120425
|
|
Harald Hoyer |
a633d0 |
- fixed udevd location
|
|
Harald Hoyer |
a633d0 |
|
|
Harald Hoyer |
2f4f1d |
* Tue Apr 24 2012 Harald Hoyer <harald@redhat.com> 018-33.git20120424
|
|
Harald Hoyer |
2f4f1d |
- new upstream version
|
|
Harald Hoyer |
2f4f1d |
|
|
Harald Hoyer |
1f6198 |
* Thu Apr 19 2012 Harald Hoyer <harald@redhat.com> 018-25.git20120419
|
|
Harald Hoyer |
1f6198 |
- fixed network for non-network root (like installer media)
|
|
Harald Hoyer |
1f6198 |
|
|
Harald Hoyer |
953eb6 |
* Wed Apr 18 2012 Harald Hoyer <harald@redhat.com> 018-22.git20120418
|
|
Harald Hoyer |
953eb6 |
- new upstream version
|
|
Harald Hoyer |
953eb6 |
|
|
Harald Hoyer |
ab65ae |
* Mon Apr 16 2012 Harald Hoyer <harald@redhat.com> 018-12.git20120416
|
|
Harald Hoyer |
ab65ae |
- new upstream version, which fixes various anaconda loader issues
|
|
Harald Hoyer |
ab65ae |
|
|
Harald Hoyer |
1a09cd |
* Thu Apr 05 2012 Harald Hoyer <harald@redhat.com> 018-1
|
|
Harald Hoyer |
1a09cd |
- version 018
|
|
Harald Hoyer |
1a09cd |
|
|
Harald Hoyer |
f676c2 |
* Thu Mar 22 2012 Harald Hoyer <harald@redhat.com> 017-62.git20120322
|
|
Harald Hoyer |
f676c2 |
- fixed /run prefix copying
|
|
Harald Hoyer |
f676c2 |
|
|
Harald Hoyer |
1ee1e3 |
* Wed Mar 21 2012 Harald Hoyer <harald@redhat.com> 017-59.git20120321
|
|
Harald Hoyer |
1ee1e3 |
- new upstream version, which fixes various anaconda loader issues
|
|
Harald Hoyer |
1ee1e3 |
|
|
Harald Hoyer |
9e9f8f |
* Mon Mar 12 2012 Harald Hoyer <harald@redhat.com> 017-43.git20120312
|
|
Harald Hoyer |
9e9f8f |
- live image: fixed image uncompression
|
|
Harald Hoyer |
9e9f8f |
- live updates for livenet
|
|
Harald Hoyer |
9e9f8f |
|
|
Harald Hoyer |
0e9e56 |
* Thu Mar 08 2012 Harald Hoyer <harald@redhat.com> 017-40.git20120308
|
|
Harald Hoyer |
0e9e56 |
- add s390 ctcm network kernel module
|
|
Harald Hoyer |
0e9e56 |
|
|
Harald Hoyer |
ee76a0 |
* Thu Mar 08 2012 Harald Hoyer <harald@redhat.com> 017-39.git20120308
|
|
Harald Hoyer |
ee76a0 |
- kill dhclient silently
|
|
Harald Hoyer |
ee76a0 |
- cleanup and fix network config writeout to /run/initramfs/state
|
|
Harald Hoyer |
ee76a0 |
Resolves: rhbz#799989
|
|
Harald Hoyer |
ee76a0 |
- various cleanups
|
|
Harald Hoyer |
ee76a0 |
|
|
Harald Hoyer |
65a3b7 |
* Fri Mar 02 2012 Harald Hoyer <harald@redhat.com> 017-22.git20120302
|
|
Harald Hoyer |
65a3b7 |
- nfs path fixes for live image over nfs
|
|
Harald Hoyer |
65a3b7 |
root=live:nfs://10.10.10.10:/srv/all/install.img ip=dhcp rd.neednet
|
|
Harald Hoyer |
65a3b7 |
|
|
Harald Hoyer |
ada75c |
* Thu Mar 01 2012 Harald Hoyer <harald@redhat.com> 017-19.git20120301
|
|
Harald Hoyer |
ada75c |
- fixed include of some kernel modules
|
|
Harald Hoyer |
ada75c |
|
|
Harald Hoyer |
66318b |
* Wed Feb 29 2012 Harald Hoyer <harald@redhat.com> 017-17.git20120229
|
|
Harald Hoyer |
66318b |
- update to latest git
|
|
Harald Hoyer |
66318b |
- fixes for convertfs (/usr-move)
|
|
Harald Hoyer |
66318b |
|
|
Harald Hoyer |
79293f |
* Fri Feb 24 2012 Harald Hoyer <harald@redhat.com> 017-1
|
|
Harald Hoyer |
79293f |
- version 017
|
|
Harald Hoyer |
79293f |
|
|
Harald Hoyer |
035915 |
* Fri Feb 17 2012 Harald Hoyer <harald@redhat.com> 016-9.git20120217
|
|
Harald Hoyer |
035915 |
- update to latest git
|
|
Harald Hoyer |
035915 |
|
|
Harald Hoyer |
4112f5 |
* Wed Feb 15 2012 Harald Hoyer <harald@redhat.com> 016-1
|
|
Harald Hoyer |
4112f5 |
- version 016
|
|
Harald Hoyer |
4112f5 |
|
|
Harald Hoyer |
2b3d0d |
* Mon Feb 13 2012 Harald Hoyer <harald@redhat.com> 015-9.git20120213
|
|
Harald Hoyer |
2b3d0d |
- update to latest git
|
|
Harald Hoyer |
2b3d0d |
|
|
Kay Sievers |
ef36c3 |
* Sun Feb 12 2012 Kay Sievers <kay@redhat.com> - 015-9.git20120210
|
|
Kay Sievers |
ef36c3 |
- fix dependency loop in systemd service files
|
|
Kay Sievers |
ef36c3 |
|
|
Harald Hoyer |
7a7cae |
* Fri Feb 10 2012 Harald Hoyer <harald@redhat.com> 015-8.git20120210
|
|
Harald Hoyer |
7a7cae |
- update to latest git
|
|
Harald Hoyer |
7a7cae |
|
|
Harald Hoyer |
d45cf7 |
* Thu Feb 09 2012 Harald Hoyer <harald@redhat.com> 015-7.git20120209
|
|
Harald Hoyer |
d45cf7 |
- update to latest git
|
|
Harald Hoyer |
d45cf7 |
|
|
Harald Hoyer |
58be0c |
* Thu Feb 09 2012 Harald Hoyer <harald@redhat.com> 015-4.git20120209
|
|
Harald Hoyer |
58be0c |
- update to latest git
|
|
Harald Hoyer |
58be0c |
|
|
Harald Hoyer |
b9a7ee |
* Wed Feb 08 2012 Harald Hoyer <harald@redhat.com> 015-3.git20120208
|
|
Harald Hoyer |
b9a7ee |
- update to latest git
|
|
Harald Hoyer |
b9a7ee |
|
|
Harald Hoyer |
66972c |
* Tue Feb 07 2012 Harald Hoyer <harald@redhat.com> 015-1
|
|
Harald Hoyer |
66972c |
- version 015
|
|
Harald Hoyer |
66972c |
|
|
Harald Hoyer |
6d5d06 |
* Thu Feb 02 2012 Harald Hoyer <harald@redhat.com> 014-81.git20120202
|
|
Harald Hoyer |
6d5d06 |
- update to latest git
|
|
Harald Hoyer |
6d5d06 |
|
|
Harald Hoyer |
98731e |
* Thu Feb 02 2012 Harald Hoyer <harald@redhat.com> 014-80.git20120202
|
|
Harald Hoyer |
98731e |
- update to latest git
|
|
Harald Hoyer |
98731e |
|
|
Harald Hoyer |
c6f559 |
* Thu Jan 26 2012 Harald Hoyer <harald@redhat.com> 014-77.git20120126.1
|
|
Harald Hoyer |
c6f559 |
- rebuild for rawhide
|
|
Harald Hoyer |
c6f559 |
|
|
Harald Hoyer |
656b7a |
* Thu Jan 26 2012 Harald Hoyer <harald@redhat.com> 014-77.git20120126
|
|
Harald Hoyer |
656b7a |
- update to latest git
|
|
Harald Hoyer |
656b7a |
|
|
Harald Hoyer |
4b0f24 |
* Thu Jan 26 2012 Harald Hoyer <harald@redhat.com> 014-76.git20120126
|
|
Harald Hoyer |
4b0f24 |
- update to latest git
|
|
Harald Hoyer |
4b0f24 |
|
|
Harald Hoyer |
e9260f |
* Thu Jan 26 2012 Harald Hoyer <harald@redhat.com> 014-75.git20120126
|
|
Harald Hoyer |
e9260f |
- update to latest git
|
|
Harald Hoyer |
e9260f |
|
|
Harald Hoyer |
ed90d2 |
* Thu Jan 26 2012 Harald Hoyer <harald@redhat.com> 014-74.git20120126
|
|
Harald Hoyer |
ed90d2 |
- update to latest git
|
|
Harald Hoyer |
ed90d2 |
|
|
Harald Hoyer |
2e1225 |
* Thu Jan 26 2012 Harald Hoyer <harald@redhat.com> 014-73.git20120126
|
|
Harald Hoyer |
2e1225 |
- update to latest git
|
|
Harald Hoyer |
2e1225 |
|
|
Harald Hoyer |
8e216f |
* Thu Jan 26 2012 Harald Hoyer <harald@redhat.com> 014-72.git20120126
|
|
Harald Hoyer |
8e216f |
- update to latest git
|
|
Harald Hoyer |
8e216f |
|
|
Harald Hoyer |
feffea |
* Mon Jan 23 2012 Harald Hoyer <harald@redhat.com> 014-65.git20120123
|
|
Harald Hoyer |
feffea |
- update to latest git
|
|
Harald Hoyer |
feffea |
|
|
Harald Hoyer |
83ebbb |
* Mon Jan 23 2012 Harald Hoyer <harald@redhat.com> 014-61.git20120123
|
|
Harald Hoyer |
83ebbb |
- update to latest git
|
|
Harald Hoyer |
83ebbb |
|
|
Harald Hoyer |
3957aa |
* Tue Jan 17 2012 Harald Hoyer <harald@redhat.com> 014-38.git20120117
|
|
Harald Hoyer |
3957aa |
- update to latest git
|
|
Harald Hoyer |
3957aa |
|
|
|
0d01f7 |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 014-10.git20111215
|
|
|
0d01f7 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
0d01f7 |
|
|
Harald Hoyer |
6adbc8 |
* Thu Dec 15 2011 Harald Hoyer <harald@redhat.com> 014-9.git20111215
|
|
Harald Hoyer |
6adbc8 |
- update to latest git
|
|
Harald Hoyer |
6adbc8 |
- lots of patch changes
|
|
Harald Hoyer |
6adbc8 |
|
|
Harald Hoyer |
401ad9 |
* Fri Oct 21 2011 Harald Hoyer <harald@redhat.com> 013-100.git20111021
|
|
Harald Hoyer |
401ad9 |
- update to latest git
|
|
Harald Hoyer |
401ad9 |
|
|
Harald Hoyer |
8a8033 |
* Thu Oct 20 2011 Harald Hoyer <harald@redhat.com> 013-93.git20111020
|
|
Harald Hoyer |
8a8033 |
- update to latest git
|
|
Harald Hoyer |
8a8033 |
|
|
Harald Hoyer |
55891e |
* Wed Oct 19 2011 Harald Hoyer <harald@redhat.com> 013-85.git20111019
|
|
Harald Hoyer |
55891e |
- update to latest git
|
|
Harald Hoyer |
55891e |
|
|
Harald Hoyer |
55891e |
* Tue Oct 04 2011 Harald Hoyer <harald@redhat.com> 013-15
|
|
Harald Hoyer |
55891e |
- fixed mdraid container handling
|
|
Harald Hoyer |
55891e |
Resolves: rhbz#743240
|
|
Harald Hoyer |
55891e |
|
|
Harald Hoyer |
55891e |
* Thu Sep 22 2011 Harald Hoyer <harald@redhat.com> 013-13
|
|
Harald Hoyer |
55891e |
- fixed mdraid issues
|
|
Harald Hoyer |
55891e |
- fixed btrfsck
|
|
Harald Hoyer |
55891e |
Resolves: rhbz#735602
|
|
Harald Hoyer |
55891e |
|
|
Harald Hoyer |
55891e |
* Wed Sep 21 2011 Harald Hoyer <harald@redhat.com> 013-12
|
|
Harald Hoyer |
55891e |
- removed patch backup files
|
|
Harald Hoyer |
55891e |
- reintroduced /dev/live
|
|
Harald Hoyer |
55891e |
|
|
Harald Hoyer |
55891e |
* Tue Sep 20 2011 Harald Hoyer <harald@redhat.com> 013-11
|
|
Harald Hoyer |
55891e |
- move mounting of securitfs to a seperate module
|
|
Harald Hoyer |
55891e |
Resolves: rhbz#737140
|
|
Harald Hoyer |
55891e |
|
|
Harald Hoyer |
55891e |
* Tue Sep 20 2011 Harald Hoyer <harald@redhat.com> 013-10
|
|
Harald Hoyer |
55891e |
- mount securitfs with the correct source
|
|
Harald Hoyer |
55891e |
Resolves: rhbz#737140
|
|
Harald Hoyer |
55891e |
|
|
Harald Hoyer |
55891e |
* Tue Sep 20 2011 Harald Hoyer <harald@redhat.com> 013-9
|
|
Harald Hoyer |
55891e |
- do not carry over initramfs udev rules
|
|
Harald Hoyer |
55891e |
Resolves: rhbz#734096
|
|
Harald Hoyer |
55891e |
|
|
Harald Hoyer |
55891e |
* Fri Sep 02 2011 Harald Hoyer <harald@redhat.com> 013-8
|
|
Harald Hoyer |
55891e |
- hopefully fixed one part of a loop/udev and loop/mount race
|
|
Harald Hoyer |
55891e |
Resolves: rhbz#735199
|
|
Harald Hoyer |
55891e |
|
|
Harald Hoyer |
55891e |
* Wed Aug 31 2011 Harald Hoyer <harald@redhat.com> 013-7
|
|
Harald Hoyer |
55891e |
- add /lib/udev/input_id to the initramfs
|
|
Harald Hoyer |
55891e |
- fix hmac install
|
|
Harald Hoyer |
55891e |
|
|
Harald Hoyer |
55891e |
* Tue Aug 30 2011 Harald Hoyer <harald@redhat.com> 013-6
|
|
Harald Hoyer |
55891e |
- fixed environment passing to real init
|
|
Harald Hoyer |
55891e |
Resolves: rhbz#733674
|
|
Harald Hoyer |
55891e |
- fixed lvm on md
|
|
Harald Hoyer |
55891e |
|
|
Harald Hoyer |
55891e |
* Mon Aug 29 2011 Harald Hoyer <harald@redhat.com> 013-5
|
|
Harald Hoyer |
55891e |
- fixed rhel/fedora version checks
|
|
Harald Hoyer |
55891e |
|
|
Harald Hoyer |
992688 |
* Wed Aug 17 2011 Harald Hoyer <harald@redhat.com> 013-4
|
|
Harald Hoyer |
992688 |
- fixed crash with livenet installed
|
|
Harald Hoyer |
992688 |
|
|
Harald Hoyer |
05a0f8 |
* Wed Aug 17 2011 Harald Hoyer <harald@redhat.com> 013-3
|
|
Harald Hoyer |
05a0f8 |
- fixed live iso mounting
|
|
Harald Hoyer |
05a0f8 |
Resolves: rhbz#730579
|
|
Harald Hoyer |
05a0f8 |
|
|
Harald Hoyer |
153f86 |
* Fri Aug 12 2011 Harald Hoyer <harald@redhat.com> 013-1
|
|
Harald Hoyer |
153f86 |
- fixed symlink creation for lorax
|
|
Harald Hoyer |
153f86 |
|
|
Harald Hoyer |
7f792c |
* Wed Aug 10 2011 Harald Hoyer <harald@redhat.com> 011-41.git20110810
|
|
Harald Hoyer |
7f792c |
- fixed getargs() for empty args
|
|
Harald Hoyer |
7f792c |
|
|
Harald Hoyer |
b0eaf9 |
* Wed Aug 10 2011 Harald Hoyer <harald@redhat.com> 011-40.git20110810
|
|
Harald Hoyer |
b0eaf9 |
- fixed symbolic link creation in the initramfs
|
|
Harald Hoyer |
b0eaf9 |
Resolves: rhbz#728863
|
|
Harald Hoyer |
b0eaf9 |
|
|
Harald Hoyer |
f3160a |
* Wed Jul 20 2011 Harald Hoyer <harald@redhat.com> 011-15.git20110720
|
|
Harald Hoyer |
f3160a |
- "eject" is optional now
|
|
Harald Hoyer |
f3160a |
- refined shutdown procedure
|
|
Harald Hoyer |
f3160a |
|
|
Harald Hoyer |
77a5db |
* Mon Jul 18 2011 Harald Hoyer <harald@redhat.com> 011-1
|
|
Harald Hoyer |
77a5db |
- version 011
|
|
Harald Hoyer |
77a5db |
|
|
Harald Hoyer |
d97d6b |
* Fri May 20 2011 Harald Hoyer <harald@redhat.com> 011-0.1
|
|
Harald Hoyer |
a60009 |
- git snapshot of pre-version 011
|
|
Harald Hoyer |
a60009 |
|
|
Harald Hoyer |
63d4c1 |
* Fri Apr 01 2011 Harald Hoyer <harald@redhat.com> 010-1
|
|
Harald Hoyer |
63d4c1 |
- version 010
|
|
Harald Hoyer |
63d4c1 |
|
|
Harald Hoyer |
d387bf |
* Thu Mar 31 2011 Harald Hoyer <harald@redhat.com> 009-5
|
|
Harald Hoyer |
d387bf |
- fixed PATH and kmsg logging
|
|
Harald Hoyer |
d387bf |
|
|
Harald Hoyer |
a0a888 |
* Thu Mar 31 2011 Harald Hoyer <harald@redhat.com> 009-4
|
|
Harald Hoyer |
a0a888 |
- fixed dmsquash rule generation
|
|
Harald Hoyer |
a0a888 |
- fixed fips boot arg parsing
|
|
Harald Hoyer |
a0a888 |
- fixed plymouth pid generation
|
|
Harald Hoyer |
a0a888 |
|
|
Harald Hoyer |
d97cfa |
* Wed Mar 30 2011 Harald Hoyer <harald@redhat.com> 009-3
|
|
Harald Hoyer |
d97cfa |
- fixed dhcp
|
|
Harald Hoyer |
d97cfa |
- added /lib/firmware/updates to firmware directories
|
|
Harald Hoyer |
d97cfa |
- fixed LiveCD /dev/.initramfs fallback
|
|
Harald Hoyer |
d97cfa |
- fixed cdrom polling
|
|
Harald Hoyer |
d97cfa |
- dropped net-tools dependency
|
|
Harald Hoyer |
d97cfa |
|
|
Harald Hoyer |
3fe101 |
* Tue Mar 29 2011 Harald Hoyer <harald@redhat.com> 009-2
|
|
Harald Hoyer |
3fe101 |
- fixed empty output file argument handling:
|
|
Harald Hoyer |
3fe101 |
"dracut '' <kernel version>"
|
|
Harald Hoyer |
3fe101 |
|
|
Harald Hoyer |
689683 |
* Mon Mar 28 2011 Harald Hoyer <harald@redhat.com> 009-1
|
|
Harald Hoyer |
689683 |
- version 009
|
|
Harald Hoyer |
689683 |
|
|
Harald Hoyer |
1f9564 |
* Thu Mar 17 2011 Harald Hoyer <harald@redhat.com> 009-0.1
|
|
Harald Hoyer |
1f9564 |
- version 009 prerelease
|
|
Harald Hoyer |
1f9564 |
|
|
Harald Hoyer |
458f76 |
* Tue Feb 22 2011 Harald Hoyer <harald@redhat.com> 008-7
|
|
Harald Hoyer |
458f76 |
- fixed lvm version parsing
|
|
Harald Hoyer |
458f76 |
|
|
Harald Hoyer |
3ed919 |
* Tue Feb 22 2011 Harald Hoyer <harald@redhat.com> 008-6
|
|
Harald Hoyer |
3ed919 |
- fixed lvm version parsing
|
|
Harald Hoyer |
3ed919 |
|
|
Harald Hoyer |
59f9af |
* Mon Feb 21 2011 Harald Hoyer <harald@redhat.com> 008-5
|
|
Harald Hoyer |
59f9af |
- fixed i18n unicode setting
|
|
Harald Hoyer |
59f9af |
- set cdrom in kernel polling
|
|
Harald Hoyer |
59f9af |
|
|
Harald Hoyer |
a80e30 |
* Fri Feb 18 2011 Harald Hoyer <harald@redhat.com> 008-4
|
|
Harald Hoyer |
a80e30 |
- readded dist tag
|
|
Harald Hoyer |
a80e30 |
|
|
Harald Hoyer |
0260fa |
* Fri Feb 18 2011 Harald Hoyer <harald@redhat.com> 008-3
|
|
Harald Hoyer |
0260fa |
- fixed i18n
|
|
Harald Hoyer |
0260fa |
- turned off selinux by default
|
|
Harald Hoyer |
0260fa |
|
|
Harald Hoyer |
cc91be |
* Wed Feb 09 2011 Harald Hoyer <harald@redhat.com> 008-2
|
|
Harald Hoyer |
cc91be |
- do not write dracut.log to /tmp under any circumstances
|
|
Harald Hoyer |
cc91be |
- touch /dev/.systemd/plymouth after plymouth started
|
|
Harald Hoyer |
cc91be |
|
|
|
e2db08 |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 008-1.1
|
|
|
e2db08 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
e2db08 |
|
|
Harald Hoyer |
6b0eba |
* Wed Feb 02 2011 Harald Hoyer <harald@redhat.com> 008-1
|
|
Harald Hoyer |
6b0eba |
- version 008-1
|
|
Harald Hoyer |
6b0eba |
|
|
Harald Hoyer |
91221d |
* Mon Jan 17 2011 Harald Hoyer <harald@redhat.com> 008-0.11
|
|
Harald Hoyer |
91221d |
- removed "mount" requirement
|
|
Harald Hoyer |
91221d |
|
|
Harald Hoyer |
8796fe |
* Thu Nov 18 2010 Harald Hoyer <harald@redhat.com> - 008-0.10
|
|
Harald Hoyer |
8796fe |
- dracut-008 pre git snapshot
|
|
Harald Hoyer |
8796fe |
- fixes /dev/dri permissions
|
|
Harald Hoyer |
8796fe |
Resolves: rhbz#626559
|
|
Harald Hoyer |
8796fe |
|
|
Harald Hoyer |
8796fe |
* Fri Nov 12 2010 Harald Hoyer <harald@redhat.com> 008-0.9
|
|
Harald Hoyer |
f4f7dd |
- dracut-008 pre git snapshot
|
|
Harald Hoyer |
f4f7dd |
- fixes /dev/.udev permissions
|
|
Harald Hoyer |
f4f7dd |
Resolves: rhbz#651594
|
|
Harald Hoyer |
f4f7dd |
|
|
Harald Hoyer |
86334e |
* Wed Nov 3 2010 Harald Hoyer <harald@redhat.com> - 008-0.8
|
|
Harald Hoyer |
86334e |
- fixed fsck -a option
|
|
Harald Hoyer |
86334e |
|
|
Harald Hoyer |
86334e |
* Fri Oct 29 2010 Harald Hoyer <harald@redhat.com> 008-0.7
|
|
Harald Hoyer |
cc6288 |
- added fsck to initramfs
|
|
Harald Hoyer |
cc6288 |
|
|
Harald Hoyer |
86334e |
* Fri Oct 29 2010 Harald Hoyer <harald@redhat.com> 008-0.6
|
|
Harald Hoyer |
a4c36c |
- fixed rpm macros
|
|
Harald Hoyer |
a4c36c |
|
|
Harald Hoyer |
819af3 |
* Fri Oct 29 2010 Harald Hoyer <harald@redhat.com> 008-0.5
|
|
Harald Hoyer |
819af3 |
- dracut-008 pre git snapshot
|
|
Harald Hoyer |
819af3 |
|
|
Harald Hoyer |
63c8b5 |
* Mon Aug 09 2010 Harald Hoyer <harald@redhat.com> 007-1
|
|
Harald Hoyer |
63c8b5 |
- version 007
|
|
Harald Hoyer |
c3a574 |
|
|
Harald Hoyer |
257221 |
* Thu Jun 17 2010 Harald Hoyer <harald@redhat.com> 006-1
|
|
Harald Hoyer |
257221 |
- version 006
|
|
Harald Hoyer |
257221 |
|
|
Harald Hoyer |
257221 |
* Fri Jun 11 2010 Harald Hoyer <harald@redhat.com>
|
|
Harald Hoyer |
257221 |
- Remove requirements, which are not really needed
|
|
Harald Hoyer |
257221 |
Resolves: rhbz#598509
|
|
Harald Hoyer |
257221 |
- fixed copy of network config to /dev/.initramfs/ (patch 146)
|
|
Harald Hoyer |
257221 |
Resolves: rhbz#594649
|
|
Harald Hoyer |
257221 |
- more password beauty (patch 142)
|
|
Harald Hoyer |
257221 |
Resolves: rhbz#561092
|
|
Harald Hoyer |
257221 |
- support multiple iSCSI disks (patch 143)
|
|
Harald Hoyer |
257221 |
Resolves: rbhz#580190
|
|
Harald Hoyer |
257221 |
- fixed selinux=0 (patch 130)
|
|
Harald Hoyer |
257221 |
Resolves: rhbz#593080
|
|
Harald Hoyer |
257221 |
- add support for booting LVM snapshot root volume (patch 145)
|
|
Harald Hoyer |
257221 |
Resolves: rbhz#602723
|
|
Harald Hoyer |
257221 |
- remove hardware field from BOOTIF= (patch 148)
|
|
Harald Hoyer |
257221 |
Resolves: rhbz#599593
|
|
Harald Hoyer |
257221 |
- add aes kernel modules and fix crypt handling (patch 137, patch 140 and patch 147)
|
|
Harald Hoyer |
257221 |
Resolves: rhbz#600170
|
|
Harald Hoyer |
257221 |
|
|
Harald Hoyer |
257221 |
* Thu May 27 2010 Harald Hoyer <harald@redhat.com>
|
|
Harald Hoyer |
257221 |
- fixed Requirements
|
|
Harald Hoyer |
257221 |
- fixed autoip6
|
|
Harald Hoyer |
257221 |
Resolves: rhbz#538388
|
|
Harald Hoyer |
257221 |
- fixed multipath
|
|
Harald Hoyer |
257221 |
Resolves: rhbz#595719
|
|
Harald Hoyer |
257221 |
|
|
Harald Hoyer |
257221 |
* Thu May 06 2010 Harald Hoyer <harald@redhat.com>
|
|
Harald Hoyer |
257221 |
- only display short password messages
|
|
Harald Hoyer |
257221 |
Resolves: rhbz#561092
|
|
Harald Hoyer |
257221 |
|
|
Harald Hoyer |
257221 |
* Thu May 06 2010 Harald Hoyer <harald@redhat.com>
|
|
Harald Hoyer |
257221 |
- fixed dracut manpages
|
|
Harald Hoyer |
257221 |
Resolves: rhbz#589109
|
|
Harald Hoyer |
257221 |
- use ccw-init and ccw rules from s390utils
|
|
Harald Hoyer |
257221 |
Resolves: rhbz#533494
|
|
Harald Hoyer |
257221 |
- fixed fcoe
|
|
Harald Hoyer |
257221 |
Resolves: rhbz#486244
|
|
Harald Hoyer |
257221 |
- various other bugfixes seen in Fedora
|
|
Harald Hoyer |
257221 |
|
|
Harald Hoyer |
257221 |
* Tue Apr 20 2010 Harald Hoyer <harald@redhat.com>
|
|
Harald Hoyer |
257221 |
- fixed network with multiple nics
|
|
Harald Hoyer |
257221 |
- fixed nfsidmap paths
|
|
Harald Hoyer |
257221 |
- do not run blkid on non active container raids
|
|
Harald Hoyer |
257221 |
- fixed cdrom polling mechanism
|
|
Harald Hoyer |
257221 |
- update to latest git
|
|
Harald Hoyer |
257221 |
|
|
Harald Hoyer |
257221 |
* Thu Apr 15 2010 Harald Hoyer <harald@redhat.com>
|
|
Harald Hoyer |
12f4d5 |
- fixed dracut manpages
|
|
Harald Hoyer |
12f4d5 |
- dmraid parse different error messages
|
|
Harald Hoyer |
12f4d5 |
- add cdrom polling mechanism for slow cdroms
|
|
Harald Hoyer |
12f4d5 |
- add module btrfs
|
|
Harald Hoyer |
12f4d5 |
- teach dmsquash live-root to use rootflags
|
|
Harald Hoyer |
12f4d5 |
- trigger udev with action=add
|
|
Harald Hoyer |
12f4d5 |
- fixed add_drivers handling
|
|
Harald Hoyer |
12f4d5 |
- add sr_mod
|
|
Harald Hoyer |
12f4d5 |
- use pigz instead of gzip, if available
|
|
Harald Hoyer |
12f4d5 |
|
|
Harald Hoyer |
257221 |
* Thu Mar 25 2010 Harald Hoyer <harald@redhat.com>
|
|
Harald Hoyer |
257221 |
- removed firmware requirements (rhbz#572634)
|
|
Harald Hoyer |
257221 |
- add /etc/dracut.conf.d
|
|
Harald Hoyer |
257221 |
- Resolves: rhbz#572634
|
|
Harald Hoyer |
257221 |
|
|
Harald Hoyer |
257221 |
* Fri Mar 19 2010 Harald Hoyer <harald@redhat.com>
|
|
Harald Hoyer |
f3773a |
- version 005
|
|
Harald Hoyer |
f3773a |
|
|
Harald Hoyer |
257221 |
* Fri Mar 19 2010 Harald Hoyer <harald@redhat.com>
|
|
Harald Hoyer |
257221 |
- fixed rpmlint errors (rhbz#570547)
|
|
Harald Hoyer |
257221 |
- removed firmware package from dracut-kernel (rhbz#572634)
|
|
Harald Hoyer |
257221 |
- add dcb support to dracut's FCoE support (rhbz#563794)
|
|
Harald Hoyer |
257221 |
- force install some modules in hostonly mode (rhbz#573094)
|
|
Harald Hoyer |
257221 |
- various other bugfixes
|
|
Harald Hoyer |
257221 |
- Resolves: rhbz#570547, rhbz#572634, rhbz#563794, rhbz#573094
|
|
Harald Hoyer |
257221 |
|
|
Harald Hoyer |
257221 |
* Thu Feb 18 2010 Harald Hoyer <harald@redhat.com> 004-15
|
|
Harald Hoyer |
257221 |
- fixed "selinux=0" booting (rhbz#566376)
|
|
Harald Hoyer |
257221 |
- fixed internal IFS handling
|
|
Harald Hoyer |
257221 |
- Resolves: rhbz#566376
|
|
Harald Hoyer |
257221 |
|
|
Harald Hoyer |
a4fab5 |
* Fri Jan 29 2010 Harald Hoyer <harald@redhat.com> 004-5
|
|
Harald Hoyer |
a4fab5 |
- fixed firmware.sh bug (#559975 #559597)
|
|
Harald Hoyer |
a4fab5 |
|
|
Harald Hoyer |
a4fab5 |
* Tue Jan 26 2010 Harald Hoyer <harald@redhat.com> 004-4
|
|
Harald Hoyer |
a4fab5 |
- add multipath check
|
|
Harald Hoyer |
a4fab5 |
|
|
Harald Hoyer |
a4fab5 |
* Tue Jan 26 2010 Harald Hoyer <harald@redhat.com> 004-3
|
|
Harald Hoyer |
a4fab5 |
- fix selinux handling if .autorelabel is present
|
|
Harald Hoyer |
a4fab5 |
- Resolves: rhbz#557744
|
|
Harald Hoyer |
a4fab5 |
|
|
Harald Hoyer |
a4fab5 |
* Wed Jan 20 2010 Harald Hoyer <harald@redhat.com> 004-2
|
|
Harald Hoyer |
a4fab5 |
- fix emergency_shell argument parsing
|
|
Harald Hoyer |
a4fab5 |
- Related: rhbz#543948
|
|
Harald Hoyer |
a4fab5 |
|
|
Harald Hoyer |
1b7b01 |
* Fri Jan 15 2010 Harald Hoyer <harald@redhat.com> 004-1
|
|
Harald Hoyer |
1b7b01 |
- version 004
|
|
Harald Hoyer |
1b7b01 |
- Resolves: rhbz#529339 rhbz#533494 rhbz#548550
|
|
Harald Hoyer |
1b7b01 |
- Resolves: rhbz#548555 rhbz#553195
|
|
Harald Hoyer |
1b7b01 |
|
|
Harald Hoyer |
1b7b01 |
* Wed Jan 13 2010 Harald Hoyer <harald@redhat.com> 003-3
|
|
Harald Hoyer |
1b7b01 |
- add Obsoletes of mkinitrd/nash/libbdevid-python
|
|
Harald Hoyer |
1b7b01 |
- Related: rhbz#543948
|
|
Harald Hoyer |
1b7b01 |
|
|
Warren Togami |
318433 |
* Wed Jan 13 2010 Warren Togami <wtogami@redhat.com> 003-2
|
|
Warren Togami |
7cfff1 |
- nbd is Fedora only
|
|
Warren Togami |
7cfff1 |
|
|
Harald Hoyer |
348aae |
* Fri Nov 27 2009 Harald Hoyer <harald@redhat.com> 003-1
|
|
Harald Hoyer |
348aae |
- version 003
|
|
Harald Hoyer |
348aae |
|
|
Harald Hoyer |
348aae |
* Mon Nov 23 2009 Harald Hoyer <harald@redhat.com> 002-26
|
|
Harald Hoyer |
348aae |
- add WITH_SWITCH_ROOT make flag
|
|
Harald Hoyer |
348aae |
- add fips requirement conditional
|
|
Harald Hoyer |
348aae |
- add more device mapper modules (bug #539656)
|
|
Harald Hoyer |
348aae |
|
|
Harald Hoyer |
348aae |
* Fri Nov 20 2009 Dennis Gregorovic <dgregor@redhat.com> - 002-25.1
|
|
Harald Hoyer |
348aae |
- nss changes for Alpha 3
|
|
Harald Hoyer |
348aae |
|
|
Harald Hoyer |
fecda7 |
* Thu Nov 19 2009 Harald Hoyer <harald@redhat.com> 002-25
|
|
Harald Hoyer |
fecda7 |
- add more requirements for dracut-fips (bug #539257)
|
|
Harald Hoyer |
fecda7 |
|
|
Harald Hoyer |
a8cc47 |
* Tue Nov 17 2009 Harald Hoyer <harald@redhat.com> 002-24
|
|
Harald Hoyer |
a8cc47 |
- put fips module in a subpackage (bug #537619)
|
|
Harald Hoyer |
a8cc47 |
|
|
Harald Hoyer |
be551b |
* Tue Nov 17 2009 Harald Hoyer <harald@redhat.com> 002-23
|
|
Harald Hoyer |
be551b |
- install xdr utils for multipath (bug #463458)
|
|
Harald Hoyer |
be551b |
|
|
Harald Hoyer |
b29338 |
* Thu Nov 12 2009 Harald Hoyer <harald@redhat.com> 002-22
|
|
Harald Hoyer |
b29338 |
- add module 90multipath
|
|
Harald Hoyer |
b29338 |
- add module 01fips
|
|
Harald Hoyer |
b29338 |
- renamed module 95ccw to 95znet (bug #533833)
|
|
Harald Hoyer |
b29338 |
- crypt: ignore devices in /etc/crypttab (root is not in there)
|
|
Harald Hoyer |
b29338 |
- dasd: only install /etc/dasd.conf in hostonly mode (bug #533833)
|
|
Harald Hoyer |
b29338 |
- zfcp: only install /etc/zfcp.conf in hostonly mode (bug #533833)
|
|
Harald Hoyer |
b29338 |
- kernel-modules: add scsi_dh scsi_dh_rdac scsi_dh_emc (bug #527750)
|
|
Harald Hoyer |
b29338 |
- dasd: use dasdconf.sh from s390utils (bug #533833)
|
|
Harald Hoyer |
b29338 |
|
|
Harald Hoyer |
3164e0 |
* Fri Nov 06 2009 Harald Hoyer <harald@redhat.com> 002-21
|
|
Harald Hoyer |
3164e0 |
- fix rd_DASD argument handling (bug #531720)
|
|
Harald Hoyer |
3164e0 |
- Resolves: rhbz#531720
|
|
Harald Hoyer |
3164e0 |
|
|
Harald Hoyer |
3164e0 |
* Wed Nov 04 2009 Harald Hoyer <harald@redhat.com> 002-20
|
|
Harald Hoyer |
3164e0 |
- fix rd_DASD argument handling (bug #531720)
|
|
Harald Hoyer |
3164e0 |
- Resolves: rhbz#531720
|
|
Harald Hoyer |
3164e0 |
|
|
Harald Hoyer |
b70aa4 |
* Tue Nov 03 2009 Harald Hoyer <harald@redhat.com> 002-19
|
|
Harald Hoyer |
b70aa4 |
- changed rd_DASD to rd_DASD_MOD (bug #531720)
|
|
Harald Hoyer |
b70aa4 |
- Resolves: rhbz#531720
|
|
Harald Hoyer |
b70aa4 |
|
|
Harald Hoyer |
ba51b7 |
* Tue Oct 27 2009 Harald Hoyer <harald@redhat.com> 002-18
|
|
Harald Hoyer |
ba51b7 |
- renamed lvm/device-mapper udev rules according to upstream changes
|
|
Harald Hoyer |
ba51b7 |
- fixed dracut search path issue
|
|
Harald Hoyer |
ba51b7 |
|
|
Harald Hoyer |
105b5b |
* Mon Oct 26 2009 Harald Hoyer <harald@redhat.com> 002-17
|
|
Harald Hoyer |
105b5b |
- load dm_mod module (bug #530540)
|
|
Harald Hoyer |
105b5b |
|
|
Jesse Keating |
f756b7 |
* Fri Oct 09 2009 Jesse Keating <jkeating@redhat.com> - 002-16
|
|
Jesse Keating |
f756b7 |
- Upgrade plymouth to Requires(pre) to make it show up before kernel
|
|
Jesse Keating |
f756b7 |
|
|
Harald Hoyer |
b78d1f |
* Thu Oct 08 2009 Harald Hoyer <harald@redhat.com> 002-15
|
|
Harald Hoyer |
b78d1f |
- s390 ccw: s/layer1/layer2/g
|
|
Harald Hoyer |
b78d1f |
|
|
Harald Hoyer |
501bcb |
* Thu Oct 08 2009 Harald Hoyer <harald@redhat.com> 002-14
|
|
Harald Hoyer |
501bcb |
- add multinic support
|
|
Harald Hoyer |
501bcb |
- add s390 zfcp support
|
|
Harald Hoyer |
501bcb |
- add s390 network support
|
|
Harald Hoyer |
501bcb |
|
|
Harald Hoyer |
501bcb |
* Wed Oct 07 2009 Harald Hoyer <harald@redhat.com> 002-13
|
|
Harald Hoyer |
501bcb |
- fixed init=<command> handling
|
|
Harald Hoyer |
501bcb |
- kill loginit if "rdinitdebug" specified
|
|
Harald Hoyer |
501bcb |
- run dmsquash-live-root after udev has settled (bug #527514)
|
|
Harald Hoyer |
501bcb |
|
|
Harald Hoyer |
501bcb |
* Tue Oct 06 2009 Harald Hoyer <harald@redhat.com> 002-12
|
|
Harald Hoyer |
501bcb |
- add missing loginit helper
|
|
Harald Hoyer |
501bcb |
- corrected dracut manpage
|
|
Harald Hoyer |
501bcb |
|
|
Harald Hoyer |
501bcb |
* Thu Oct 01 2009 Harald Hoyer <harald@redhat.com> 002-11
|
|
Harald Hoyer |
501bcb |
- fixed dracut-gencmdline for root=UUID or LABEL
|
|
Harald Hoyer |
501bcb |
|
|
Harald Hoyer |
501bcb |
* Thu Oct 01 2009 Harald Hoyer <harald@redhat.com> 002-10
|
|
Harald Hoyer |
501bcb |
- do not destroy assembled raid arrays if mdadm.conf present
|
|
Harald Hoyer |
501bcb |
- mount /dev/shm
|
|
Harald Hoyer |
501bcb |
- let udevd not resolve group and user names
|
|
Harald Hoyer |
501bcb |
- preserve timestamps of tools on initramfs generation
|
|
Harald Hoyer |
501bcb |
- generate symlinks for binaries correctly
|
|
Harald Hoyer |
501bcb |
- moved network from udev to initqueue
|
|
Harald Hoyer |
501bcb |
- mount nfs3 with nfsvers=3 option and retry with nfsvers=2
|
|
Harald Hoyer |
501bcb |
- fixed nbd initqueue-finished
|
|
Harald Hoyer |
501bcb |
- improved debug output: specifying "rdinitdebug" now logs
|
|
Harald Hoyer |
501bcb |
to dmesg, console and /init.log
|
|
Harald Hoyer |
501bcb |
- stop udev before killing it
|
|
Harald Hoyer |
501bcb |
- add ghost /var/log/dracut.log
|
|
Harald Hoyer |
501bcb |
- dmsquash: use info() and die() rather than echo
|
|
Harald Hoyer |
501bcb |
- strip kernel modules which have no x bit set
|
|
Harald Hoyer |
501bcb |
- redirect stdin, stdout, stderr all RW to /dev/console
|
|
Harald Hoyer |
501bcb |
so the user can use "less" to view /init.log and dmesg
|
|
Harald Hoyer |
501bcb |
|
|
Harald Hoyer |
f1307a |
* Tue Sep 29 2009 Harald Hoyer <harald@redhat.com> 002-9
|
|
Harald Hoyer |
f1307a |
- make install of new dm/lvm udev rules optionally
|
|
Harald Hoyer |
f1307a |
- correct dasd module typo
|
|
Harald Hoyer |
f1307a |
|
|
Warren Togami |
6a92c7 |
* Fri Sep 25 2009 Warren Togami <wtogami@redhat.com> 002-8
|
|
Warren Togami |
6a92c7 |
- revert back to dracut-002-5 tarball 845dd502
|
|
Warren Togami |
6a92c7 |
lvm2 was reverted to pre-udev
|
|
Warren Togami |
6a92c7 |
|
|
Harald Hoyer |
f1307a |
* Wed Sep 23 2009 Harald Hoyer <harald@redhat.com> 002-7
|
|
Harald Hoyer |
ed5b8b |
- build with the correct tarball
|
|
Harald Hoyer |
ed5b8b |
|
|
Harald Hoyer |
f1307a |
* Wed Sep 23 2009 Harald Hoyer <harald@redhat.com> 002-6
|
|
Harald Hoyer |
f5dfae |
- add new device mapper udev rules and dmeventd
|
|
Harald Hoyer |
f5dfae |
bug 525319, 525015
|
|
Harald Hoyer |
f5dfae |
|
|
Warren Togami |
b5c290 |
* Wed Sep 23 2009 Warren Togami <wtogami@redaht.com> 002-5
|
|
Warren Togami |
b5c290 |
- Revert back to -3, Add umount back to initrd
|
|
Warren Togami |
b5c290 |
This makes no functional difference to LiveCD. See Bug #525319
|
|
Warren Togami |
b5c290 |
|
|
Warren Togami |
9a6f99 |
* Mon Sep 21 2009 Warren Togami <wtogami@redhat.com> 002-4
|
|
Warren Togami |
9a6f99 |
- Fix LiveCD boot regression
|
|
Warren Togami |
9a6f99 |
|
|
Harald Hoyer |
4fe849 |
* Mon Sep 21 2009 Harald Hoyer <harald@redhat.com> 002-3
|
|
Harald Hoyer |
4fe849 |
- bail out if selinux policy could not be loaded and
|
|
Harald Hoyer |
4fe849 |
selinux=0 not specified on kernel command line
|
|
Harald Hoyer |
4fe849 |
(bug #524113)
|
|
Harald Hoyer |
4fe849 |
- set finished criteria for dmsquash live images
|
|
Harald Hoyer |
4fe849 |
|
|
Harald Hoyer |
0e9ddc |
* Fri Sep 18 2009 Harald Hoyer <harald@redhat.com> 002-2
|
|
Harald Hoyer |
0e9ddc |
- do not cleanup dmraids
|
|
Harald Hoyer |
0e9ddc |
- copy over lvm.conf
|
|
Harald Hoyer |
0e9ddc |
|
|
Harald Hoyer |
3b75f2 |
* Thu Sep 17 2009 Harald Hoyer <harald@redhat.com> 002-1
|
|
Harald Hoyer |
3b75f2 |
- version 002
|
|
Harald Hoyer |
3b75f2 |
- set correct PATH
|
|
Harald Hoyer |
3b75f2 |
- workaround for broken mdmon implementation
|
|
Harald Hoyer |
3b75f2 |
|
|
Harald Hoyer |
d98ab2 |
* Wed Sep 16 2009 Harald Hoyer <harald@redhat.com> 001-12
|
|
Harald Hoyer |
d98ab2 |
- removed lvm/mdraid/dmraid lock files
|
|
Harald Hoyer |
d98ab2 |
- add missing ifname= files
|
|
Harald Hoyer |
d98ab2 |
|
|
Harald Hoyer |
d98ab2 |
* Wed Sep 16 2009 Harald Hoyer <harald@redhat.com> 001-11
|
|
Harald Hoyer |
d98ab2 |
- generate dracut-version during rpm build time
|
|
Harald Hoyer |
d98ab2 |
|
|
Harald Hoyer |
d98ab2 |
* Tue Sep 15 2009 Harald Hoyer <harald@redhat.com> 001-10
|
|
Harald Hoyer |
d98ab2 |
- add ifname= argument for persistent netdev names
|
|
Harald Hoyer |
d98ab2 |
- new /initqueue-finished to check if the main loop can be left
|
|
Harald Hoyer |
d98ab2 |
- copy mdadm.conf if --mdadmconf set or mdadmconf in dracut.conf
|
|
Harald Hoyer |
d98ab2 |
|
|
Harald Hoyer |
d98ab2 |
* Wed Sep 09 2009 Harald Hoyer <harald@redhat.com> 001-9
|
|
Harald Hoyer |
5a9298 |
- added Requires: plymouth-scripts
|
|
Harald Hoyer |
5a9298 |
|
|
Harald Hoyer |
5a9298 |
* Wed Sep 09 2009 Harald Hoyer <harald@redhat.com> 001-8
|
|
Harald Hoyer |
cd7a9b |
- plymouth: use plymouth-populate-initrd
|
|
Harald Hoyer |
cd7a9b |
- add add_drivers for dracut and dracut.conf
|
|
Harald Hoyer |
cd7a9b |
- do not mount /proc and /selinux manually in selinux-load-policy
|
|
Harald Hoyer |
cd7a9b |
|
|
Harald Hoyer |
1184fd |
* Wed Sep 09 2009 Harald Hoyer <harald@redhat.com> 001-7
|
|
Harald Hoyer |
1184fd |
- add scsi_wait_scan to be sure everything was scanned
|
|
Harald Hoyer |
1184fd |
|
|
Harald Hoyer |
8c4725 |
* Tue Sep 08 2009 Harald Hoyer <harald@redhat.com> 001-6
|
|
Harald Hoyer |
8c4725 |
- fixed several problems with md raid containers
|
|
Harald Hoyer |
8c4725 |
- fixed selinux policy loading
|
|
Harald Hoyer |
8c4725 |
|
|
Harald Hoyer |
d0b3b5 |
* Tue Sep 08 2009 Harald Hoyer <harald@redhat.com> 001-5
|
|
Harald Hoyer |
d0b3b5 |
- patch does not honor file modes, fixed them manually
|
|
Harald Hoyer |
d0b3b5 |
|
|
Harald Hoyer |
3fb223 |
* Mon Sep 07 2009 Harald Hoyer <harald@redhat.com> 001-4
|
|
Harald Hoyer |
3fb223 |
- fixed mdraid for IMSM
|
|
Harald Hoyer |
3fb223 |
|
|
Harald Hoyer |
d3fc76 |
* Mon Sep 07 2009 Harald Hoyer <harald@redhat.com> 001-3
|
|
Harald Hoyer |
d3fc76 |
- fixed bug, which prevents installing 61-persistent-storage.rules (bug #520109)
|
|
Harald Hoyer |
d3fc76 |
|
|
Harald Hoyer |
831665 |
* Thu Sep 03 2009 Harald Hoyer <harald@redhat.com> 001-2
|
|
Harald Hoyer |
831665 |
- fixed missing grep for md
|
|
Harald Hoyer |
831665 |
- reorder cleanup
|
|
Harald Hoyer |
831665 |
|
|
Harald Hoyer |
c518b6 |
* Wed Sep 02 2009 Harald Hoyer <harald@redhat.com> 001-1
|
|
Harald Hoyer |
c518b6 |
- version 001
|
|
Harald Hoyer |
c518b6 |
- see http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=blob_plain;f=NEWS
|
|
Harald Hoyer |
dc6040 |
|
|
Harald Hoyer |
cfcf7c |
* Fri Aug 14 2009 Harald Hoyer <harald@redhat.com> 0.9-1
|
|
Harald Hoyer |
cfcf7c |
- version 0.9
|
|
Harald Hoyer |
cfcf7c |
|
|
Harald Hoyer |
03ea5a |
* Thu Aug 06 2009 Harald Hoyer <harald@redhat.com> 0.8-1
|
|
Harald Hoyer |
03ea5a |
- version 0.8
|
|
Harald Hoyer |
c518b6 |
- see http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=blob_plain;f=NEWS
|
|
Harald Hoyer |
b85672 |
|
|
Harald Hoyer |
a04253 |
* Fri Jul 24 2009 Harald Hoyer <harald@redhat.com> 0.7-1
|
|
Harald Hoyer |
a04253 |
- version 0.7
|
|
Harald Hoyer |
c518b6 |
- see http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=blob_plain;f=NEWS
|
|
Harald Hoyer |
a04253 |
|
|
Harald Hoyer |
a04253 |
* Wed Jul 22 2009 Harald Hoyer <harald@redhat.com> 0.6-1
|
|
Harald Hoyer |
a04253 |
- version 0.6
|
|
Harald Hoyer |
c518b6 |
- see http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=blob_plain;f=NEWS
|
|
Jesse Keating |
e82e01 |
|
|
Harald Hoyer |
d3fe3a |
* Fri Jul 17 2009 Harald Hoyer <harald@redhat.com> 0.5-1
|
|
Harald Hoyer |
d3fe3a |
- version 0.5
|
|
Harald Hoyer |
c518b6 |
- see http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=blob_plain;f=NEWS
|
|
Harald Hoyer |
d3fe3a |
|
|
Harald Hoyer |
bee922 |
* Sat Jul 04 2009 Harald Hoyer <harald@redhat.com> 0.4-1
|
|
Harald Hoyer |
bee922 |
- version 0.4
|
|
Harald Hoyer |
c518b6 |
- see http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=blob_plain;f=NEWS
|
|
Harald Hoyer |
bee922 |
|
|
Harald Hoyer |
571e83 |
* Thu Jul 02 2009 Harald Hoyer <harald@redhat.com> 0.3-1
|
|
Harald Hoyer |
571e83 |
- version 0.3
|
|
Harald Hoyer |
c518b6 |
- see http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=blob_plain;f=NEWS
|
|
Harald Hoyer |
571e83 |
|
|
Harald Hoyer |
ef5195 |
* Wed Jul 01 2009 Harald Hoyer <harald@redhat.com> 0.2-1
|
|
Harald Hoyer |
ef5195 |
- version 0.2
|
|
Harald Hoyer |
ef5195 |
|
|
Harald Hoyer |
ef5195 |
* Fri Jun 19 2009 Harald Hoyer <harald@redhat.com> 0.1-1
|
|
Harald Hoyer |
ef5195 |
- first release
|
|
Harald Hoyer |
ef5195 |
|
|
Harald Hoyer |
ef5195 |
* Thu Dec 18 2008 Jeremy Katz <katzj@redhat.com> - 0.0-1
|
|
Harald Hoyer |
ef5195 |
- Initial build
|