Fixed disko config
This commit is contained in:
parent
227a018fb9
commit
a56ae64c07
|
@ -12,11 +12,12 @@
|
||||||
{
|
{
|
||||||
name = "ESP";
|
name = "ESP";
|
||||||
start = "0MiB";
|
start = "0MiB";
|
||||||
end = "128Mib";
|
end = "64MiB";
|
||||||
|
fs-type = "fat32";
|
||||||
bootable = true;
|
bootable = true;
|
||||||
content = {
|
content = {
|
||||||
type = "filesystem";
|
type = "filesystem";
|
||||||
format = "fat32";
|
format = "vfat";
|
||||||
mountpoint = "/boot";
|
mountpoint = "/boot";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue