X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fstage2-additions;h=bb73b06104945bf46df7f3402fc0d61b6cda1e79;hb=12b39d0455ce4e04ae2c7719ea91dfeca9bfe4a6;hp=575827047390cd280a8f8bbd8cca25697655ef93;hpb=16cc35ba4890382ee9368a176e4f5a7fa773b7a6;p=hvlinux.git diff --git a/stage2/stage2-additions b/stage2/stage2-additions index 5758270..bb73b06 100755 --- a/stage2/stage2-additions +++ b/stage2/stage2-additions @@ -3,7 +3,7 @@ # System configuration informations (entered by the user) source ../sysinfos -export LFS_PKG_DIR="$(dirname $(dirname $(pwd)))/packages/stage2" +export LFS_PKG_DIR="$(dirname $(pwd))/packages/stage2" export LFS_LOG_DIR=/var/log/hvlinux-install/stage2 export LFS_LOG_FILE=${LFS_LOG_DIR}/install.log export LFS_TMP="/tmp" @@ -19,8 +19,9 @@ if [ ! -f ${LFS_LOG_FILE} ]; then touch ${LFS_LOG_FILE} || exit 1 fi -ipkg_ac ${AUTOMAKE} -run_script_log "Installing HV-utilities" cis-hv-utilities +ipkg_ac ${LIBTOOL} +ipkg ${UDEV} cis-udev +ipkg ${UDEV_CONFIG} cis-udev-config # Return last error exit $?