Magellan Linux

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

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

revision 1576 by niro, Mon Oct 18 11:46:02 2010 UTC revision 1577 by niro, Mon Oct 18 13:20:46 2010 UTC
# Line 21  cdromdev="$(echo ${cdromdev} | sed 's/ / Line 21  cdromdev="$(echo ${cdromdev} | sed 's/ /
21  ########################################  ########################################
22    
23  ### System/Config Version  ### System/Config Version
24  VERSION="0.3.5"  VERSION="0.3.6"
25  TITLE="alxinstall-ng - ${VERSION}"  TITLE="alxinstall-ng - ${VERSION}"
26    
27  CDPATH="/mnt/cdrom"  CDPATH="/mnt/cdrom"
# Line 120  dialog_setup_system_menu() Line 120  dialog_setup_system_menu()
120   --cancel-label "Abbrechen" \   --cancel-label "Abbrechen" \
121   --ok-label "Weiter" \   --ok-label "Weiter" \
122   --stdout \   --stdout \
123     --colors \
124   --menu "\nWaehlen Sie die Installations-Methode" 14 70 5 \   --menu "\nWaehlen Sie die Installations-Methode" 14 70 5 \
125   "1" "Automatisches Setup" \   "1" "Automatisches Setup (Empfohlen)" \
126   "2" "Normale IDE-Disk (manuell)" \   "" "" \
127   "3" "Flash-Speicher (manuell)")   "" "Experten Modi:" \
128     "2" "Normale IDE-Disk (Manuell)" \
129     "3" "Flash-Speicher (Manuell)")
130   RES=$?   RES=$?
131   [[ ${RES} -eq 1 ]] && return 1   [[ ${RES} -eq 1 ]] && return 1
132   if [[ ${RES} -eq 0 ]]   if [[ ${RES} -eq 0 ]]
# Line 132  dialog_setup_system_menu() Line 135  dialog_setup_system_menu()
135   "1") run_install_auto ;;   "1") run_install_auto ;;
136           "2") run_install_normal ;;           "2") run_install_normal ;;
137   "3") run_install_flash ;;   "3") run_install_flash ;;
138     "") dialog_setup_system_menu;;
139   esac   esac
140   fi   fi
141  }  }

Legend:
Removed from v.1576  
changed lines
  Added in v.1577