From d55ba9ea1e63563d7a7283036de2b8f82e276257 Mon Sep 17 00:00:00 2001 From: oddlama Date: Wed, 27 Oct 2021 13:27:54 +0200 Subject: [PATCH] fix: don't ask again for encryption key in chroot if it was already set when executing install --- scripts/dispatch_chroot.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/dispatch_chroot.sh b/scripts/dispatch_chroot.sh index 44bf62e..b6f1bb1 100755 --- a/scripts/dispatch_chroot.sh +++ b/scripts/dispatch_chroot.sh @@ -20,7 +20,6 @@ export MAKEFLAGS="-j$NPROC" export EMERGE_DEFAULT_OPTS="--jobs=$NPROC_ONE --load-average=$NPROC" # Unset critical variables -unset GENTOO_INSTALL_ENCRYPTION_KEY unset key # Execute the requested command