change title

This commit is contained in:
Tobias Powalowski 2023-08-04 14:46:19 +02:00
parent 88273524f0
commit c3e1f7ab3d

View file

@ -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