mount boot drives with the nofail
option
One drive failure shouldn't block the entire boot
This commit is contained in:
parent
be638b274d
commit
4b173581dc
|
@ -44,11 +44,13 @@
|
||||||
{
|
{
|
||||||
device = "/dev/disk/by-uuid/3278-8D00";
|
device = "/dev/disk/by-uuid/3278-8D00";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
|
options = [ "nofail" ];
|
||||||
};
|
};
|
||||||
fileSystems."/boot2" =
|
fileSystems."/boot2" =
|
||||||
{
|
{
|
||||||
device = "/dev/disk/by-uuid/3366-F71E";
|
device = "/dev/disk/by-uuid/3366-F71E";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
|
options = [ "nofail" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [ ];
|
swapDevices = [ ];
|
||||||
|
|
Loading…
Reference in a new issue