added bios partition

This commit is contained in:
2026-07-15 11:22:21 +10:00
parent da0cd225be
commit bab83d1aad
+10
View File
@@ -10,6 +10,16 @@
type = "gpt"; type = "gpt";
partitions = { partitions = {
bios = {
size = "1M";
type = "EF02";
content = {
type = "bios_grub";
};
};
root = { root = {
priority = 1; priority = 1;
size = "100%"; size = "100%";