On Tue, 22 Feb 2000, William Woods wrote:

> 
> On 23-Feb-00 R Joseph Wright wrote:
> > 
> > make buildworld
> > make buildkernel &&make installkernel
> > Then reboot in single user mode
> > make -DNOINFO installworld
> > make buildkernel &&make installkernel (again)
> > make installworld
> > 
> > This worked for me perfectly.
> 
> Hmmm.....the only question I have regarding this is does it handle the new
> devices corectly?

It did, although I did eventually remake them.

I did:
mv /dev /dev.old
mkdir /dev
cp /usr/src/etc/MAKE* /dev
sh MAKEDEV all

I also had to make the partition entries for my IDE drive:

sh MAKEDEV ad0s4a

Then I edited /etc/fstab to reflect the new devices --Very Important!

Of course I also ran mergemaster to update the /etc directory.
That's it.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to