--- trunk/installer/installer-ncurses.sh 2010/05/30 17:33:36 1014 +++ trunk/installer/installer-ncurses.sh 2010/05/30 18:29:43 1034 @@ -1,15 +1,20 @@ #!/bin/sh # $Id$ -source include/functions.sh -source include/hwdetection.sh +# global config +source /etc/installer.conf -source ncurses-gui/common.sh -source ncurses-gui/locales.sh -source ncurses-gui/networking.sh -source ncurses-gui/usermanagement.sh -source ncurses-gui/diskpartition.sh -source ncurses-gui/install.sh +# helper scripts +source ${INSTALLER_DIR}/include/functions.sh +source ${INSTALLER_DIR}/include/hwdetection.sh + +# gui +source ${INSTALLER_DIR}/ncurses-gui/common.sh +source ${INSTALLER_DIR}/ncurses-gui/locales.sh +source ${INSTALLER_DIR}/ncurses-gui/networking.sh +source ${INSTALLER_DIR}/ncurses-gui/usermanagement.sh +source ${INSTALLER_DIR}/ncurses-gui/diskpartition.sh +source ${INSTALLER_DIR}/ncurses-gui/install.sh # install root INSTALL_ROOT="/mnt/magellan"