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