]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
feat(systemd): install systemd-sysroot-fstab-check
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Thu, 1 Sep 2022 09:47:09 +0000 (11:47 +0200)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Mon, 26 Sep 2022 10:02:41 +0000 (10:02 +0000)
systemd-sysroot-fstab-check is a symlink to systemd-fstab-generator added in
systemd commit https://github.com/systemd/systemd/commit/cd7ad0cb

modules.d/00systemd/module-setup.sh

index cd9b3cd02bdcbae5221f768d815ea4989ea979d2..2648ec4f0ad82891616b79c74d5fcd15e77512b4 100755 (executable)
@@ -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 \