diff --git a/usr/bin/archboot-vconsole.sh b/usr/bin/archboot-vconsole.sh index d24b754dd..a220d3de1 100755 --- a/usr/bin/archboot-vconsole.sh +++ b/usr/bin/archboot-vconsole.sh @@ -20,9 +20,9 @@ _vconsole_font() { _CONTINUE="" while [[ -z "${_CONTINUE}" ]]; do if grep -q '^FONT=.*32' /etc/vconsole.conf; then - _FONTS="ter-v32n Worldwide latarcyrheb-sun32 Worldwide" + _FONTS="ter-v32n Worldwide latarcyrheb-sun32 'Default Font'" else - _FONTS="ter-v16n Worldwide latarcyrheb-sun16 Worldwide eurlatgr Europe" + _FONTS="ter-v16n 'Default Font' latarcyrheb-sun16 Worldwide eurlatgr Europe" fi #shellcheck disable=SC2086 if _dialog --cancel-label "${_LABEL}" --title " Vconsole Font " --menu "" 9 40 3 ${_FONTS} 2>${_ANSWER}; then diff --git a/usr/share/archboot/doc/archboot.html b/usr/share/archboot/doc/archboot.html index b358d13b8..af7c6694f 100644 --- a/usr/share/archboot/doc/archboot.html +++ b/usr/share/archboot/doc/archboot.html @@ -457,7 +457,7 @@

3.2.2 HTTP Browser Terminal - TTYD

-

Access the ttyd terminal in your browser.

+

Access the ttyd terminal in your browser. The connection is not encrypted!