Archived
updated to efi boot
This commit is contained in:
@@ -10,21 +10,37 @@
|
||||
type = "gpt";
|
||||
|
||||
partitions = {
|
||||
swap = {
|
||||
esp = {
|
||||
priority = 1;
|
||||
size = "8G";
|
||||
name = "ESP";
|
||||
size = "512M";
|
||||
type = "EF00";
|
||||
|
||||
content = {
|
||||
type = "swap";
|
||||
type = "filesystem";
|
||||
format = "vfat";
|
||||
mountpoint = "/boot";
|
||||
mountOptions = [ "umask=0077" ];
|
||||
extraArgs = [
|
||||
"-L"
|
||||
"swap"
|
||||
"-F"
|
||||
"32"
|
||||
"-n"
|
||||
"boot"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
swap = {
|
||||
size = "8G";
|
||||
|
||||
content = {
|
||||
type = "swap";
|
||||
randomEncryption = false;
|
||||
label = "swap";
|
||||
};
|
||||
};
|
||||
|
||||
root = {
|
||||
priority = 2;
|
||||
size = "100%";
|
||||
|
||||
content = {
|
||||
|
||||
Reference in New Issue
Block a user