Browse Source

Include systemd volatile root service and binary

master
Paul Robins 6 years ago committed by Harald Hoyer
parent
commit
ce4d04bf72
  1. 2
      modules.d/00systemd/module-setup.sh

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

@ -48,6 +48,7 @@ install() { @@ -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() { @@ -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 \

Loading…
Cancel
Save