how "fsck -p -y" will work? manual says "-p" quits on major problem, will "-y" make it assume "yes" or just quit?
2011/12/15 Kenneth R Westerback <[email protected]>: > On Thu, Dec 15, 2011 at 09:55:47AM +0100, Sebastien Maerker, Continum wrote: >> Hello, >> >> it is possible, like in FreeBSD, to do an automatic "fsck -y" at boot time >> when >> the system hangs and need user intervention? >> >> In FreeBSD we have the possibility to edit the rc.conf and adding just these >> lines: >> ... >> background_fsck="NO" >> fsck_y_enable="YES" >> fsck_y_flags="" >> ... >> >> Is there in OpenBSD such a similar thing? >> >> Thank you in advance >> SC)bastien Maerker >> > > You can change the 'fsck -p' in /etc/rc to whatever varient you wish. There > is, to my knowledge, no knob. > > .... Ken

