Magellan Linux

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

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

revision 2420 by niro, Tue Jan 7 13:44:59 2014 UTC revision 2421 by niro, Tue Jan 7 13:50:50 2014 UTC
# Line 194  dialog_setup_hdd_partitions_manual() Line 194  dialog_setup_hdd_partitions_manual()
194    
195   if [[ -z ${ALL_DISKS} ]]   if [[ -z ${ALL_DISKS} ]]
196   then   then
197   dialog \   dialog_no_harddrive_found
  --backtitle "${TITLE}" \  
  --ok-label "Beenden" \  
  --msgbox "Kein geeignetes Laufwerk gefunden.\nDie Installation ist fehlgeschlagen." 6 70  
198   exit 1   exit 1
199   else   else
200    
# Line 232  dialog_setup_hdd_partitions_auto() Line 229  dialog_setup_hdd_partitions_auto()
229    
230   if [[ -z ${ALL_DISKS} ]]   if [[ -z ${ALL_DISKS} ]]
231   then   then
232   dialog \   dialog_no_harddrive_found
  --backtitle "${TITLE}" \  
  --ok-label "Beenden" \  
  --msgbox "Kein geeignetes Laufwerk gefunden.\nDie Installation ist fehlgeschlagen." 6 70  
233   exit 1   exit 1
234   else   else
235    

Legend:
Removed from v.2420  
changed lines
  Added in v.2421