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