This commit is contained in:
iFargle 2023-09-22 11:38:24 +09:00
parent 35ac8f6408
commit 9c31bb2aa0

View file

@ -9,7 +9,6 @@
partitions = [ partitions = [
{ {
name = "BOOT"; name = "BOOT";
label = "BOOT";
start = "0%"; start = "0%";
end = "550MiB"; end = "550MiB";
bootable = true; bootable = true;
@ -23,7 +22,6 @@
} # partition 1 } # partition 1
{ {
name = "ROOT"; name = "ROOT";
label = "ROOT";
size = "100%"; size = "100%";
content = { content = {
type = "luks"; type = "luks";