Fix: Make iscsi drive explicitly non-required for boot.
This commit is contained in:
parent
f76eee2fb0
commit
6931d60021
@ -19,6 +19,12 @@
|
|||||||
"/mnt/iscsi/joey-desktop" = {
|
"/mnt/iscsi/joey-desktop" = {
|
||||||
device = "/dev/disk/by-uuid/7446B1DB46B19DF4";
|
device = "/dev/disk/by-uuid/7446B1DB46B19DF4";
|
||||||
fsType = "ntfs3";
|
fsType = "ntfs3";
|
||||||
|
options = [
|
||||||
|
"nofail"
|
||||||
|
"auto"
|
||||||
|
"users"
|
||||||
|
"x-systemd.automount"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user