From 3a581d5650b7d380680b5ee8be6663327bffbc5a Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 16 Dec 2015 12:10:20 +0100 Subject: Make the configuration of the Live environment less verbose. There is no added value in seeing all the executed commands scroll by. --- make_slackware_live.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/make_slackware_live.sh b/make_slackware_live.sh index af25874..9995ad1 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -803,7 +803,7 @@ EOT # If we added slackpkg+ for easier system management, let's configure it too. # Update the cache for slackpkg: echo "-- Creating slackpkg cache, takes a few seconds..." -chroot "${LIVE_ROOTDIR}" <${DBGOUT} +chroot "${LIVE_ROOTDIR}" /bin/bash <${DBGOUT} if [ -f var/log/packages/slackpkg+-* ] ; then cat < etc/slackpkg/slackpkgplus.conf @@ -1028,7 +1028,7 @@ sed -i -e '/systohc/s/^/# /' ${LIVE_ROOTDIR}/etc/rc.d/rc.6 # Run some package setup scripts (usually run by the slackware installer), # as well as some of the delaying commands in rc.M and rc.modules: -chroot ${LIVE_ROOTDIR} </dev/null 2>${DBGOUT} @@ -1037,7 +1037,7 @@ chroot ${LIVE_ROOTDIR} < /dev/null 2>${DBGOUT} -- cgit v1.2.3