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 83745550337acd578f800c1e2a6e31047367cf41
parent 131fcdfa1fb9ee8ceb83337513330e32b54b75f8
Author: Morel BĂ©renger <berenger.morel@neutralite.org>
Date:   Sun, 24 Nov 2019 16:17:10 +0100

in debug mode, set -e

Diffstat:
Mmkiso.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/mkiso.sh b/mkiso.sh @@ -21,6 +21,7 @@ then == this is a debug setup == =========================== EOF + set -x fi BOOTSTRAPOPT="--no-merged-usr --variant=minbase"