This commit is contained in:
iFargle 2023-09-22 08:16:40 +09:00
parent c1074b651c
commit 7426e38e4f

View file

@ -16,6 +16,7 @@
type = "filesystem"; type = "filesystem";
format = "vfat"; format = "vfat";
mountpoint = "/boot"; mountpoint = "/boot";
bootable = true;
mountOptions = [ mountOptions = [
"defaults" "defaults"
]; ];