X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpackages-update;h=200e4a06284f7838fadc364f3d7e4c703be9406a;hb=82375c336cb78838feda12d1501112c86a436d4c;hp=01ce4d0652a5ea4638d7521db5358831c2a0c84c;hpb=be41960e19c9daee738916df4138559a262ca34a;p=hvlinux.git diff --git a/stage2/packages-update b/stage2/packages-update index 01ce4d0..200e4a0 100755 --- a/stage2/packages-update +++ b/stage2/packages-update @@ -14,6 +14,10 @@ source ../packages-list update_packages_init +if [ ${#} -eq 1 -a "x${1}" = "xtest" ]; then + export TEST_INTEGRITY=1 +fi + # These packages were already downloaded for stage0: lpkg 0 ${KERNEL} lpkg 0 ${EGLIBC} @@ -22,7 +26,7 @@ lpkg 0 ${MPFR} lpkg 0 ${PPL} lpkg 0 ${CLOOG_PPL} lpkg 0 ${BINUTILS} -lpkg 0 ${GCC_CORE} +lpkg 0 ${GCC} # These packages were already downloaded for stage1: lpkg 1 ${ZLIB}