Subject: Re: fsck -y during reboot
To: None <current-users@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: current-users
Date: 10/15/2003 17:55:56
In article <Pine.NEB.4.58.0310152021570.23693@p4.piuha.net>,
Martti Kuparinen <martti.kuparinen@iki.fi> wrote:
>Hi!
>
>Could we have something like this? It would be nice if I can force file
>system check on remote servers (=no access to the console) with
>
>fsck_y=YES
>
>in /etc/rc.conf. Comments?
>
>Feel free to substitute the variable name with something better...

I don't see the point in doing it in two passes. I committed a change
that will allow you to do what you want. Just set:

    fsck_flags=-py

or
    fsck_flags=-y

I prefer the second one, since in your case you might want to see
the errors sequentially and not intermixed.

christos