This commit is contained in:
jeirmeister 2025-09-12 14:44:56 -07:00
parent ce41d1ef4e
commit cd9bf22f71

View file

@ -46,7 +46,7 @@
type = "gpt"; type = "gpt";
partitions = { partitions = {
bios_boot = { bios_boot = {
size = "2MiB"; size = "2M";
type = "EF02"; # BIOS boot partition (unformatted) type = "EF02"; # BIOS boot partition (unformatted)
content = null; # No filesystem content = null; # No filesystem
}; };