Magellan Linux

Diff of /trunk/installer-simple/bin/installer.sh.in

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

revision 2415 by niro, Tue Jan 7 13:36:41 2014 UTC revision 2416 by niro, Tue Jan 7 13:37:49 2014 UTC
# Line 127  dialog_setup_system_menu() Line 127  dialog_setup_system_menu()
127   local mode   local mode
128   local retval   local retval
129    
130   mode=$(dialog \   mode=$(menubox -h $"[ Harddrive partitioning ]" $"\nSelect an installation mode" \
131   --backtitle "${TITLE}" \   $"1:Automatic setup (recommended)" \
132   --title "[ Festplatten Partitionierung ]" \   ":" \
133   --cancel-label "Abbrechen" \   $":\Z1Expert modes:\Zn" \
134   --ok-label "Weiter" \   $"2:Common IDE-disk (manual setup)")
  --stdout \  
  --colors \  
  --menu "\nWaehlen Sie die Installations-Methode" 14 70 5 \  
  "1" "Automatisches Setup (Empfohlen)" \  
  "" "" \  
  "" "\Z1Experten Modi:\Zn" \  
  "2" "Normale IDE-Disk (Manuell)" \  
135   retval=$?   retval=$?
136   [[ ${retval} -eq 1 ]] && return 1   [[ ${retval} -eq 1 ]] && return 1
137   if [[ ${retval} -eq 0 ]]   if [[ ${retval} -eq 0 ]]

Legend:
Removed from v.2415  
changed lines
  Added in v.2416