From c3e1f7ab3d85ac65d309726a88958d149cda70f6 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 4 Aug 2023 14:46:19 +0200 Subject: [PATCH] change title --- usr/lib/archboot/login.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/login.sh b/usr/lib/archboot/login.sh index af9159e88..c7def05ad 100644 --- a/usr/lib/archboot/login.sh +++ b/usr/lib/archboot/login.sh @@ -147,7 +147,7 @@ fi if [[ "${TTY}" = "tty1" ]] ; then if ! mount | grep -q zram0; then - _TITLE="Archboot $(uname -m) | Basic Setup | ZRAM Setup" + _TITLE="Archboot $(uname -m) | Basic Setup | ZRAM" _switch_root_zram | _dialog --title " Initializing System... " --gauge "Creating /dev/zram0 with zstd compression..." 6 75 0 | tee -a /dev/ttyS0 /dev/ttyAMA0 /dev/ttyUSB0 /dev/pts/0 2>/dev/null else if ! [[ -e "${_CACHEDIR}/archboot.db" ]]; then