Magellan Linux

Diff of /trunk/bootstrap/bootstrap-default-system.sh.in

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

trunk/bootstrap/bootstrap-default-system.sh revision 835 by niro, Sun May 3 17:10:39 2009 UTC trunk/bootstrap/bootstrap-default-system.sh.in revision 2190 by niro, Wed Oct 9 10:31:35 2013 UTC
# Line 6  Line 6 
6  # need r00t privs  # need r00t privs
7  [[ $(id -u) != 0 ]] && die "you must be r00t."  [[ $(id -u) != 0 ]] && die "you must be r00t."
8    
9  if [[ -z $(cat /proc/mounts | grep /mnt/magellan) ]]  if [[ -z $(cat /proc/mounts | grep @STAGINGDIR@) ]]
10  then  then
11   echo "No partition mounted to /mnt/magellan. Aborting bootstrap."   echo "No partition mounted to @STAGINGDIR@. Aborting bootstrap."
12   exit 1   exit 1
13  fi  fi
14    
15  /usr/sbin/mage-bootstrap \  /usr/sbin/mage-bootstrap \
16     --update-tarball \
17   --magerc /etc/mage.rc \   --magerc /etc/mage.rc \
18   --root /mnt/magellan \   --root @STAGINGDIR@ \
19   --profile $(basename $(readlink /etc/mage-profile))   --profile $(basename $(readlink /etc/mage-profile))

Legend:
Removed from v.835  
changed lines
  Added in v.2190