Archived
added bios partition
This commit is contained in:
@@ -10,6 +10,16 @@
|
||||
type = "gpt";
|
||||
|
||||
partitions = {
|
||||
|
||||
bios = {
|
||||
size = "1M";
|
||||
type = "EF02";
|
||||
|
||||
content = {
|
||||
type = "bios_grub";
|
||||
};
|
||||
};
|
||||
|
||||
root = {
|
||||
priority = 1;
|
||||
size = "100%";
|
||||
|
||||
Reference in New Issue
Block a user