[scripts] remaster_pre: signal stdout when mounting /proc
This commit is contained in:
parent
63ff5fdd5a
commit
b4029a6363
@ -17,6 +17,7 @@ mount --bind "${PKGS_DIR}" "${CHROOT_PKGS_DIR}" || exit 1
|
|||||||
|
|
||||||
content=$(ls -1 "${CHROOT_DIR}/proc" | wc -l)
|
content=$(ls -1 "${CHROOT_DIR}/proc" | wc -l)
|
||||||
if [ "${content}" -le 3 ]; then
|
if [ "${content}" -le 3 ]; then
|
||||||
|
echo "Mounting /proc ..."
|
||||||
mount -t proc proc "${CHROOT_DIR}/proc"
|
mount -t proc proc "${CHROOT_DIR}/proc"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user