Thor: fix slow mount of boot partition

This commit is contained in:
Filippo Berto 2025-07-03 19:42:13 +02:00
parent e08b25b659
commit 10cc58190b
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -23,7 +23,7 @@
}; };
"/boot" = { "/boot" = {
device = "/dev/disk/by-partuuid/63464168-656a-4b74-81ba-9a3ed5cf533b"; device = "/dev/disk/by-uuid/B9D2-255C";
fsType = "vfat"; fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" "noatime" ]; options = [ "fmask=0022" "dmask=0022" "noatime" ];
}; };