cvs commit: src/release/sparc64 mkisoimages.sh
Wilko Bulte
wb at freebie.xs4all.nl
Sun Aug 22 00:33:53 PDT 2004
On Sat, Aug 21, 2004 at 11:01:22PM -0700, Marcel Moolenaar wrote..
> On Sun, Aug 22, 2004 at 05:34:07AM +0000, Ken Smith wrote:
> > kensmith 2004-08-22 05:34:07 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> > release/sparc64 mkisoimages.sh
> > 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
Stop in /usr/src/release.
+ umount /dev
*** Error code 1
(on Alpha this time)
--
Wilko Bulte wilko at FreeBSD.org
More information about the cvs-src
mailing list