This commit is contained in:
iFargle 2023-09-22 11:36:57 +09:00
parent d3f9928a14
commit 35ac8f6408

View file

@ -7,7 +7,7 @@
type = "table"; type = "table";
format = "gpt"; format = "gpt";
partitions = [ partitions = [
BOOT = { {
name = "BOOT"; name = "BOOT";
label = "BOOT"; label = "BOOT";
start = "0%"; start = "0%";
@ -21,7 +21,7 @@
mountpoint = "/boot"; mountpoint = "/boot";
}; };
} # partition 1 } # partition 1
ROOT = { {
name = "ROOT"; name = "ROOT";
label = "ROOT"; label = "ROOT";
size = "100%"; size = "100%";