[scripts] remaster_pre: signal stdout when mounting /proc

This commit is contained in:
Fabio Erculiani 2012-09-05 12:34:26 +02:00
parent 63ff5fdd5a
commit b4029a6363
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ mount --bind "${PKGS_DIR}" "${CHROOT_PKGS_DIR}" || exit 1
content=$(ls -1 "${CHROOT_DIR}/proc" | wc -l)
if [ "${content}" -le 3 ]; then
echo "Mounting /proc ..."
mount -t proc proc "${CHROOT_DIR}/proc"
fi