Magellan Linux

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

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

revision 2421 by niro, Tue Jan 7 13:50:50 2014 UTC revision 2422 by niro, Tue Jan 7 13:54:06 2014 UTC
# Line 12  dialog_no_harddrive_found() Line 12  dialog_no_harddrive_found()
12  {  {
13   OK_LABEL=$"abort" messagebox $"No appropriate harddrive found.\nInstallation failed."   OK_LABEL=$"abort" messagebox $"No appropriate harddrive found.\nInstallation failed."
14  }  }
15    
16    dialog_select_target_harddrive()
17    {
18     menubox $"Select installation target drive:" $(for i in ${ALL_DISKS}; do echo "${i}:";done)
19    }

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