]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Include systemd volatile root service and binary
authorPaul Robins <exp@users.noreply.github.com>
Sun, 12 May 2019 17:00:37 +0000 (18:00 +0100)
committerHarald Hoyer <harald@hoyer.xyz>
Mon, 22 Jul 2019 12:05:48 +0000 (14:05 +0200)
modules.d/00systemd/module-setup.sh

index 3583062b5ce10a23136940e52bf595f76ffe367c..feec6ca5ae493ce81fd0eda936b3e20b64ec8987 100755 (executable)
@@ -48,6 +48,7 @@ install() {
         $systemdutildir/systemd-sysctl \
         $systemdutildir/systemd-modules-load \
         $systemdutildir/systemd-vconsole-setup \
+        $systemdutildir/systemd-volatile-root \
         $systemdutildir/system-generators/systemd-fstab-generator \
         $systemdutildir/system-generators/systemd-gpt-auto-generator \
         \
@@ -104,6 +105,7 @@ install() {
         $systemdsystemunitdir/systemd-ask-password-plymouth.service \
         $systemdsystemunitdir/systemd-journald.service \
         $systemdsystemunitdir/systemd-vconsole-setup.service \
+        $systemdsystemunitdir/systemd-volatile-root.service \
         $systemdsystemunitdir/systemd-random-seed-load.service \
         $systemdsystemunitdir/systemd-random-seed.service \
         $systemdsystemunitdir/systemd-sysctl.service \