add priority to esp partition
This commit is contained in:
parent
dce72b3c6d
commit
e5ceced84f
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
|||
type = "EF02";
|
||||
};
|
||||
esp = {
|
||||
priority = 1;
|
||||
name = "ESP";
|
||||
size = "1G";
|
||||
type = "EF00";
|
||||
|
|
@ -28,6 +29,7 @@
|
|||
size = "100%";
|
||||
content = {
|
||||
type = "btrfs";
|
||||
extraArgs = [ "-f" ];
|
||||
subvolumes = {
|
||||
"/rootfs" = {
|
||||
mountpoint = "/";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue