Prevent SCARLETT from mounting
This commit is contained in:
parent
e68c4b1b2f
commit
2fe8e8dfa4
1 changed files with 8 additions and 0 deletions
|
@ -23,6 +23,14 @@
|
|||
device = "/dev/disk/by-label/boot";
|
||||
fsType = "vfat";
|
||||
};
|
||||
# Prevent SCARLETT from auto-mounting
|
||||
# https://askubuntu.com/a/959004
|
||||
# If noauto isn't set it will try to mount,
|
||||
# and crash the system if /mnt/scarlett doesn't exist
|
||||
"/mnt/scarlett" = {
|
||||
device = "/dev/disk/by-label/SCARLETT";
|
||||
options = [ "defaults" "noauto" ];
|
||||
};
|
||||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
|
|
Loading…
Add table
Reference in a new issue