fix: don't ask again for encryption key in chroot if it was already set when executing install
This commit is contained in:
parent
1a920427a6
commit
d55ba9ea1e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue