some minor modifications..

This commit is contained in:
brent s. 2015-07-23 03:49:14 -04:00
parent f4c8f45ee3
commit b36ef29900
3 changed files with 6 additions and 3 deletions

View File

@ -31,8 +31,8 @@ function so_check_me_out {
break 2
fi
done
set -e
fi
set -e

# Sanity is important.
if [[ -z "${HOST_DIST}" ]];
@ -64,8 +64,10 @@ function so_check_me_out {
echo "Please ensure you are connected to the Internet/have repositories configured correctly."
exit 1
fi
set -e
fi

set +e
while read pkgname;
do
eval "${PKG_CHK}" >> "${LOGFILE}.${FUNCNAME}" 2>&1
@ -83,8 +85,8 @@ function so_check_me_out {
fi
fi
done < ${PKGLIST}

set -e

rm -f "${LOCKFILE}"
}


View File

@ -359,7 +359,7 @@ EOF
echo "Done."

rm -f ${LOCKFILE}
#rm -f ${LOCKFILE}
echo "Chroot setup complete."


View File

@ -1,5 +1,6 @@
binutils
curl
dosfstools
findutils
gcc-libs-multilib
gcc-multilib