Subject: Re: 1.5-Beta sparc64 snapshot available
To: None <eeh@netbsd.org>
From: Todd Vierling <tv@wasabisystems.com>
List: port-sparc
Date: 10/30/2000 18:32:25
[This part moved to tech-install]

On 30 Oct 2000 eeh@netbsd.org wrote:

: 	  First sysinst complained because I was using an old inode format for
: 	ffs so it wanted to run fsck_ffs -c /dev/rsd1a.  However that is
: 	incorrect because the -c argument requires a number, so I got :
: 
: 	      Status: Failed
: 	     Command: /sbin/fsck_ffs -c /dev/rsd1a
: 	      Press any key to continue
: 	-------------------------------------------------------------------
: 	fsck_ffs: -c flag requires a conversion level

Which is a correct error.  It seems that converting the filesystem is
determined in sysinst/disks.c, which is doing:

				upgr = "-c ";

instead of supplying a conversion level.  Frank or other sysinst gurus
around to address this?

-- 
-- Todd Vierling <tv@wasabisystems.com>  *  http://www.wasabisystems.com/
-- Speed, stability, security, and support.  Wasabi NetBSD:  Run with it.