tst
This commit is contained in:
parent
938d4fc2b8
commit
76a3720d9e
1 changed files with 3 additions and 4 deletions
|
@ -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" ];
|
||||||
|
|
Loading…
Reference in a new issue