mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-24 07:06:42 +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
|
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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user