fix: mount ESP onboot
Some checks are pending
ci/woodpecker/push/ci Pipeline is pending

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

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";

View file

@ -22,6 +22,7 @@
systemd.repart.partitions = {
"10-esp" = {
Type = "esp";
UUID = "c12a7328-f81f-11d2-ba4b-00a0c93ec93b"; # Well known
Format = "vfat";
SizeMinBytes = "96M";
SizeMaxBytes = "96M";