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