Magellan Linux

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

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

revision 1485 by niro, Thu Aug 4 13:09:44 2011 UTC revision 1486 by niro, Thu Aug 4 13:11:39 2011 UTC
# 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.1485  
changed lines
  Added in v.1486