Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1035 - (hide annotations) (download) (as text)
Sun May 30 18:37:54 2010 UTC (13 years, 11 months ago) by niro
File MIME type: application/x-sh
File size: 802 byte(s)
-code cleanup
1 niro 1013 # $Id$
2    
3     system_setup()
4     {
5 niro 1034 ${INSTALLER_DIR}/include/prepare_auth.sh &> /dev/null
6 niro 1013 echo 25
7    
8 niro 1034 ${INSTALLER_DIR}/include/prepare_networking.sh &> /dev/null
9 niro 1013 echo 50
10    
11 niro 1034 ${INSTALLER_DIR}/include/prepare_fstab.sh &> /dev/null
12 niro 1013 echo 75
13    
14 niro 1034 ${INSTALLER_DIR}/include/prepare_initrd.sh &> /dev/null
15 niro 1013 echo 100
16     }
17    
18     main_install()
19     {
20 niro 1034 ${INSTALLER_DIR}/include/prepare_disks.sh --format | gauge "Installing" "Formating disks..." 10 70
21     ${INSTALLER_DIR}/include/prepare_disks.sh --mount
22 niro 1013
23 niro 1034 ${INSTALLER_DIR}/include/bootstrap-wrapper.sh --ncurses | gauge "Installing" "Installing system..." 10 70
24 niro 1013
25     system_setup | gauge "Installing" "Setup system settings..." 10 70
26 niro 1034 ${INSTALLER_DIR}/include/prepare_bootloader.sh | gauge "Installing" "Installing Bootloader..." 10 70
27 niro 1013
28 niro 1034 ${INSTALLER_DIR}/include/prepare_disks.sh --umount
29 niro 1013 }

Properties

Name Value
svn:keywords Id