add kernel version to title

This commit is contained in:
Tobias Powalowski 2023-10-09 20:27:59 +02:00
parent aeb7c719f1
commit 0ee9030d12

View file

@ -2,7 +2,7 @@
# SPDX-License-Identifier: GPL-2.0-only
# created by Tobias Powalowski <tpowa@archlinux.org>
LANG=C
_TITLE="Archboot $(uname -m) | Basic Setup | Early Userspace"
_TITLE="Archboot $(uname -m) | $(uname -r) | Basic Setup | Early Userspace"
_KEEP="Please keep the boot medium inserted."
_dialog() {
dialog --backtitle "${_TITLE}" "$@"