init: fix invalid GPG_TTY variable

busyboy tty isn't working after the musl-cross-make change so
revert to known good value.
This commit is contained in:
Francis Lam 2020-01-25 20:45:03 -08:00
parent 6b485ed89f
commit 92e706bf1b

View File

@ -52,7 +52,7 @@ if [ "$CONFIG_LINUXBOOT" = "y" ]; then
fi
# Set GPG_TTY before calling gpg in key-init
export GPG_TTY=$(tty)
export GPG_TTY=/dev/console
/bin/key-init