Subject: Re: installer error(s)
To: Bill Studenmund <wrstuden@loki.stanford.edu>
From: Stephen C. Brown <sbrown@shellx.best.com>
List: port-mac68k
Date: 04/15/1996 11:44:24
I will take a look at this this weekend. Looks like a simple fix to
Do_ScsiId() in interface.c to do the "right thing" based on actually
looking at the device type returned in the buffer from inquiry().
I also have a functional batch selection dialog for the installer that
should be ready for public consumption in a week or two. I am looking at
the other requests from the "Installer wish list" of a month or so ago.
If you have pet peeves with the installer, let me know and I might(or might
not) get around to looking at them, as time and equipment permits.
I have not looked at rolling the newfs/makefs functionality in as I would
be testing it with the mini-shell since scsi still doesn't work on the Q610
which is my sole system. Most of the changes I have looked at are
MacOS-type interface changes which should work on any System 7 and above
mac(sorry, no system 6 machine to test with). The things which I plan on
having ready are the aforementioned batch selection, command key shortcuts,
as well as bug fixes for things like this cd/sd confusion.
Allen,
Let me know if anyone else is signed up as working on the installer so I can
coordinate changes as needed.
Steve Brown
>There's a bug in the installer; it doesn't know that CDROMs are cd's,
>not sd's. So if you have (in accending SCSI ID)
>
>Thing: Installer ID NetBSD ID
>Drive A sd0 sd0
>CD sd1 cd0
>Drive B sd2 sd1
>
>So the generated /etc/fstab comes out wrong.
>
>Watch the messages about found SCSI devices at boot time. Find the
>message for your drive, and make sure that /etc/fstab points to the
>right place.
>
>cpout /etc/fstab, change the sd2a to sd1a, cpin it, and you should be set.
>You should also be able to mount /dev/sd1a / (is my syntac correct?);
>have mount not look in /etc/fstab. Then just vi it.
>
>Could some kind, gentle, MacOS utility maintainer teach the installer about
>cd's and st's? This bug comes up often!
>
>Take care,
>
>Bill