Testing
This commit is contained in:
parent
7866e1fea2
commit
22ed03de3c
1 changed files with 2 additions and 4 deletions
|
@ -13,8 +13,7 @@
|
||||||
BOOT = {
|
BOOT = {
|
||||||
priority = 1;
|
priority = 1;
|
||||||
name = "BOOT";
|
name = "BOOT";
|
||||||
start = "0%";
|
size = "1024M";
|
||||||
end = "1G";
|
|
||||||
type = "EF00";
|
type = "EF00";
|
||||||
content = {
|
content = {
|
||||||
type = "filesystem";
|
type = "filesystem";
|
||||||
|
@ -25,8 +24,7 @@
|
||||||
};
|
};
|
||||||
}; # partition 1 (ESP)
|
}; # partition 1 (ESP)
|
||||||
LUKS = {
|
LUKS = {
|
||||||
start = "1G";
|
size = "100%";
|
||||||
end = "100%";
|
|
||||||
content = {
|
content = {
|
||||||
type = "luks";
|
type = "luks";
|
||||||
name = "ROOT";
|
name = "ROOT";
|
||||||
|
|
Loading…
Reference in a new issue