Subject: Re: Installing on more than one harddisk
To: None <port-vax@netbsd.org>
From: None <jkunz@unixag-kl.fh-kl.de>
List: port-vax
Date: 05/27/2001 15:29:57
On 27 May, maximum entropy wrote:

> Once you have labeled the disk, writing the bootblocks is pretty
> easy.  Or at least it should be; the man page for installboot in the
> 1.5.1_BETA2 set is a little bit screwed up.
Installboot? On the VAX 
# disklabel -B sd0
should be enough.

> # mount /dev/sd0a /mnt
I recommend:
# mount -o async /dev/sd0a /mnt
or 
# mount -o softdep /dev/sd0a /mnt
The same for /mnt/usr. This will speed up untaring a lot.

> # ed fstab
Uhhh, that is the hard way. I prefere
# export TERM=vt100
# vi /mnt/etc/fstab
-- 



tschuess,
          Jochen

Homepage: http://www.unixag-kl.fh-kl.de/~jkunz