update comment

This commit is contained in:
Tobias Powalowski 2023-06-20 10:40:13 +02:00
parent ead4f0f677
commit ba2aadb578

View file

@ -149,6 +149,7 @@ build ()
### disable systemd targets: ### disable systemd targets:
# disable local filesystems # disable local filesystems
# disable swap # disable swap
# disable cryptsetup integritysetup veritysetup
for i in cryptsetup integritysetup local-fs-pre local-fs swap veritysetup; do for i in cryptsetup integritysetup local-fs-pre local-fs swap veritysetup; do
add_symlink "/etc/systemd/system/${i}.target" "/dev/null" add_symlink "/etc/systemd/system/${i}.target" "/dev/null"
done done