-Ajout repertoire fcron.d pour stocker les crontab
[hvlinux.git] / stage5 / hv-install-1
index 494716b..85bc799 100755 (executable)
@@ -1,16 +1,10 @@
-#!/bin/sh
-
-LFS_STAGE=stage5
-
-export LFS_PKG_DIR="$(dirname $(pwd))/packages/${LFS_STAGE}"
-export LFS_LOG_DIR=/var/log/hvlinux-install/${LFS_STAGE}
-export LFS_LOG_FILE=${LFS_LOG_DIR}/install.log
-export LFS_TMP=/tmp
+#!/bin/bash
 
 # Reading system configuration informations, functions and package versions.
-source ../sysinfos
+source ../config/sysinfos
 source ../functions
-source ../packages-list
+hvtrap_setup
+source ../config/packages-list
 source /etc/profile
 
 if [ "x${USER}" != "xroot" ]; then