Skip to content

Commit

Permalink
Merge pull request #4 from flatcar-linux/dongsu/remove-tmpfiles-setup
Browse files Browse the repository at this point in the history
dracut: remove systemd-tmpfiles-setup from initramfs
  • Loading branch information
pothos authored Nov 19, 2019
2 parents 617bbc2 + b0b7416 commit 5f4cf63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dracut/99start-root/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@

install() {
inst_rules "$moddir/65-start-root.rules"

rm -f "$initdir/usr/lib/systemd/system/systemd-tmpfiles-setup.service"
rm -f "$initdir/usr/lib/systemd/system/sysinit.target.wants/systemd-tmpfiles-setup.service"
}

0 comments on commit 5f4cf63

Please sign in to comment.