Subject: Re: Second Query - How to put boot blocks on Multia?
To: John C. Hayward <John.C.Hayward@wheaton.edu>
From: Chris G Demetriou <Chris_G_Demetriou@ux2.sp.cs.cmu.edu>
List: port-alpha
Date: 09/26/1996 23:09:10
>     Given enough time I could look at the source of the code for these items
> and probably figure it out - I have a rather full plate so pointers would
> be greatly appreciated.

You could also have looked in the mailing list archives.  (Remembering
that I'd answered this before, i looked there.  The question has been
answered 4 times, at least.)

Anyway, here it is again:

	(assuming that the disk (e.g. "sd1") you're wanting to make
	bootable is {DISK} and that its root partition is mounted
	on ${MNT})
	
	cd /usr/mdec
	cp boot ${MNT}
	sync
	sync
	/usr/mdec/installboot -v ${MNT}/boot ./bootxx /dev/${DISK}c



cgd