This commit is contained in:
iFargle 2023-09-22 11:32:06 +09:00
parent e09d6444c3
commit d3f9928a14

View file

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