Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1057 - (show annotations) (download) (as text)
Mon May 31 20:58:28 2010 UTC (13 years, 11 months ago) by niro
File MIME type: application/x-sh
File size: 883 byte(s)
-pipe everything to INSTALLER_LOG

1 # $Id$
2
3 system_setup()
4 {
5 ${INSTALLER_DIR}/include/prepare_auth.sh &>> ${INSTALLER_LOG}
6 echo 25
7
8 ${INSTALLER_DIR}/include/prepare_networking.sh &>> ${INSTALLER_LOG}
9 echo 50
10
11 ${INSTALLER_DIR}/include/prepare_fstab.sh &>> ${INSTALLER_LOG}
12 echo 75
13
14 ${INSTALLER_DIR}/include/prepare_initrd.sh &>> ${INSTALLER_LOG}
15 echo 100
16 }
17
18 main_install()
19 {
20 ${INSTALLER_DIR}/include/prepare_disks.sh --format --ncurses | gauge "Installing" "Formating disks..." 10 70
21 ${INSTALLER_DIR}/include/prepare_disks.sh --mount &>> ${INSTALLER_LOG}
22
23 ${INSTALLER_DIR}/include/bootstrap-wrapper.sh --ncurses | gauge "Installing" "Installing system..." 10 70
24
25 system_setup | gauge "Installing" "Setup system settings..." 10 70
26 ${INSTALLER_DIR}/include/prepare_bootloader.sh | gauge "Installing" "Installing Bootloader..." 10 70
27
28 ${INSTALLER_DIR}/include/prepare_disks.sh --umount &>> ${INSTALLER_LOG}
29 }

Properties

Name Value
svn:keywords Id