Magellan Linux

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

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

revision 2426 by niro, Tue Jan 7 14:06:18 2014 UTC revision 2460 by niro, Tue Jan 7 15:26:09 2014 UTC
# Line 28  dialog_install_system_image() Line 28  dialog_install_system_image()
28   gaugebox $"Copying system image ..."   gaugebox $"Copying system image ..."
29  }  }
30    
31    dialog_install_initrd()
32    {
33     infobox $"Writing initrd ..."
34    }
35    
36  dialog_install_bootsector()  dialog_install_bootsector()
37  {  {
38   infobox $"Writing bootsector ..."   infobox $"Writing bootsector ..."
# Line 45  dialog_install_failure() Line 50  dialog_install_failure()
50    
51  dialog_no_harddrive_found()  dialog_no_harddrive_found()
52  {  {
53   OK_LABEL=$"abort" messagebox $"No appropriate harddrive found.\nInstallation failed."   OK_LABEL=$"Abort" messagebox $"No appropriate harddrive found.\nInstallation failed."
54  }  }
55    
56  dialog_select_target_harddrive()  dialog_select_target_harddrive()

Legend:
Removed from v.2426  
changed lines
  Added in v.2460