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";
size = "512M";
type = "EF00";
bootable = true;
content = {
type = "filesystem";
format = "vfat";
mountpoint = "/boot";
bootable = true;
mountOptions = [
"defaults"
];