Skip to content

Commit

Permalink
feat(systemd-initrd): add initrd-usr-fs.target
Browse files Browse the repository at this point in the history
Adding a new systemd initrd-usr-fs.target to the systemd-initrd module
  • Loading branch information
johannbg authored and haraldh committed Apr 23, 2021
1 parent aaea54c commit 5eb7361
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules.d/01systemd-initrd/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 5eb7361

Please sign in to comment.