mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-20 05:28:08 +00:00
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:
parent
6b485ed89f
commit
92e706bf1b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user