no fail data mount so we dont fail on startup, no more boot fsk takes too long
This commit is contained in:
parent
34e37861a7
commit
b215dc922f
1 changed files with 4 additions and 3 deletions
|
|
@ -46,9 +46,10 @@
|
|||
fsType = "bcachefs";
|
||||
options = [
|
||||
"defaults"
|
||||
"compression=zstd"
|
||||
"fsck"
|
||||
"fix_errors"
|
||||
# "fsck"
|
||||
# "fix_errors"
|
||||
"x-systemd.device-timeout=600s"
|
||||
"nofail"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue