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";
|
type = "EF02";
|
||||||
};
|
};
|
||||||
esp = {
|
esp = {
|
||||||
|
priority = 1;
|
||||||
name = "ESP";
|
name = "ESP";
|
||||||
size = "1G";
|
size = "1G";
|
||||||
type = "EF00";
|
type = "EF00";
|
||||||
|
|
@ -28,6 +29,7 @@
|
||||||
size = "100%";
|
size = "100%";
|
||||||
content = {
|
content = {
|
||||||
type = "btrfs";
|
type = "btrfs";
|
||||||
|
extraArgs = [ "-f" ];
|
||||||
subvolumes = {
|
subvolumes = {
|
||||||
"/rootfs" = {
|
"/rootfs" = {
|
||||||
mountpoint = "/";
|
mountpoint = "/";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue