--- trunk/bootstrap/scripts/mage-bootstrap.sh 2008/03/20 11:55:44 683 +++ trunk/bootstrap/scripts/mage-bootstrap.sh 2008/06/23 19:26:40 744 @@ -1,5 +1,5 @@ #!/bin/bash -# $Header: /home/cvsd/magellan-cvs/magellan-src/bootstrap/scripts/mage-bootstrap.sh,v 1.7 2008-03-20 11:55:44 niro Exp $ +# $Header: /home/cvsd/magellan-cvs/magellan-src/bootstrap/scripts/mage-bootstrap.sh,v 1.8 2008-06-23 19:26:40 niro Exp $ TOOLCHAIN="" BASESYSTEM="" @@ -185,7 +185,7 @@ ln -snf ${MY_MAGEDIR}/profiles/${PROFILE} /etc/mage-profile || die "link profile" # update mage tree -mage update || die "update mage-tree" +MAGERC="${MAGERC}" mage update || die "update mage-tree" # now get the toolchain and the basesystem layout file # [ -z "${TOOLCHAIN}" ] && TOOLCHAIN="toolchain.defaults"