Magellan Linux

Diff of /trunk/bootstrap/scripts/mage-bootstrap.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 743 by niro, Thu Mar 20 11:55:44 2008 UTC revision 744 by niro, Mon Jun 23 19:26:40 2008 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2  # $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 $
3    
4  TOOLCHAIN=""  TOOLCHAIN=""
5  BASESYSTEM=""  BASESYSTEM=""
# Line 185  mount -o bind ${MROOT}/${MY_PKGDIR} ${MY Line 185  mount -o bind ${MROOT}/${MY_PKGDIR} ${MY
185  ln -snf ${MY_MAGEDIR}/profiles/${PROFILE} /etc/mage-profile || die "link profile"  ln -snf ${MY_MAGEDIR}/profiles/${PROFILE} /etc/mage-profile || die "link profile"
186    
187  # update mage tree  # update mage tree
188  mage update || die "update mage-tree"  MAGERC="${MAGERC}" mage update || die "update mage-tree"
189    
190  # now get the toolchain and the basesystem layout file  # now get the toolchain and the basesystem layout file
191  # [ -z "${TOOLCHAIN}" ] && TOOLCHAIN="toolchain.defaults"  # [ -z "${TOOLCHAIN}" ] && TOOLCHAIN="toolchain.defaults"

Legend:
Removed from v.743  
changed lines
  Added in v.744