finalized split-iso. working

This commit is contained in:
2015-05-21 02:47:36 -04:00
parent 56806ba880
commit 32c39ff7e1
3 changed files with 11 additions and 4 deletions

View File

@@ -43,6 +43,7 @@ function will_it_blend () {
local BUILDDIR="${BUILDDIR}${ARCHSUFFIX}"
# now let's build the squashed image... and generate some checksums as well to verify download integrity.
rm -rf ${ARCHBOOT}
mkdir -p ${ARCHBOOT}/${AIROOT}
if [ ! -f "${ARCHBOOT}/${AIROOT}/airootfs.sfs" ] || [ "${CHROOTDIR}/root/.bash_history" -nt "${ARCHBOOT}/${AIROOT}/airootfs.sfs" ];