clear screen at the end

This commit is contained in:
Tobias Powalowski 2023-07-31 09:02:47 +02:00
parent 7a56ee6505
commit d24de89a70

View file

@ -157,6 +157,7 @@ echo 0 > /proc/sys/kernel/sysrq
echo FONT=ter-v${SIZE}n >> /sysroot/etc/vconsole.conf echo FONT=ter-v${SIZE}n >> /sysroot/etc/vconsole.conf
echo | _dialog --title "Ready" --gauge "The boot medium can be safely removed now." 6 75 100 echo | _dialog --title "Ready" --gauge "The boot medium can be safely removed now." 6 75 100
read -r -t 1 read -r -t 1
printf "\ec"
exec switch_root /sysroot /usr/bin/init "$@" exec switch_root /sysroot /usr/bin/init "$@"
# vim: set ft=sh ts=4 sw=4 et: # vim: set ft=sh ts=4 sw=4 et: