This commit is contained in:
iFargle 2023-09-22 08:18:06 +09:00
parent 7426e38e4f
commit f19854cedb

View file

@ -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"
]; ];