This commit is contained in:
albert 2024-04-27 08:15:11 +09:00
parent 938d4fc2b8
commit 76a3720d9e
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -12,8 +12,8 @@
BOOT = { BOOT = {
priority = 1; priority = 1;
name = "BOOT"; name = "BOOT";
start = "0%"; start = "1M";
end = "550MiB"; end = "550M";
type = "EF00"; type = "EF00";
content = { content = {
type = "filesystem"; type = "filesystem";
@ -24,8 +24,7 @@
}; };
}; # partition 1 (ESP) }; # partition 1 (ESP)
ROOT = { ROOT = {
start = "550MiB"; size = "100%";
end = "100%";
content = { content = {
type = "btrfs"; type = "btrfs";
extraArgs = [ "-f" ]; extraArgs = [ "-f" ];