Magellan Linux

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

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

revision 1014 by niro, Sun May 30 17:33:36 2010 UTC revision 1034 by niro, Sun May 30 18:29:43 2010 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2  # $Id$  # $Id$
3    
4  source include/functions.sh  # global config
5  source include/hwdetection.sh  source /etc/installer.conf
6    
7  source ncurses-gui/common.sh  # helper scripts
8  source ncurses-gui/locales.sh  source ${INSTALLER_DIR}/include/functions.sh
9  source ncurses-gui/networking.sh  source ${INSTALLER_DIR}/include/hwdetection.sh
10  source ncurses-gui/usermanagement.sh  
11  source ncurses-gui/diskpartition.sh  # gui
12  source ncurses-gui/install.sh  source ${INSTALLER_DIR}/ncurses-gui/common.sh
13    source ${INSTALLER_DIR}/ncurses-gui/locales.sh
14    source ${INSTALLER_DIR}/ncurses-gui/networking.sh
15    source ${INSTALLER_DIR}/ncurses-gui/usermanagement.sh
16    source ${INSTALLER_DIR}/ncurses-gui/diskpartition.sh
17    source ${INSTALLER_DIR}/ncurses-gui/install.sh
18    
19  # install root  # install root
20  INSTALL_ROOT="/mnt/magellan"  INSTALL_ROOT="/mnt/magellan"

Legend:
Removed from v.1014  
changed lines
  Added in v.1034