no fail data mount so we dont fail on startup, no more boot fsk takes too long

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-29 08:59:19 -06:00
parent 34e37861a7
commit b215dc922f

View file

@ -46,9 +46,10 @@
fsType = "bcachefs";
options = [
"defaults"
"compression=zstd"
"fsck"
"fix_errors"
# "fsck"
# "fix_errors"
"x-systemd.device-timeout=600s"
"nofail"
];
};