fat32 is case insensitive, so label shall be in capital letters
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/boot" = {
|
fileSystems."/boot" = {
|
||||||
device = "/dev/disk/by-label/fasu-boot";
|
device = "/dev/disk/by-label/FASU-BOOT";
|
||||||
fsType = "fat32";
|
fsType = "fat32";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user