On Fri, Dec 24, 2010 at 10:05:28AM +0100, Otto Moerbeek wrote:
> Hi,
>
> It has been a looooong time since a saw an incosistent fs with the clean
> flag set. So default to no and rephrase a litle to make it clearer.
I like it because I always type "n" at that prompt. ok.
>
> -Otto
>
> Index: install.sub
> ===================================================================
> RCS file: /cvs/src/distrib/miniroot/install.sub,v
> retrieving revision 1.631
> diff -u -p -r1.631 install.sub
> --- install.sub 22 Nov 2010 14:10:42 -0000 1.631
> +++ install.sub 24 Dec 2010 09:03:12 -0000
> @@ -1727,7 +1727,7 @@ getdevname() {
> check_fs() {
> local _dev _mp _fstype _rest _fail _f
>
> - ask_yn "Force checking of non-root filesystems?" yes
> + ask_yn "Force checking of clean non-root filesystems?"
> [[ $resp == y ]] && _f=f
>
> while read _dev _mp _fstype _rest; do