Removed fix for m4, obsoleted by new version 1.4.15
[hvlinux.git] / stage2 / install-2
index 34c3d45..da231bb 100755 (executable)
@@ -1,22 +1,12 @@
 #!/bin/bash
 
-LFS_STAGE=stage2
-
 # Reading system configuration informations, functions and package versions.
 source ../sysinfos
 source ../functions
 source ../packages-list
 
-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
-
 init_log_file
 
-# Scripts directory
-export SCRDIR=$(pwd)
-
 ipkg ${GDBM}
 ipkg ${INETUTILS}
 ipkg -m noac ${BZIP2}