test
This commit is contained in:
parent
0b69681299
commit
7b227c099c
1 changed files with 4 additions and 4 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue