Annotation of /trunk/installer/ncurses-gui/install.sh
Parent Directory | Revision Log
Revision 1069 -
(hide annotations)
(download)
(as text)
Mon May 31 22:50:22 2010 UTC (14 years, 5 months ago) by niro
File MIME type: application/x-sh
File size: 1156 byte(s)
Mon May 31 22:50:22 2010 UTC (14 years, 5 months ago) by niro
File MIME type: application/x-sh
File size: 1156 byte(s)
-fixed pipelines again
1 | niro | 1013 | # $Id$ |
2 | |||
3 | system_setup() | ||
4 | { | ||
5 | niro | 1069 | ${INSTALLER_DIR}/include/prepare_auth.sh >> ${INSTALLER_LOG} 2>&1 |
6 | niro | 1013 | echo 25 |
7 | niro | 1048 | |
8 | niro | 1069 | ${INSTALLER_DIR}/include/prepare_locale.sh >> ${INSTALLER_LOG} 2>&1 |
9 | niro | 1013 | echo 50 |
10 | niro | 1048 | |
11 | niro | 1069 | ${INSTALLER_DIR}/include/prepare_networking.sh >> ${INSTALLER_LOG} 2>&1 |
12 | niro | 1068 | echo 65 |
13 | |||
14 | niro | 1069 | ${INSTALLER_DIR}/include/prepare_fstab.sh >> ${INSTALLER_LOG} 2>&1 |
15 | niro | 1013 | echo 75 |
16 | niro | 1048 | |
17 | niro | 1069 | ${INSTALLER_DIR}/include/prepare_initrd.sh >> ${INSTALLER_LOG} 2>&1 |
18 | niro | 1013 | echo 100 |
19 | } | ||
20 | |||
21 | main_install() | ||
22 | { | ||
23 | niro | 1068 | # create an empty installer log |
24 | ${INSTALLER_DIR}/include/install_log.sh --prepare | ||
25 | |||
26 | niro | 1048 | ${INSTALLER_DIR}/include/prepare_disks.sh --format --ncurses | gauge "Installing" "Formating disks..." 10 70 |
27 | niro | 1069 | ${INSTALLER_DIR}/include/prepare_disks.sh --mount >> ${INSTALLER_LOG} 2>&1 |
28 | niro | 1013 | |
29 | niro | 1034 | ${INSTALLER_DIR}/include/bootstrap-wrapper.sh --ncurses | gauge "Installing" "Installing system..." 10 70 |
30 | niro | 1013 | |
31 | system_setup | gauge "Installing" "Setup system settings..." 10 70 | ||
32 | niro | 1034 | ${INSTALLER_DIR}/include/prepare_bootloader.sh | gauge "Installing" "Installing Bootloader..." 10 70 |
33 | niro | 1013 | |
34 | niro | 1068 | # copy install log to install root |
35 | ${INSTALLER_DIR}/include/install_log.sh --copy | ||
36 | |||
37 | niro | 1069 | ${INSTALLER_DIR}/include/prepare_disks.sh --umount >> ${INSTALLER_LOG} 2>&1 |
38 | niro | 1013 | } |
Properties
Name | Value |
---|---|
svn:keywords | Id |