cvs commit: src/release/sparc64 mkisoimages.sh

Wilko Bulte wb at freebie.xs4all.nl
Sun Aug 22 12:43:39 PDT 2004


On Sun, Aug 22, 2004 at 08:12:57AM -0700, Marcel Moolenaar wrote..
> 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

I assume that should be rev 1.10:

----------------------------
revision 1.10
date: 2004/08/22 06:24:59;  author: marcel;  state: Exp;  lines: +1 -1
Part 2 of fixing the boot code: gcc 3.4 fixes.

The whole problem seems to be size. Which is odd, because it is said
that size doesn't matter. Anyway... Add -Os to strategic places in the
makefile to have the final loader be as mall as possible. This seems
to be enough to make it work. For now... I think something is more
fundamentally wrong; or something more fundamental is wrong. Potato,
potaato.

--

I will give it a try. Tnx

-- 
Wilko Bulte				wilko at FreeBSD.org


More information about the cvs-all mailing list