Magellan Linux

Diff of /trunk/installer/ncurses-gui/install.sh

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

revision 1067 by niro, Mon May 31 20:58:28 2010 UTC revision 1068 by niro, Mon May 31 22:17:52 2010 UTC
# Line 5  system_setup() Line 5  system_setup()
5   ${INSTALLER_DIR}/include/prepare_auth.sh &>> ${INSTALLER_LOG}   ${INSTALLER_DIR}/include/prepare_auth.sh &>> ${INSTALLER_LOG}
6   echo 25   echo 25
7    
8   ${INSTALLER_DIR}/include/prepare_networking.sh &>> ${INSTALLER_LOG}   ${INSTALLER_DIR}/include/prepare_locale.sh &>> ${INSTALLER_LOG}
9   echo 50   echo 50
10    
11     ${INSTALLER_DIR}/include/prepare_networking.sh &>> ${INSTALLER_LOG}
12     echo 65
13    
14   ${INSTALLER_DIR}/include/prepare_fstab.sh &>> ${INSTALLER_LOG}   ${INSTALLER_DIR}/include/prepare_fstab.sh &>> ${INSTALLER_LOG}
15   echo 75   echo 75
16    
# Line 17  system_setup() Line 20  system_setup()
20    
21  main_install()  main_install()
22  {  {
23     # create an empty installer log
24     ${INSTALLER_DIR}/include/install_log.sh --prepare
25    
26   ${INSTALLER_DIR}/include/prepare_disks.sh --format --ncurses | gauge "Installing" "Formating disks..." 10 70   ${INSTALLER_DIR}/include/prepare_disks.sh --format --ncurses | gauge "Installing" "Formating disks..." 10 70
27   ${INSTALLER_DIR}/include/prepare_disks.sh --mount &>> ${INSTALLER_LOG}   ${INSTALLER_DIR}/include/prepare_disks.sh --mount &>> ${INSTALLER_LOG}
28    
# Line 25  main_install() Line 31  main_install()
31   system_setup | gauge "Installing" "Setup system settings..." 10 70   system_setup | gauge "Installing" "Setup system settings..." 10 70
32   ${INSTALLER_DIR}/include/prepare_bootloader.sh | gauge "Installing" "Installing Bootloader..." 10 70   ${INSTALLER_DIR}/include/prepare_bootloader.sh | gauge "Installing" "Installing Bootloader..." 10 70
33    
34     # copy install log to install root
35     ${INSTALLER_DIR}/include/install_log.sh --copy
36    
37   ${INSTALLER_DIR}/include/prepare_disks.sh --umount &>> ${INSTALLER_LOG}   ${INSTALLER_DIR}/include/prepare_disks.sh --umount &>> ${INSTALLER_LOG}
38  }  }

Legend:
Removed from v.1067  
changed lines
  Added in v.1068