Magellan Linux

Diff of /alx-src/trunk/alxinstall-ng/bin/alxinstall-ng.sh.in

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

revision 6842 by niro, Thu Jul 23 13:23:01 2015 UTC revision 6843 by niro, Thu Jul 23 13:26:00 2015 UTC
# Line 181  dialog_setup_system_menu() Line 181  dialog_setup_system_menu()
181   "1") run_install auto ;;   "1") run_install auto ;;
182   "2") run_install normal ;;   "2") run_install normal ;;
183   "3") run_install single ;;   "3") run_install single ;;
184   "3") run_install flash ;;   "4") run_install flash ;;
185   "") dialog_setup_system_menu;;   "") dialog_setup_system_menu;;
186   esac   esac
187   fi   fi
# Line 964  run_install() Line 964  run_install()
964   export INSTALL_METHOD="${method}"   export INSTALL_METHOD="${method}"
965   ;;   ;;
966   *)   *)
967   echo "Unknown install method '${method}', aborting."   die "Unknown install method '${method}', aborting."
  exit 1  
968   ;;   ;;
969   esac   esac
970    

Legend:
Removed from v.6842  
changed lines
  Added in v.6843