From: Jóhann B. Guðmundsson Date: Wed, 10 Feb 2021 13:21:04 +0000 (+0000) Subject: fix: add sdaskpw and sdsyctl to spec file X-Git-Tag: 052~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9edabfa6003139ad5d8d7f4aecc3241a884b0f4a;p=thirdparty%2Fdracut.git fix: add sdaskpw and sdsyctl to spec file Adding systemd-ask-password and systemd-sysctl to the spec file Alphabeticaly order the newly introduced systemd based module in the spec file. --- diff --git a/dracut.spec b/dracut.spec index 06e462ec5..1f51c2c00 100644 --- a/dracut.spec +++ b/dracut.spec @@ -333,11 +333,13 @@ echo 'dracut_rescue_image="yes"' > $RPM_BUILD_ROOT%{dracutlibdir}/dracut.conf.d/ %if 0%{?fedora} || 0%{?rhel} || 0%{?suse_version} %{dracutlibdir}/modules.d/01fips %endif -%{dracutlibdir}/modules.d/01systemd-sysusers -%{dracutlibdir}/modules.d/01systemd-initrd +%{dracutlibdir}/modules.d/01systemd-ask-password %{dracutlibdir}/modules.d/01systemd-coredump -%{dracutlibdir}/modules.d/01systemd-repart +%{dracutlibdir}/modules.d/01systemd-initrd %{dracutlibdir}/modules.d/01systemd-modules-load +%{dracutlibdir}/modules.d/01systemd-repart +%{dracutlibdir}/modules.d/01systemd-sysctl +%{dracutlibdir}/modules.d/01systemd-sysusers %{dracutlibdir}/modules.d/03modsign %{dracutlibdir}/modules.d/03rescue %{dracutlibdir}/modules.d/04watchdog