fix(image): finally have working mount of encrypted volumes!

This commit is contained in:
Lars Sjöström 2025-03-04 12:09:03 +01:00
parent adb2e90c13
commit 10090a75b0
No known key found for this signature in database
3 changed files with 30 additions and 23 deletions
pkgs/image

View file

@ -14,7 +14,6 @@ ln -sf multi-user.target rootfs/usr/lib/systemd/system/default.target
# mount /etc overlay and patos state
ln -sf ../etc.mount rootfs/usr/lib/systemd/system/local-fs.target.wants/etc.mount
ln -sf ../var.mount rootfs/usr/lib/systemd/system/sysinit.target.wants/var.mount
# enable dbus
ln -sf ../dbus.service rootfs/usr/lib/systemd/system/multi-user.target.wants/dbus.service