Magellan Linux

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

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

revision 1075 by niro, Mon Jun 28 17:22:52 2010 UTC revision 1486 by niro, Thu Aug 4 13:11:39 2011 UTC
# Line 124  print_usage() Line 124  print_usage()
124   echo " --toolchain,      -t  --  select other toolchain than from profile"   echo " --toolchain,      -t  --  select other toolchain than from profile"
125   echo " --basesystem,     -b  --  select other basesystem than from profile"   echo " --basesystem,     -b  --  select other basesystem than from profile"
126   echo " --stage1,         -s1 --  if set, abort after stage1 (toolchain)"   echo " --stage1,         -s1 --  if set, abort after stage1 (toolchain)"
127   echo "  --update-tarball, -ut -- update via tarball not rsync"   echo " --update-tarball, -ut --  update via tarball not rsync"
128   echo " --no-update,      -u  --  do not update the mage tree"   echo " --no-update,      -u  --  do not update the mage tree"
129   echo " --help,           -h  --  prints this help"   echo " --help,           -h  --  prints this help"
130   echo   echo
# Line 148  do Line 148  do
148   --root|-r) shift; MROOT="$1" ;;   --root|-r) shift; MROOT="$1" ;;
149   --stage1|-s1) ABORT_AFTER_STAGE1=true ;;   --stage1|-s1) ABORT_AFTER_STAGE1=true ;;
150   --magerc|-m) shift; MAGERC="$1" ;;   --magerc|-m) shift; MAGERC="$1" ;;
151   --update-tarball|-ut) shift; MAGEUPDATETARBALL=true ;;   --update-tarball|-ut) MAGEUPDATETARBALL=true ;;
152   --no-update|-u) shift; MAGEUPDATE=false ;;   --no-update|-u) MAGEUPDATE=false ;;
153   --help|-h) print_usage ;;   --help|-h) print_usage ;;
154   '') shift;;   '') shift;;
155   *) echo "Unkown option '$1', use --help or -h to get more info."; exit 1 ;;   *) echo "Unkown option '$1', use --help or -h to get more info."; exit 1 ;;

Legend:
Removed from v.1075  
changed lines
  Added in v.1486