functions: remove the last two print clear which prevented to troubleshoot console output

This commit is contained in:
Thierry Laurion 2023-01-13 11:24:26 -05:00
parent 8e73d91121
commit 3d5db5d9e2
No known key found for this signature in database
GPG Key ID: E7B4A71658E36A93

View File

@ -38,8 +38,6 @@ recovery() {
else else
/bin/ash /bin/ash
fi fi
# clear screen
printf "\033c"
done done
} }
@ -309,8 +307,6 @@ combine_configs() {
update_checksums() update_checksums()
{ {
# clear screen
printf "\033c"
# ensure /boot mounted # ensure /boot mounted
if ! grep -q /boot /proc/mounts ; then if ! grep -q /boot /proc/mounts ; then
mount -o ro /boot \ mount -o ro /boot \