]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
feat(systemd-initrd): add initrd-usr-fs.target
authorJóhann B. Guðmundsson <johannbg@gmail.com>
Thu, 15 Apr 2021 07:49:48 +0000 (07:49 +0000)
committerHarald Hoyer <harald@hoyer.xyz>
Fri, 23 Apr 2021 09:19:58 +0000 (11:19 +0200)
Adding a new systemd initrd-usr-fs.target to the systemd-initrd module

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

index d47801b2357d4a2d790916a95b5e0fa32874d014..f65041f42faf9b3cf7a58af5ffbbc30b1e31e72e 100755 (executable)
@@ -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 \