From: Antonio Alvarez Feijoo Date: Thu, 1 Sep 2022 09:47:09 +0000 (+0200) Subject: feat(systemd): install systemd-sysroot-fstab-check X-Git-Tag: 058~159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23684e4a2bb024595ad63d9f49d83b4693537110;p=thirdparty%2Fdracut.git feat(systemd): install systemd-sysroot-fstab-check systemd-sysroot-fstab-check is a symlink to systemd-fstab-generator added in systemd commit https://github.com/systemd/systemd/commit/cd7ad0cb --- diff --git a/modules.d/00systemd/module-setup.sh b/modules.d/00systemd/module-setup.sh index cd9b3cd02..2648ec4f0 100755 --- a/modules.d/00systemd/module-setup.sh +++ b/modules.d/00systemd/module-setup.sh @@ -43,6 +43,7 @@ install() { "$systemdutildir"/systemd-modules-load \ "$systemdutildir"/systemd-vconsole-setup \ "$systemdutildir"/systemd-volatile-root \ + "$systemdutildir"/systemd-sysroot-fstab-check \ "$systemdutildir"/system-generators/systemd-debug-generator \ "$systemdutildir"/system-generators/systemd-fstab-generator \ "$systemdutildir"/system-generators/systemd-gpt-auto-generator \