cvs commit: src/release/sparc64 mkisoimages.sh

Marcel Moolenaar marcel at xcllnt.net
Sun Aug 22 08:13:00 PDT 2004


On Sun, Aug 22, 2004 at 09:33:51AM +0200, Wilko Bulte wrote:
> > >   Log:
> > >   Found another one.  Why does mdconfig hate me?
> > 
> > Nothing personal. I ran into the same on ia64. I added
> > 	sync; sleep 1; sync
> 
> This stuff?
> 
> + mdconfig -a -t vnode -f /R/stage/mfsroot/mfsroot  
> + MDDEVICE=md0
> + sleep 5
> + [ ! -c /dev/md0 ]
> + trap umount /mnt; mdconfig -d -u md0 EXIT
> + bsdlabel -w -B -b /R/stage/trees/base/boot/boot md0 auto
> bsdlabel: boot code /R/stage/trees/base/boot/boot is wrong size
> + umount /mnt
> umount: /mnt: not a file system root directory
> *** Error code 1

Can you try with boot code made with HEAD sources:
src/sys/boot/alpha/Makefile.inc 1.6
src/sys/boot/alpha/common/Makefile.common 1.19
src/sys/boot/alpha/common/ldscript 1.1
src/sys/boot/ficl/Makefile 1.38

The quickest way to check is to build outside the release tree and
manually copying the files into ${CHROOT}/R/stage/trees/base/boot
If the release builds and is bootable, I'll merge the changes into
RELENG_5.

-- 
 Marcel Moolenaar	  USPA: A-39004		 marcel at xcllnt.net


More information about the cvs-src mailing list