Commit d80a31d6 authored by Adam Wujek's avatar Adam Wujek 💬

patches/barebox: avoid erasing messages by barebox's menu

When Barebox's menu is displayed, it erases all messages from the screen.
Put some extra newlines to move out printed messages from the screen.
These messages could be seen now in the terminal's history.
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 5d824d5f
......@@ -70,6 +70,11 @@ gpio_set_value 1 0
PS1="wrs-$eth0.ethaddr# "
# skip 2x16 lines, to keep barebox messages in the console's history
# otherwise mesages will be cleared by "menu -s ..." command
echo -e \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
echo -e \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
# Create the menu
#menu -r -m boot
menu -a -m boot -d "Welcome on WRSv3 Boot Sequence"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment