Magellan Linux

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

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

revision 2476 by niro, Wed Jan 8 08:59:52 2014 UTC revision 2477 by niro, Wed Jan 8 10:21:09 2014 UTC
# 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.2476  
changed lines
  Added in v.2477