This commit is contained in:
albert 2024-07-27 11:48:05 +09:00
parent 7866e1fea2
commit 22ed03de3c
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -13,8 +13,7 @@
BOOT = { BOOT = {
priority = 1; priority = 1;
name = "BOOT"; name = "BOOT";
start = "0%"; size = "1024M";
end = "1G";
type = "EF00"; type = "EF00";
content = { content = {
type = "filesystem"; type = "filesystem";
@ -25,8 +24,7 @@
}; };
}; # partition 1 (ESP) }; # partition 1 (ESP)
LUKS = { LUKS = {
start = "1G"; size = "100%";
end = "100%";
content = { content = {
type = "luks"; type = "luks";
name = "ROOT"; name = "ROOT";