bakke: Update disk layout

This commit is contained in:
2024-10-20 17:40:44 +02:00
parent 94818fb037
commit 9e562ef256
2 changed files with 2 additions and 9 deletions

View File

@@ -8,10 +8,6 @@
content = {
type = "gpt";
partitions = {
BOOT = {
size = "1M";
type = "EF02"; # for grub MBR
};
ESP = {
size = "500M";
type = "EF00";
@@ -36,10 +32,6 @@
content = {
type = "gpt";
partitions = {
boot = {
size = "1M";
type = "EF02"; # for grub MBR
};
ESP = {
size = "500M";
type = "EF00";