From: Paul Robins Date: Sun, 12 May 2019 17:00:37 +0000 (+0100) Subject: Include systemd volatile root service and binary X-Git-Tag: 050~179 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ce4d04bf72918b9964d49b6815e7378dbe09ac4d;p=thirdparty%2Fdracut.git Include systemd volatile root service and binary --- diff --git a/modules.d/00systemd/module-setup.sh b/modules.d/00systemd/module-setup.sh index 3583062b5..feec6ca5a 100755 --- a/modules.d/00systemd/module-setup.sh +++ b/modules.d/00systemd/module-setup.sh @@ -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 \