reenable local-fs which fixes clean shutdown and reboot

This commit is contained in:
Tobias Powalowski 2023-11-08 15:02:10 +01:00
parent 1643dc1577
commit 6f07f70dcf
2 changed files with 2 additions and 2 deletions

View file

@ -128,7 +128,7 @@ inputrc,mke2fs.conf,nsswitch.conf,protocols,request-key.conf,securetty,services}
_symlink "/etc/systemd/system/${i}.mount" /dev/null
done
### disable systemd targets:
for i in cryptsetup first-boot-complete integritysetup local-fs swap slices veritysetup; do
for i in cryptsetup first-boot-complete integritysetup swap slices veritysetup; do
_symlink "/etc/systemd/system/${i}.target" /dev/null
done
### disable systemd services:

View file

@ -24,7 +24,7 @@ _run ()
_symlink "/etc/systemd/system/${i}.mount" /dev/null
done
### disable systemd targets:
for i in cryptsetup first-boot-complete integritysetup local-fs remote-{veritysetup,cryptsetup} \
for i in cryptsetup first-boot-complete integritysetup remote-{veritysetup,cryptsetup} \
slices sockets swap timers veritysetup; do
_symlink "/etc/systemd/system/${i}.target" /dev/null
done