use pacman keyring

This commit is contained in:
Tobias Powalowski 2023-07-31 12:51:23 +02:00
parent cf3e005bd3
commit d78d2a6117

View file

@ -41,7 +41,7 @@ echo -e "\e[1mInformation:\e[m Logging is done on \e[1m/dev/tty7\e[m..."
if [[ -n "${_L_COMPLETE}" || -n "${_L_INSTALL_COMPLETE}" ]]; then
_TITLE="Archboot $(uname -m) | Basic Setup | New Environment"
_KEEP="Logging to ${_LOG}."
_new_environment | _dialog --title "Initializing..." --gauge "${_KEEP} Waiting for pacman..." 6 75 0 | tee -a /dev/ttyS0 /dev/ttyAMA0 /dev/ttyUSB0 /dev/pts/0 2>/dev/null
_new_environment | _dialog --title "Initializing..." --gauge "${_KEEP} Waiting for pacman keyring..." 6 75 0 | tee -a /dev/ttyS0 /dev/ttyAMA0 /dev/ttyUSB0 /dev/pts/0 2>/dev/null
fi
# Generate new images
if [[ -n "${_G_RELEASE}" ]]; then