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

install.sh no longer alter packages to install

Diffstat:
Minstall.sh | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/install.sh b/install.sh @@ -150,7 +150,6 @@ then if test -f "$crypttab" then info "encrypting partitions" - PKG_LIST="cryptsetup-initramfs,cryptsetup-bin,cryptsetup-run,$PKG_LIST" while read mapped_dev dev keyfile params do if test "$keyfile" = "none"