update disks for warsaw
This commit is contained in:
parent
24bd738712
commit
17a3d8dfec
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
content = {
|
content = {
|
||||||
type = "gpt";
|
type = "gpt";
|
||||||
partitions = {
|
partitions = {
|
||||||
BOOT = {
|
boot = {
|
||||||
size = "1M";
|
size = "1M";
|
||||||
type = "EF02"; # GRUB MBR
|
type = "EF02"; # GRUB MBR
|
||||||
};
|
};
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
content = {
|
content = {
|
||||||
type = "gpt";
|
type = "gpt";
|
||||||
partitions = {
|
partitions = {
|
||||||
BOOT = {
|
boot = {
|
||||||
size = "1M";
|
size = "1M";
|
||||||
type = "EF02"; # GRUB MBR
|
type = "EF02"; # GRUB MBR
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue