You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
481 lines
15 KiB
481 lines
15 KiB
![]()
13 years ago
|
%define dracutlibdir %{_prefix}/lib/dracut
|
||
![]()
11 years ago
|
%bcond_without doc
|
||
![]()
13 years ago
|
|
||
![]()
10 years ago
|
# We ship a .pc file but don't want to have a dep on pkg-config. We
|
||
|
# strip the automatically generated dep here and instead co-own the
|
||
|
# directory.
|
||
|
%global __requires_exclude pkg-config
|
||
![]()
8 years ago
|
%define dist_free_release xxx
|
||
|
|
||
![]()
16 years ago
|
Name: dracut
|
||
![]()
14 years ago
|
Version: xxx
|
||
![]()
8 years ago
|
Release: %{dist_free_release}%{?dist}
|
||
![]()
15 years ago
|
|
||
![]()
16 years ago
|
Summary: Initramfs generator using udev
|
||
![]()
13 years ago
|
%if 0%{?fedora} || 0%{?rhel}
|
||
![]()
14 years ago
|
Group: System Environment/Base
|
||
![]()
15 years ago
|
%endif
|
||
![]()
15 years ago
|
%if 0%{?suse_version}
|
||
![]()
15 years ago
|
Group: System/Base
|
||
|
%endif
|
||
![]()
13 years ago
|
|
||
|
# The entire source code is GPLv2+
|
||
![]()
12 years ago
|
# except install/* which is LGPLv2+
|
||
![]()
4 years ago
|
# except util/* which is GPLv2
|
||
|
License: GPLv2+ and LGPLv2+ and GPLv2
|
||
![]()
13 years ago
|
|
||
![]()
14 years ago
|
URL: https://dracut.wiki.kernel.org/
|
||
![]()
13 years ago
|
|
||
![]()
14 years ago
|
# Source can be generated by
|
||
![]()
8 years ago
|
# http://git.kernel.org/?p=boot/dracut/dracut.git;a=snapshot;h=%%{version};sf=tgz
|
||
![]()
11 years ago
|
Source0: http://www.kernel.org/pub/linux/utils/boot/dracut/dracut-%{version}.tar.xz
|
||
![]()
11 years ago
|
Source1: https://www.gnu.org/licenses/lgpl-2.1.txt
|
||
|
|
||
![]()
7 years ago
|
BuildRequires: bash
|
||
![]()
4 years ago
|
BuildRequires: git-core
|
||
![]()
6 years ago
|
BuildRequires: pkgconfig(libkmod) >= 23
|
||
![]()
7 years ago
|
BuildRequires: gcc
|
||
![]()
13 years ago
|
|
||
![]()
13 years ago
|
%if 0%{?fedora} || 0%{?rhel}
|
||
![]()
12 years ago
|
BuildRequires: pkgconfig
|
||
![]()
7 years ago
|
BuildRequires: systemd
|
||
![]()
12 years ago
|
%endif
|
||
|
%if 0%{?fedora}
|
||
![]()
12 years ago
|
BuildRequires: bash-completion
|
||
![]()
15 years ago
|
%endif
|
||
![]()
12 years ago
|
|
||
![]()
11 years ago
|
%if %{with doc}
|
||
![]()
13 years ago
|
%if 0%{?fedora} || 0%{?rhel}
|
||
![]()
15 years ago
|
BuildRequires: docbook-style-xsl docbook-dtds libxslt
|
||
|
%endif
|
||
|
|
||
![]()
15 years ago
|
%if 0%{?suse_version}
|
||
![]()
7 years ago
|
BuildRequires: docbook-xsl-stylesheets libxslt
|
||
![]()
15 years ago
|
%endif
|
||
![]()
15 years ago
|
|
||
![]()
13 years ago
|
BuildRequires: asciidoc
|
||
![]()
11 years ago
|
%endif
|
||
|
|
||
![]()
7 years ago
|
Obsoletes: dracut-fips <= 047
|
||
|
Provides: dracut-fips = %{version}-%{release}
|
||
|
Obsoletes: dracut-fips-aesni <= 047
|
||
|
Provides: dracut-fips-aesni = %{version}-%{release}
|
||
|
|
||
![]()
12 years ago
|
Requires: bash >= 4
|
||
![]()
16 years ago
|
Requires: coreutils
|
||
![]()
15 years ago
|
Requires: cpio
|
||
|
Requires: filesystem >= 2.1.0
|
||
![]()
16 years ago
|
Requires: findutils
|
||
|
Requires: grep
|
||
![]()
12 years ago
|
Requires: kmod
|
||
![]()
15 years ago
|
Requires: sed
|
||
![]()
10 years ago
|
Requires: xz
|
||
|
Requires: gzip
|
||
![]()
10 years ago
|
|
||
![]()
7 years ago
|
%if 0%{?fedora} || 0%{?rhel}
|
||
![]()
5 years ago
|
Recommends: memstrack
|
||
![]()
10 years ago
|
Recommends: hardlink
|
||
![]()
10 years ago
|
Recommends: pigz
|
||
![]()
10 years ago
|
Recommends: kpartx
|
||
![]()
13 years ago
|
Requires: util-linux >= 2.21
|
||
![]()
10 years ago
|
Requires: systemd >= 219
|
||
![]()
8 years ago
|
Requires: systemd-udev >= 219
|
||
![]()
12 years ago
|
Requires: procps-ng
|
||
![]()
13 years ago
|
%else
|
||
![]()
7 years ago
|
Requires: hardlink
|
||
|
Requires: gzip
|
||
|
Requires: kpartx
|
||
![]()
12 years ago
|
Requires: udev > 166
|
||
![]()
13 years ago
|
Requires: util-linux-ng >= 2.21
|
||
![]()
13 years ago
|
%endif
|
||
![]()
15 years ago
|
|
||
![]()
7 years ago
|
%if 0%{?fedora} || 0%{?rhel} || 0%{?suse_version}
|
||
![]()
7 years ago
|
Requires: libkcapi-hmaccalc
|
||
![]()
7 years ago
|
%endif
|
||
|
|
||
![]()
16 years ago
|
%description
|
||
![]()
7 years ago
|
dracut contains tools to create bootable initramfses for the Linux
|
||
![]()
5 years ago
|
kernel. Unlike other implementations, dracut hard-codes as little
|
||
![]()
7 years ago
|
as possible into the initramfs. dracut contains various modules which
|
||
|
are driven by the event-based udev. Having root on MD, DM, LVM2, LUKS
|
||
|
is supported as well as NFS, iSCSI, NBD, FCoE with the dracut-network
|
||
|
package.
|
||
![]()
16 years ago
|
|
||
![]()
16 years ago
|
%package network
|
||
![]()
13 years ago
|
Summary: dracut modules to build a dracut initramfs with network support
|
||
![]()
8 years ago
|
%if 0%{?_module_build}
|
||
|
# In the module-build-service, we have pieces of dracut provided by different
|
||
|
# modules ("base-runtime" provides most functionality, but we need
|
||
|
# dracut-network in "installer". Since these two modules build with separate
|
||
|
# dist-tags, we need to reduce this strict requirement to ignore the dist-tag.
|
||
|
Requires: %{name} >= %{version}-%{dist_free_release}
|
||
|
%else
|
||
![]()
16 years ago
|
Requires: %{name} = %{version}-%{release}
|
||
![]()
8 years ago
|
%endif
|
||
![]()
12 years ago
|
Requires: iputils
|
||
|
Requires: iproute
|
||
![]()
5 years ago
|
Requires: (NetworkManager >= 1.20 or dhclient)
|
||
|
Suggests: NetworkManager
|
||
![]()
15 years ago
|
Obsoletes: dracut-generic < 008
|
||
|
Provides: dracut-generic = %{version}-%{release}
|
||
![]()
16 years ago
|
|
||
|
%description network
|
||
|
This package requires everything which is needed to build a generic
|
||
|
all purpose initramfs with network support with dracut.
|
||
|
|
||
![]()
14 years ago
|
%package caps
|
||
![]()
13 years ago
|
Summary: dracut modules to build a dracut initramfs which drops capabilities
|
||
![]()
14 years ago
|
Requires: %{name} = %{version}-%{release}
|
||
|
Requires: libcap
|
||
|
|
||
|
%description caps
|
||
|
This package requires everything which is needed to build an
|
||
![]()
12 years ago
|
initramfs with dracut, which drops capabilities.
|
||
![]()
14 years ago
|
|
||
![]()
10 years ago
|
%package live
|
||
|
Summary: dracut modules to build a dracut initramfs with live image capabilities
|
||
![]()
8 years ago
|
%if 0%{?_module_build}
|
||
|
# See the network subpackage comment.
|
||
|
Requires: %{name} >= %{version}-%{dist_free_release}
|
||
|
%else
|
||
![]()
10 years ago
|
Requires: %{name} = %{version}-%{release}
|
||
![]()
8 years ago
|
%endif
|
||
![]()
10 years ago
|
Requires: %{name}-network = %{version}-%{release}
|
||
|
Requires: tar gzip coreutils bash device-mapper curl
|
||
![]()
7 years ago
|
%if 0%{?fedora}
|
||
|
Requires: fuse ntfs-3g
|
||
|
%endif
|
||
![]()
10 years ago
|
|
||
|
%description live
|
||
|
This package requires everything which is needed to build an
|
||
|
initramfs with dracut, with live image capabilities, like Live CDs.
|
||
|
|
||
![]()
12 years ago
|
%package config-generic
|
||
![]()
12 years ago
|
Summary: dracut configuration to turn off hostonly image generation
|
||
|
Requires: %{name} = %{version}-%{release}
|
||
![]()
8 years ago
|
Obsoletes: dracut-nohostonly < 030
|
||
|
Provides: dracut-nohostonly = %{version}-%{release}
|
||
![]()
12 years ago
|
|
||
![]()
12 years ago
|
%description config-generic
|
||
![]()
12 years ago
|
This package provides the configuration to turn off the host specific initramfs
|
||
![]()
12 years ago
|
generation with dracut and generates a generic image by default.
|
||
![]()
12 years ago
|
|
||
![]()
12 years ago
|
%package config-rescue
|
||
|
Summary: dracut configuration to turn on rescue image generation
|
||
![]()
12 years ago
|
Requires: %{name} = %{version}-%{release}
|
||
![]()
8 years ago
|
Obsoletes: dracut < 030
|
||
![]()
12 years ago
|
|
||
![]()
12 years ago
|
%description config-rescue
|
||
|
This package provides the configuration to turn on the rescue initramfs
|
||
![]()
12 years ago
|
generation with dracut.
|
||
|
|
||
![]()
16 years ago
|
%package tools
|
||
![]()
13 years ago
|
Summary: dracut tools to build the local initramfs
|
||
![]()
15 years ago
|
Requires: %{name} = %{version}-%{release}
|
||
![]()
16 years ago
|
|
||
|
%description tools
|
||
|
This package contains tools to assemble the local initrd and host configuration.
|
||
|
|
||
![]()
7 years ago
|
%package squash
|
||
|
Summary: dracut module to build an initramfs with most files in a squashfs image
|
||
|
Requires: %{name} = %{version}-%{release}
|
||
![]()
7 years ago
|
Requires: squashfs-tools
|
||
![]()
7 years ago
|
|
||
|
%description squash
|
||
|
This package provides a dracut module to build an initramfs, but store most files
|
||
|
in a squashfs image, result in a smaller initramfs size and reduce runtime memory
|
||
|
usage.
|
||
|
|
||
![]()
16 years ago
|
%prep
|
||
![]()
10 years ago
|
%autosetup -n %{name}-%{version} -S git_am
|
||
![]()
11 years ago
|
cp %{SOURCE1} .
|
||
![]()
13 years ago
|
|
||
![]()
16 years ago
|
%build
|
||
![]()
9 years ago
|
%configure --systemdsystemunitdir=%{_unitdir} \
|
||
|
--bashcompletiondir=$(pkg-config --variable=completionsdir bash-completion) \
|
||
|
--libdir=%{_prefix}/lib \
|
||
![]()
11 years ago
|
%if %{without doc}
|
||
![]()
9 years ago
|
--disable-documentation \
|
||
![]()
11 years ago
|
%endif
|
||
![]()
9 years ago
|
${NULL}
|
||
![]()
12 years ago
|
|
||
![]()
4 years ago
|
%make_build
|
||
![]()
16 years ago
|
|
||
|
%install
|
||
![]()
4 years ago
|
%make_install %{?_smp_mflags} \
|
||
![]()
12 years ago
|
libdir=%{_prefix}/lib
|
||
![]()
16 years ago
|
|
||
![]()
13 years ago
|
echo "DRACUT_VERSION=%{version}-%{release}" > $RPM_BUILD_ROOT/%{dracutlibdir}/dracut-version.sh
|
||
![]()
15 years ago
|
|
||
![]()
13 years ago
|
%if 0%{?fedora} == 0 && 0%{?rhel} == 0 && 0%{?suse_version} == 0
|
||
![]()
12 years ago
|
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/01fips
|
||
![]()
15 years ago
|
%endif
|
||
|
|
||
![]()
13 years ago
|
# we do not support dash in the initramfs
|
||
![]()
12 years ago
|
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/00dash
|
||
![]()
13 years ago
|
|
||
![]()
6 years ago
|
# we do not support mksh in the initramfs
|
||
|
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/00mksh
|
||
|
|
||
![]()
15 years ago
|
# remove gentoo specific modules
|
||
![]()
12 years ago
|
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/50gensplash
|
||
![]()
16 years ago
|
|
||
![]()
13 years ago
|
%if %{defined _unitdir}
|
||
|
# with systemd IMA and selinux modules do not make sense
|
||
![]()
12 years ago
|
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/96securityfs
|
||
|
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/97masterkey
|
||
|
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/98integrity
|
||
![]()
13 years ago
|
%endif
|
||
|
|
||
![]()
7 years ago
|
%ifnarch s390 s390x
|
||
![]()
7 years ago
|
# remove architecture specific modules
|
||
|
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/80cms
|
||
![]()
7 years ago
|
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/81cio_ignore
|
||
![]()
7 years ago
|
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/91zipl
|
||
|
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/95dasd
|
||
|
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/95dasd_mod
|
||
|
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/95dasd_rules
|
||
|
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/95dcssblk
|
||
![]()
7 years ago
|
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/95qeth_rules
|
||
![]()
7 years ago
|
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/95zfcp
|
||
|
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/95zfcp_rules
|
||
|
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/95znet
|
||
![]()
7 years ago
|
%else
|
||
|
rm -fr -- $RPM_BUILD_ROOT/%{dracutlibdir}/modules.d/00warpclock
|
||
![]()
7 years ago
|
%endif
|
||
|
|
||
![]()
16 years ago
|
mkdir -p $RPM_BUILD_ROOT/boot/dracut
|
||
|
mkdir -p $RPM_BUILD_ROOT/var/lib/dracut/overlay
|
||
![]()
16 years ago
|
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/log
|
||
|
touch $RPM_BUILD_ROOT%{_localstatedir}/log/dracut.log
|
||
![]()
14 years ago
|
mkdir -p $RPM_BUILD_ROOT%{_sharedstatedir}/initramfs
|
||
![]()
16 years ago
|
|
||
![]()
11 years ago
|
%if 0%{?fedora} || 0%{?rhel}
|
||
![]()
12 years ago
|
install -m 0644 dracut.conf.d/fedora.conf.example $RPM_BUILD_ROOT%{dracutlibdir}/dracut.conf.d/01-dist.conf
|
||
![]()
15 years ago
|
%endif
|
||
![]()
15 years ago
|
%if 0%{?suse_version}
|
||
![]()
12 years ago
|
install -m 0644 dracut.conf.d/suse.conf.example $RPM_BUILD_ROOT%{dracutlibdir}/dracut.conf.d/01-dist.conf
|
||
![]()
6 years ago
|
%else
|
||
|
rm -f $RPM_BUILD_ROOT%{_mandir}/man?/*suse*
|
||
![]()
15 years ago
|
%endif
|
||
|
|
||
![]()
7 years ago
|
%if 0%{?fedora} == 0 && 0%{?rhel} == 0 && 0%{?suse_version} <= 9999
|
||
![]()
12 years ago
|
rm -f -- $RPM_BUILD_ROOT%{_bindir}/lsinitrd
|
||
![]()
6 years ago
|
rm -f -- $RPM_BUILD_ROOT%{_mandir}/man1/lsinitrd.1*
|
||
![]()
15 years ago
|
%endif
|
||
|
|
||
![]()
12 years ago
|
echo 'hostonly="no"' > $RPM_BUILD_ROOT%{dracutlibdir}/dracut.conf.d/02-generic-image.conf
|
||
|
echo 'dracut_rescue_image="yes"' > $RPM_BUILD_ROOT%{dracutlibdir}/dracut.conf.d/02-rescue.conf
|
||
![]()
7 years ago
|
|
||
![]()
16 years ago
|
%files
|
||
![]()
11 years ago
|
%if %{with doc}
|
||
![]()
4 years ago
|
%doc README.md docs/HACKING.md AUTHORS NEWS.md dracut.html dracut.png dracut.svg
|
||
![]()
11 years ago
|
%endif
|
||
![]()
11 years ago
|
%{!?_licensedir:%global license %%doc}
|
||
|
%license COPYING lgpl-2.1.txt
|
||
![]()
13 years ago
|
%{_bindir}/dracut
|
||
![]()
12 years ago
|
%{_datadir}/bash-completion/completions/dracut
|
||
![]()
12 years ago
|
%{_datadir}/bash-completion/completions/lsinitrd
|
||
![]()
7 years ago
|
%if 0%{?fedora} || 0%{?rhel} || 0%{?suse_version} > 9999
|
||
![]()
13 years ago
|
%{_bindir}/lsinitrd
|
||
![]()
15 years ago
|
%endif
|
||
![]()
13 years ago
|
%dir %{dracutlibdir}
|
||
|
%dir %{dracutlibdir}/modules.d
|
||
![]()
13 years ago
|
%{dracutlibdir}/dracut-functions.sh
|
||
![]()
10 years ago
|
%{dracutlibdir}/dracut-init.sh
|
||
![]()
13 years ago
|
%{dracutlibdir}/dracut-functions
|
||
![]()
13 years ago
|
%{dracutlibdir}/dracut-version.sh
|
||
![]()
13 years ago
|
%{dracutlibdir}/dracut-logger.sh
|
||
![]()
13 years ago
|
%{dracutlibdir}/dracut-initramfs-restore
|
||
![]()
13 years ago
|
%{dracutlibdir}/dracut-install
|
||
![]()
4 years ago
|
%{dracutlibdir}/dracut-util
|
||
![]()
11 years ago
|
%{dracutlibdir}/skipcpio
|
||
![]()
12 years ago
|
%config(noreplace) %{_sysconfdir}/dracut.conf
|
||
![]()
13 years ago
|
%if 0%{?fedora} || 0%{?suse_version} || 0%{?rhel}
|
||
![]()
12 years ago
|
%{dracutlibdir}/dracut.conf.d/01-dist.conf
|
||
![]()
15 years ago
|
%endif
|
||
![]()
12 years ago
|
%dir %{_sysconfdir}/dracut.conf.d
|
||
![]()
12 years ago
|
%dir %{dracutlibdir}/dracut.conf.d
|
||
![]()
10 years ago
|
%dir %{_datadir}/pkgconfig
|
||
![]()
10 years ago
|
%{_datadir}/pkgconfig/dracut.pc
|
||
![]()
11 years ago
|
|
||
|
%if %{with doc}
|
||
![]()
16 years ago
|
%{_mandir}/man8/dracut.8*
|
||
![]()
13 years ago
|
%{_mandir}/man8/*service.8*
|
||
![]()
7 years ago
|
%if 0%{?fedora} || 0%{?rhel} || 0%{?suse_version} > 9999
|
||
![]()
13 years ago
|
%{_mandir}/man1/lsinitrd.1*
|
||
|
%endif
|
||
![]()
15 years ago
|
%{_mandir}/man7/dracut.kernel.7*
|
||
![]()
13 years ago
|
%{_mandir}/man7/dracut.cmdline.7*
|
||
![]()
12 years ago
|
%{_mandir}/man7/dracut.modules.7*
|
||
![]()
12 years ago
|
%{_mandir}/man7/dracut.bootup.7*
|
||
![]()
15 years ago
|
%{_mandir}/man5/dracut.conf.5*
|
||
![]()
11 years ago
|
%endif
|
||
|
|
||
![]()
7 years ago
|
%if %{undefined _unitdir}
|
||
![]()
12 years ago
|
%endif
|
||
![]()
12 years ago
|
%{dracutlibdir}/modules.d/00bash
|
||
![]()
10 years ago
|
%{dracutlibdir}/modules.d/00systemd
|
||
![]()
4 years ago
|
%{dracutlibdir}/modules.d/00systemd-network-management
|
||
![]()
7 years ago
|
%ifnarch s390 s390x
|
||
![]()
7 years ago
|
%{dracutlibdir}/modules.d/00warpclock
|
||
![]()
7 years ago
|
%endif
|
||
![]()
7 years ago
|
%if 0%{?fedora} || 0%{?rhel} || 0%{?suse_version}
|
||
|
%{dracutlibdir}/modules.d/01fips
|
||
|
%endif
|
||
![]()
4 years ago
|
%{dracutlibdir}/modules.d/01systemd-ac-power
|
||
![]()
4 years ago
|
%{dracutlibdir}/modules.d/01systemd-ask-password
|
||
![]()
4 years ago
|
%{dracutlibdir}/modules.d/01systemd-coredump
|
||
![]()
4 years ago
|
%{dracutlibdir}/modules.d/01systemd-hostnamed
|
||
![]()
4 years ago
|
%{dracutlibdir}/modules.d/01systemd-initrd
|
||
![]()
4 years ago
|
%{dracutlibdir}/modules.d/01systemd-modules-load
|
||
![]()
4 years ago
|
%{dracutlibdir}/modules.d/01systemd-repart
|
||
![]()
4 years ago
|
%{dracutlibdir}/modules.d/01systemd-resolved
|
||
![]()
4 years ago
|
%{dracutlibdir}/modules.d/01systemd-sysctl
|
||
|
%{dracutlibdir}/modules.d/01systemd-sysusers
|
||
![]()
4 years ago
|
%{dracutlibdir}/modules.d/01systemd-timedated
|
||
![]()
4 years ago
|
%{dracutlibdir}/modules.d/01systemd-timesyncd
|
||
![]()
4 years ago
|
%{dracutlibdir}/modules.d/01systemd-udevd
|
||
![]()
4 years ago
|
%{dracutlibdir}/modules.d/01systemd-veritysetup
|
||
![]()
12 years ago
|
%{dracutlibdir}/modules.d/03modsign
|
||
![]()
12 years ago
|
%{dracutlibdir}/modules.d/03rescue
|
||
![]()
13 years ago
|
%{dracutlibdir}/modules.d/04watchdog
|
||
![]()
4 years ago
|
%{dracutlibdir}/modules.d/04watchdog-modules
|
||
![]()
13 years ago
|
%{dracutlibdir}/modules.d/05busybox
|
||
![]()
4 years ago
|
%{dracutlibdir}/modules.d/06dbus-broker
|
||
|
%{dracutlibdir}/modules.d/06dbus-daemon
|
||
![]()
6 years ago
|
%{dracutlibdir}/modules.d/06rngd
|
||
![]()
4 years ago
|
%{dracutlibdir}/modules.d/09dbus
|
||
![]()
13 years ago
|
%{dracutlibdir}/modules.d/10i18n
|
||
![]()
13 years ago
|
%{dracutlibdir}/modules.d/30convertfs
|
||
![]()
13 years ago
|
%{dracutlibdir}/modules.d/45url-lib
|
||
![]()
12 years ago
|
%{dracutlibdir}/modules.d/50drm
|
||
![]()
13 years ago
|
%{dracutlibdir}/modules.d/50plymouth
|
||
![]()
6 years ago
|
%{dracutlibdir}/modules.d/62bluetooth
|
||
![]()
8 years ago
|
%{dracutlibdir}/modules.d/80lvmmerge
|
||
![]()
13 years ago
|
%{dracutlibdir}/modules.d/90btrfs
|
||
|
%{dracutlibdir}/modules.d/90crypt
|
||
|
%{dracutlibdir}/modules.d/90dm
|
||
|
%{dracutlibdir}/modules.d/90dmraid
|
||
|
%{dracutlibdir}/modules.d/90kernel-modules
|
||
![]()
7 years ago
|
%{dracutlibdir}/modules.d/90kernel-modules-extra
|
||
![]()
13 years ago
|
%{dracutlibdir}/modules.d/90lvm
|
||
|
%{dracutlibdir}/modules.d/90mdraid
|
||
|
%{dracutlibdir}/modules.d/90multipath
|
||
![]()
5 years ago
|
%{dracutlibdir}/modules.d/90nvdimm
|
||
![]()
5 years ago
|
%{dracutlibdir}/modules.d/90ppcmac
|
||
![]()
13 years ago
|
%{dracutlibdir}/modules.d/90qemu
|
||
![]()
13 years ago
|
%{dracutlibdir}/modules.d/91crypt-gpg
|
||
![]()
13 years ago
|
%{dracutlibdir}/modules.d/91crypt-loop
|
||
![]()
4 years ago
|
%{dracutlibdir}/modules.d/91tpm2-tss
|
||
![]()
13 years ago
|
%{dracutlibdir}/modules.d/95debug
|
||
|
%{dracutlibdir}/modules.d/95fstab-sys
|
||
![]()
7 years ago
|
%{dracutlibdir}/modules.d/95lunmask
|
||
![]()
5 years ago
|
%{dracutlibdir}/modules.d/95nvmf
|
||
![]()
7 years ago
|
%{dracutlibdir}/modules.d/95resume
|
||
|
%{dracutlibdir}/modules.d/95rootfs-block
|
||
![]()
13 years ago
|
%{dracutlibdir}/modules.d/95terminfo
|
||
|
%{dracutlibdir}/modules.d/95udev-rules
|
||
![]()
13 years ago
|
%{dracutlibdir}/modules.d/95virtfs
|
||
![]()
7 years ago
|
%ifarch s390 s390x
|
||
|
%{dracutlibdir}/modules.d/80cms
|
||
![]()
7 years ago
|
%{dracutlibdir}/modules.d/81cio_ignore
|
||
![]()
7 years ago
|
%{dracutlibdir}/modules.d/91zipl
|
||
|
%{dracutlibdir}/modules.d/95dasd
|
||
|
%{dracutlibdir}/modules.d/95dasd_mod
|
||
|
%{dracutlibdir}/modules.d/95dasd_rules
|
||
|
%{dracutlibdir}/modules.d/95dcssblk
|
||
![]()
7 years ago
|
%{dracutlibdir}/modules.d/95qeth_rules
|
||
![]()
7 years ago
|
%{dracutlibdir}/modules.d/95zfcp
|
||
|
%{dracutlibdir}/modules.d/95zfcp_rules
|
||
|
%endif
|
||
![]()
13 years ago
|
%if %{undefined _unitdir}
|
||
![]()
13 years ago
|
%{dracutlibdir}/modules.d/96securityfs
|
||
|
%{dracutlibdir}/modules.d/97masterkey
|
||
|
%{dracutlibdir}/modules.d/98integrity
|
||
![]()
13 years ago
|
%endif
|
||
|
%{dracutlibdir}/modules.d/97biosdevname
|
||
![]()
7 years ago
|
%{dracutlibdir}/modules.d/98dracut-systemd
|
||
![]()
13 years ago
|
%{dracutlibdir}/modules.d/98ecryptfs
|
||
![]()
13 years ago
|
%{dracutlibdir}/modules.d/98pollcdrom
|
||
![]()
12 years ago
|
%{dracutlibdir}/modules.d/98selinux
|
||
![]()
13 years ago
|
%{dracutlibdir}/modules.d/98syslog
|
||
|
%{dracutlibdir}/modules.d/98usrmount
|
||
|
%{dracutlibdir}/modules.d/99base
|
||
![]()
5 years ago
|
%{dracutlibdir}/modules.d/99memstrack
|
||
![]()
13 years ago
|
%{dracutlibdir}/modules.d/99fs-lib
|
||
|
%{dracutlibdir}/modules.d/99shutdown
|
||
![]()
16 years ago
|
%attr(0644,root,root) %ghost %config(missingok,noreplace) %{_localstatedir}/log/dracut.log
|
||
![]()
14 years ago
|
%dir %{_sharedstatedir}/initramfs
|
||
![]()
13 years ago
|
%if %{defined _unitdir}
|
||
![]()
13 years ago
|
%{_unitdir}/dracut-shutdown.service
|
||
![]()
11 years ago
|
%{_unitdir}/sysinit.target.wants/dracut-shutdown.service
|
||
![]()
12 years ago
|
%{_unitdir}/dracut-cmdline.service
|
||
|
%{_unitdir}/dracut-initqueue.service
|
||
|
%{_unitdir}/dracut-mount.service
|
||
|
%{_unitdir}/dracut-pre-mount.service
|
||
|
%{_unitdir}/dracut-pre-pivot.service
|
||
|
%{_unitdir}/dracut-pre-trigger.service
|
||
|
%{_unitdir}/dracut-pre-udev.service
|
||
|
%{_unitdir}/initrd.target.wants/dracut-cmdline.service
|
||
|
%{_unitdir}/initrd.target.wants/dracut-initqueue.service
|
||
|
%{_unitdir}/initrd.target.wants/dracut-mount.service
|
||
|
%{_unitdir}/initrd.target.wants/dracut-pre-mount.service
|
||
|
%{_unitdir}/initrd.target.wants/dracut-pre-pivot.service
|
||
|
%{_unitdir}/initrd.target.wants/dracut-pre-trigger.service
|
||
|
%{_unitdir}/initrd.target.wants/dracut-pre-udev.service
|
||
![]()
13 years ago
|
%endif
|
||
![]()
12 years ago
|
%{_prefix}/lib/kernel/install.d/50-dracut.install
|
||
![]()
16 years ago
|
|
||
|
%files network
|
||
![]()
10 years ago
|
%{dracutlibdir}/modules.d/02systemd-networkd
|
||
![]()
7 years ago
|
%{dracutlibdir}/modules.d/35network-manager
|
||
![]()
7 years ago
|
%{dracutlibdir}/modules.d/35network-legacy
|
||
![]()
5 years ago
|
%{dracutlibdir}/modules.d/35network-wicked
|
||
![]()
13 years ago
|
%{dracutlibdir}/modules.d/40network
|
||
![]()
7 years ago
|
%{dracutlibdir}/modules.d/45ifcfg
|
||
![]()
10 years ago
|
%{dracutlibdir}/modules.d/90kernel-network-modules
|
||
![]()
13 years ago
|
%{dracutlibdir}/modules.d/90qemu-net
|
||
![]()
13 years ago
|
%{dracutlibdir}/modules.d/95cifs
|
||
![]()
7 years ago
|
%{dracutlibdir}/modules.d/95fcoe
|
||
|
%{dracutlibdir}/modules.d/95fcoe-uefi
|
||
|
%{dracutlibdir}/modules.d/95iscsi
|
||
![]()
13 years ago
|
%{dracutlibdir}/modules.d/95nbd
|
||
|
%{dracutlibdir}/modules.d/95nfs
|
||
![]()
13 years ago
|
%{dracutlibdir}/modules.d/95ssh-client
|
||
![]()
7 years ago
|
%ifarch s390 s390x
|
||
![]()
13 years ago
|
%{dracutlibdir}/modules.d/95znet
|
||
![]()
7 years ago
|
%endif
|
||
![]()
11 years ago
|
%{dracutlibdir}/modules.d/99uefi-lib
|
||
![]()
16 years ago
|
|
||
![]()
14 years ago
|
%files caps
|
||
![]()
13 years ago
|
%{dracutlibdir}/modules.d/02caps
|
||
![]()
14 years ago
|
|
||
![]()
10 years ago
|
%files live
|
||
|
%{dracutlibdir}/modules.d/99img-lib
|
||
|
%{dracutlibdir}/modules.d/90dmsquash-live
|
||
![]()
8 years ago
|
%{dracutlibdir}/modules.d/90dmsquash-live-ntfs
|
||
![]()
10 years ago
|
%{dracutlibdir}/modules.d/90livenet
|
||
|
|
||
![]()
14 years ago
|
%files tools
|
||
![]()
11 years ago
|
%if %{with doc}
|
||
|
%doc %{_mandir}/man8/dracut-catimages.8*
|
||
|
%endif
|
||
|
|
||
![]()
13 years ago
|
%{_bindir}/dracut-catimages
|
||
![]()
16 years ago
|
%dir /boot/dracut
|
||
|
%dir /var/lib/dracut
|
||
|
%dir /var/lib/dracut/overlay
|
||
|
|
||
![]()
7 years ago
|
%files squash
|
||
|
%{dracutlibdir}/modules.d/99squash
|
||
|
|
||
![]()
12 years ago
|
%files config-generic
|
||
|
%{dracutlibdir}/dracut.conf.d/02-generic-image.conf
|
||
![]()
12 years ago
|
|
||
![]()
12 years ago
|
%files config-rescue
|
||
|
%{dracutlibdir}/dracut.conf.d/02-rescue.conf
|
||
|
%{_prefix}/lib/kernel/install.d/51-dracut-rescue.install
|
||
![]()
12 years ago
|
|
||
![]()
16 years ago
|
%changelog
|