autoinst

scripts to make installation of custom debian easier and more automated
git clone git://deadbeef.fr/autoinst.git
Log | Files | Refs | README | LICENSE

commit 0a86dec8397c56929cb1190a7b64cf8bb19464e5
parent 786c7fa362f4616fbe055d15bdf956f35396d081
Author: Morel BĂ©renger <berengermorel76@gmail.com>
Date:   Thu, 12 Nov 2020 20:13:32 +0100

"improve" debootstrap feedback

Diffstat:
Minstall.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install.sh b/install.sh @@ -187,7 +187,7 @@ success "template installation done" ## bootstrap PKG_LIST="$(find "$SOURCE/packages" -name '*.list' -exec cat {} \+)$PKG_LIST" -info "preparing to install $PKG_LIST" +info "preparing to install $PKG_LIST (this will take some silent time)" debootstrap --no-merged-usr --variant=minbase "--include=$PKG_LIST" $(cat $SOURCE/name) "$cp_target" "$MIRROR" 2>&1 >/dev/null success "install done"