I want my openbsd server to boot, no matter what and dont break with waiting for manual FSCKing. It's easy to do in linux, but in obsd it just doesnt want to be "auto". Last time I set the 6th,7th numbers to 0 0 in fstab, hoping it's gonna do the trick but no.
I also have options:
fsck_y_enable="YES" # Set to YES to do fsck -y if the initial preen fails.
background_fsck="YES" # Attempt to run fsck in the background where possible.
background_fsck_delay="60" # Time to wait (seconds) before starting the fsck.
In the global rc.conf seems, no use (it's a freebsd option).
Anybody knows a solution for this?
Thanks