Browse Source

feat(systemd-initrd): add initrd-usr-fs.target

Adding a new systemd initrd-usr-fs.target to the systemd-initrd module
master
Jóhann B. Guðmundsson 3 years ago committed by Harald Hoyer
parent
commit
5eb736103d
  1. 1
      modules.d/01systemd-initrd/module-setup.sh

1
modules.d/01systemd-initrd/module-setup.sh

@ -23,6 +23,7 @@ install() { @@ -23,6 +23,7 @@ install() {
"$systemdsystemunitdir"/initrd-fs.target \
"$systemdsystemunitdir"/initrd-root-device.target \
"$systemdsystemunitdir"/initrd-root-fs.target \
"$systemdsystemunitdir"/initrd-usr-fs.target \
"$systemdsystemunitdir"/initrd-switch-root.target \
"$systemdsystemunitdir"/initrd-switch-root.service \
"$systemdsystemunitdir"/initrd-cleanup.service \

Loading…
Cancel
Save