This commit is contained in:
albert 2024-04-27 08:08:08 +09:00
parent 0b69681299
commit 7b227c099c
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 = "0";
end = "550M"; end = "550MB";
type = "EF00"; type = "EF00";
content = { content = {
type = "filesystem"; type = "filesystem";
@ -24,8 +24,8 @@
}; };
}; # partition 1 (ESP) }; # partition 1 (ESP)
ROOT = { ROOT = {
start = "550M"; start = "550MB";
size = "100%"; end = "0";
content = { content = {
type = "btrfs"; type = "btrfs";
extraArgs = [ "-f" ]; extraArgs = [ "-f" ];