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 33dc3427ad528528fdaf1e3eafe96f66e83c3451
parent 2389612875d8b558fb0f2b61d394f6ee7371aa30
Author: Morel BĂ©renger <berengermorel76@gmail.com>
Date:   Sun, 13 Dec 2020 01:08:54 +0100

rename file 'name' to 'distname' which is more explicit

Diffstat:
Minstall.sh | 2+-
Rtemplates/encryption/name -> templates/encryption/distname | 0
Rtemplates/generic/name -> templates/generic/distname | 0
3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/install.sh b/install.sh @@ -188,7 +188,7 @@ success "template installation done" ## bootstrap PKG_LIST="$(find "$SOURCE/packages" -name '*.list' -exec cat {} \+)$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 +debootstrap --no-merged-usr --variant=minbase "--include=$PKG_LIST" $(cat $SOURCE/distname) "$cp_target" "$MIRROR" 2>&1 >/dev/null success "install done" info "cleaning target's /var/cache/apt" diff --git a/templates/encryption/name b/templates/encryption/distname diff --git a/templates/generic/name b/templates/generic/distname