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

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