Test
This commit is contained in:
parent
7426e38e4f
commit
f19854cedb
1 changed files with 1 additions and 1 deletions
|
@ -12,11 +12,11 @@
|
||||||
name = "ESP";
|
name = "ESP";
|
||||||
size = "512M";
|
size = "512M";
|
||||||
type = "EF00";
|
type = "EF00";
|
||||||
|
bootable = true;
|
||||||
content = {
|
content = {
|
||||||
type = "filesystem";
|
type = "filesystem";
|
||||||
format = "vfat";
|
format = "vfat";
|
||||||
mountpoint = "/boot";
|
mountpoint = "/boot";
|
||||||
bootable = true;
|
|
||||||
mountOptions = [
|
mountOptions = [
|
||||||
"defaults"
|
"defaults"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue