Subject: re: switching to MI SCSI
To: Simon Burge <simonb@wasabisystems.com>
From: matthew green <mrg@eterna.com.au>
List: port-pmax
Date: 01/03/2001 13:02:32
> + miniroot installation support.
> Does anyone use miniroot's for installing anymore? One (untested)
> idea is to deliberately botch the disklabel checksum so that disk
> drivers don't see a valid label and partition table.
>
> i don't get what the issue here is?
At the moment, the miniroot has a 32MB filesystem, complete with a valid
disklabel for a 32MB disk. This overrides the real disk size. Look for
"install diskimag" in sys/arch/pmax/dev/rz.c.
wow, that's evil. if you need to keep this code, it should move into the
pmax readdisklabel() function proper.
.mrg.