Magellan Linux

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

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

revision 2425 by niro, Tue Jan 7 13:54:06 2014 UTC revision 2426 by niro, Tue Jan 7 14:06:18 2014 UTC
# Line 8  finish() Line 8  finish()
8   OK_LABEL=$"Exit" messagebox -y 10 -x 70 -h $"Finish" $"Installation was successfully finished."   OK_LABEL=$"Exit" messagebox -y 10 -x 70 -h $"Finish" $"Installation was successfully finished."
9  }  }
10    
11    dialog_setup_hdd_create_partitions()
12    {
13     infobox $"Creating partitions ..."
14    }
15    
16    dialog_setup_hdd_format()
17    {
18     infobox $"Creating filesystems ..."
19    }
20    
21    dialog_install_settings()
22    {
23     infobox $"Saving system settings ..."
24    }
25    
26    dialog_install_system_image()
27    {
28     gaugebox $"Copying system image ..."
29    }
30    
31    dialog_install_bootsector()
32    {
33     infobox $"Writing bootsector ..."
34    }
35    
36    dialog_install_successful()
37    {
38     messagebox $"The installation was \Z2successful\Zn."
39    }
40    
41    dialog_install_failure()
42    {
43     messagebox $"The installation \Z1failed\Zn.\n\nError at ${ERROR}, RetVal: ${RETVAL}"
44    }
45    
46  dialog_no_harddrive_found()  dialog_no_harddrive_found()
47  {  {
48   OK_LABEL=$"abort" messagebox $"No appropriate harddrive found.\nInstallation failed."   OK_LABEL=$"abort" messagebox $"No appropriate harddrive found.\nInstallation failed."

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