fix: mount ESP onboot

This commit is contained in:
Lars Sjöström 2025-01-23 12:11:57 +01:00
parent f01ed61b00
commit 02ae3e5813
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions
modules/image

View file

@ -15,7 +15,7 @@ let
Type = "root";
Minimize = "best";
Format = "erofs";
MakeDirectories = "/home /root /etc /dev /sys /bin /var /proc /run /usr /usr/bin /srv /tmp /mnt /lib /efi";
MakeDirectories = "/home /root /etc /dev /sys /bin /var /proc /run /usr /usr/bin /srv /tmp /mnt /lib /boot";
Verity = "data";
VerityMatchKey = "root";
SplitName = "root";