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 c11afebbecce4de06bc75502bf5a665be20ecab8
parent a9b95bc3ebb867b4d57a24b1fd6d92a72f5ac0d1
Author: Morel BĂ©renger <berengermorel76@gmail.com>
Date:   Tue, 11 Aug 2020 08:20:13 +0200

packages/*.list should now end with ","

Diffstat:
Minstall.sh | 2+-
Mtemplates/generic/packages/base.list | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/install.sh b/install.sh @@ -185,7 +185,7 @@ cp -ar "$SOURCE"/root/* "$cp_target" success "template installation done" ## bootstrap -PKG_LIST="$(find "$SOURCE" -path 'packages' -prune -o \( -type f -name '*.list' \) -exec cat {} \+),$PKG_LIST" +PKG_LIST="$(find "$SOURCE" -path 'packages' -prune -o \( -type f -name '*.list' \) -exec cat {} \+)$PKG_LIST" info "preparing to install $PKG_LIST" debootstrap --no-merged-usr --variant=minbase "--include=$PKG_LIST" $(cat $SOURCE/name) "$cp_target" "$MIRROR" success "install done" diff --git a/templates/generic/packages/base.list b/templates/generic/packages/base.list @@ -1 +1 @@ -runit-init,busybox-static,linux-image-amd64 +runit-init,busybox-static,linux-image-amd64,