From 161b54a6381272de11d167b453d9c0b1b00fc77e Mon Sep 17 00:00:00 2001 From: fithwum <34775371+fithwum@users.noreply.github.com> Date: Wed, 2 Oct 2019 09:07:40 -0700 Subject: [PATCH] Update debian-stretch_pt1.sh --- base-build/debian-stretch_pt1.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base-build/debian-stretch_pt1.sh b/base-build/debian-stretch_pt1.sh index 1b70d77..c432118 100644 --- a/base-build/debian-stretch_pt1.sh +++ b/base-build/debian-stretch_pt1.sh @@ -42,11 +42,11 @@ debootstrap --keyring /etc/apt/trusted.gpg.d/debian-archive-stretch-stable.gpg - echo " " echo "INFO ! Filesystem size uncompressed." du --human-readable --summarize debian-stretch -sleep 10 +sleep 5 echo " " echo "INFO ! Mounting folders for root." mount --bind /dev debian-stretch/dev -mount --bind /dev/pts debian-stretch/dev +mount --bind /dev/pts debian-stretch/dev/pts mount --bind /proc debian-stretch/proc mount --bind /sys debian-stretch/sys sleep 1