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:
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"