This commit is contained in:
Tobias Powalowski 2023-07-31 14:36:34 +02:00
parent 6b5c8aab35
commit 2f4b5ad923

View file

@ -73,7 +73,7 @@ if [[ "${TTY}" = "tty1" ]]; then
_progress "100" "System is ready."
read -r -t 2
# fix clear screen on all terminals
printf "\ec" | | tee -a /dev/ttyS0 /dev/ttyAMA0 /dev/ttyUSB0 /dev/pts/0 2>/dev/null
printf "\ec" | tee -a /dev/ttyS0 /dev/ttyAMA0 /dev/ttyUSB0 /dev/pts/0 2>/dev/null
# https://www.freedesktop.org/software/systemd/man/bootup.html
# enable systemd initrd functionality
touch /etc/initrd-release