Subject: Re: Q840 AV -> boot fails
To: Tibor Pausz <pausz@stud.uni-frankfurt.de>
From: Bill Studenmund <wrstuden@loki.stanford.edu>
List: port-mac68k
Date: 06/18/1997 10:46:34
> The /etc/fstab wasn't correct. This is a result of the Mkfs bug.

Bob pointed out that the installer makes /etc/fstab. I thought we'd
fixed it. :-(

> Now I am try to setup the ethernet connection, if it's supported by the 
> generic 32 kernel.
> Is there a precompiled emacs? I hate vi.

You could try:

cd /etc
echo "/dev/sdXa	/	ffs	rw 1 1" > fstab
echo "/dev/sdXb	none	swap	sw" >> fstab
echo "kernfs	/kern	kernfs	rw 0 2" >> fstab
echo "/dev/sdXe /y1	ffs	rw 1 3" >> fstab

and so on..

I think I've got the swap line right. The very latest -current (more
recent than the last mac68k snaspshot) NEEDS a swap line.

Take care,

Bill