mirror of
https://github.com/kmein/niveum
synced 2026-03-21 12:21:08 +01:00
fix(kabsa): dont fail if sdcard not present
This commit is contained in:
@@ -36,6 +36,7 @@
|
|||||||
"/mnt/sd-card" = {
|
"/mnt/sd-card" = {
|
||||||
device = "/dev/disk/by-id/mmc-SD32G_0xda0aa352-part1";
|
device = "/dev/disk/by-id/mmc-SD32G_0xda0aa352-part1";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
|
options = ["nofail"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user