Magellan Linux

Diff of /trunk/installer-simple/bin/installer.sh.in

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

revision 2470 by niro, Tue Jan 7 20:54:38 2014 UTC revision 2472 by niro, Wed Jan 8 08:52:28 2014 UTC
# Line 7  Line 7 
7  # Niels Rogalla <niro@magellan-linux.de>  # Niels Rogalla <niro@magellan-linux.de>
8  #  #
9    
10  # ignore the environment  # setup locales
11  LC_ALL=C  TEXTDOMAIN=installer
12    LC_MESSAGES=C
13    
14  # include dir  # include dir
15  INSTALLER_LIBDIR="%LIBDIR%"  INSTALLER_LIBDIR="%LIBDIR%"
16    
# Line 253  dialog_main() Line 255  dialog_main()
255    
256   while [[ ${method} -le 2 ]]   while [[ ${method} -le 2 ]]
257   do   do
258   method=$(CANCEL_LABEL=$"Exit "menubox $"Configuration:" \   method=$(CANCEL_LABEL=$"Exit" menubox $"Configuration:" \
259   $"1:Install system" \   $"1:Install system" \
260   $"2:Show detected harddrives" \   $"2:Show detected harddrives" \
261   $"3:Exit and reboot" \   $"3:Exit and reboot" \

Legend:
Removed from v.2470  
changed lines
  Added in v.2472