some minor modifications..
This commit is contained in:
parent
f4c8f45ee3
commit
b36ef29900
@ -31,8 +31,8 @@ function so_check_me_out {
|
|||||||
break 2
|
break 2
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
set -e
|
|
||||||
fi
|
fi
|
||||||
|
set -e
|
||||||
|
|
||||||
# Sanity is important.
|
# Sanity is important.
|
||||||
if [[ -z "${HOST_DIST}" ]];
|
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."
|
echo "Please ensure you are connected to the Internet/have repositories configured correctly."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
set -e
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
set +e
|
||||||
while read pkgname;
|
while read pkgname;
|
||||||
do
|
do
|
||||||
eval "${PKG_CHK}" >> "${LOGFILE}.${FUNCNAME}" 2>&1
|
eval "${PKG_CHK}" >> "${LOGFILE}.${FUNCNAME}" 2>&1
|
||||||
@ -83,8 +85,8 @@ function so_check_me_out {
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done < ${PKGLIST}
|
done < ${PKGLIST}
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
rm -f "${LOCKFILE}"
|
rm -f "${LOCKFILE}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -359,7 +359,7 @@ EOF
|
|||||||
echo "Done."
|
echo "Done."
|
||||||
|
|
||||||
|
|
||||||
rm -f ${LOCKFILE}
|
#rm -f ${LOCKFILE}
|
||||||
|
|
||||||
echo "Chroot setup complete."
|
echo "Chroot setup complete."
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
binutils
|
binutils
|
||||||
curl
|
curl
|
||||||
|
dosfstools
|
||||||
findutils
|
findutils
|
||||||
gcc-libs-multilib
|
gcc-libs-multilib
|
||||||
gcc-multilib
|
gcc-multilib
|
||||||
|
Loading…
Reference in New Issue
Block a user