mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 21:17:55 +00:00
functions: remove the last two print clear which prevented to troubleshoot console output
This commit is contained in:
parent
8e73d91121
commit
3d5db5d9e2
@ -38,8 +38,6 @@ recovery() {
|
||||
else
|
||||
/bin/ash
|
||||
fi
|
||||
# clear screen
|
||||
printf "\033c"
|
||||
done
|
||||
}
|
||||
|
||||
@ -309,8 +307,6 @@ combine_configs() {
|
||||
|
||||
update_checksums()
|
||||
{
|
||||
# clear screen
|
||||
printf "\033c"
|
||||
# ensure /boot mounted
|
||||
if ! grep -q /boot /proc/mounts ; then
|
||||
mount -o ro /boot \
|
||||
|
Loading…
Reference in New Issue
Block a user