Magellan Linux

Diff of /trunk/installer-simple/functions/installer-dialogs.sh

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

revision 2475 by niro, Wed Jan 8 08:59:52 2014 UTC revision 2516 by niro, Wed Jan 8 21:56:55 2014 UTC
# Line 40  dialog_install_bootsector() Line 40  dialog_install_bootsector()
40    
41  dialog_install_successful()  dialog_install_successful()
42  {  {
43   messagebox $"The installation was \Z2successful\Zn."   OK_LABEL=$"Finish" messagebox $"The installation was \Z2successful\Zn."
44  }  }
45    
46  dialog_install_failure()  dialog_install_failure()
# Line 60  dialog_select_target_harddrive() Line 60  dialog_select_target_harddrive()
60    
61  dialog_setup_hdd_info()  dialog_setup_hdd_info()
62  {  {
63   local drivenode="${HDD//\/dev\/}"   local drivenode="${HDD//\/dev\/}1"
64    
65   messagebox -h $"[ Harddrive partitioning ]" \   messagebox -h $"[ Harddrive partitioning ]" \
66   $"Please create 1 partition.\n\n[ \Z3${drivenode}1\Zn ] type: \Z3linux\Zn with the whole diskspace.\nPlease mark ${SHDD}1 \Z3bootable\Zn."   $"Please create 1 partition.\n\n[ \Z3${drivenode}\Zn ] type: \Z3linux\Zn with the whole diskspace.\nPlease mark ${drivenode} \Z3bootable\Zn."
67  }  }
68    
69  dialog_setup_hdd_info_auto()  dialog_setup_hdd_info_auto()
# Line 82  dialog_setup_system_menu() Line 82  dialog_setup_system_menu()
82   $":\Z1Expert modes:\Zn" \   $":\Z1Expert modes:\Zn" \
83   $"2:Common IDE-disk (manual setup)"   $"2:Common IDE-disk (manual setup)"
84  }  }
85    
86    dialog_main()
87    {
88     CANCEL_LABEL=$"Exit" menubox $"Configuration:" \
89     $"1:Install system" \
90     $"2:Show detected harddrives" \
91     $"3:Exit and reboot" \
92     $"4:Exit and drop into a shell"
93    }

Legend:
Removed from v.2475  
changed lines
  Added in v.2516