diff --git a/usr/lib/archboot/common.sh b/usr/lib/archboot/common.sh index 638fc0f4b..38ceb2df3 100644 --- a/usr/lib/archboot/common.sh +++ b/usr/lib/archboot/common.sh @@ -123,7 +123,7 @@ _show_login() { } _abort() { - if _dialog --yesno "Abort$(echo "${_TITLE}" | cut -d '|' -f3) ?" 5 45; then + if _dialog --yesno "Abort$(echo "${_TITLE}" | cut -d '|' -f5) ?" 5 45; then [[ -e "${_ANSWER}-running" ]] && rm "${_ANSWER}-running" [[ -e "${_ANSWER}" ]] && rm "${_ANSWER}" clear diff --git a/usr/share/archboot/doc/grub.png b/usr/share/archboot/doc/grub.png index f6260a81b..6764f985d 100644 Binary files a/usr/share/archboot/doc/grub.png and b/usr/share/archboot/doc/grub.png differ diff --git a/usr/share/archboot/remote/usr/bin/remote-login.sh b/usr/share/archboot/remote/usr/bin/remote-login.sh index a31310ae8..5eb2da17c 100755 --- a/usr/share/archboot/remote/usr/bin/remote-login.sh +++ b/usr/share/archboot/remote/usr/bin/remote-login.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# SPDX-License-Identifier: GPL-2.0-only +# SPDX-License-Identifier: GPL-3.0-or-later # Created by Tobias Powalowski # simulate login from tty on first screen session @@ -8,5 +8,4 @@ if ! screen -ls &>/dev/null; then echo -e "Hit \e[1m\e[92mENTER\e[m for \e[1mshell\e[m login." read -r fi -. /etc/profile screen -q -xRR