From fe14a93fe6a22243892785ceafd086a75b6c9253 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Sun, 4 Apr 2021 13:18:31 +0200 Subject: sandbox: state: reword warning about initial state errors The message didn't explicitly say it is expected behavior to not find barebox-state on startup. Reword the message to make this clearer. Signed-off-by: Ahmad Fatoum Link: https://lore.pengutronix.de/20210404111831.592821-2-ahmad@a3f.at Signed-off-by: Sascha Hauer --- arch/sandbox/board/env/init/state | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'arch/sandbox/board') diff --git a/arch/sandbox/board/env/init/state b/arch/sandbox/board/env/init/state index 0b8e40409f..b8a2b42a53 100644 --- a/arch/sandbox/board/env/init/state +++ b/arch/sandbox/board/env/init/state @@ -5,8 +5,9 @@ fi source /env/data/ansi-colors echo -e $CYAN -echo "******************************************************************" -echo "*** Inconsistent barebox state buckets detected on first boot ***" -echo "*** barebox will repair them on next shutdown ***" -echo "*****************************************************************" +echo "*******************************************************" +echo "*** Inconsistent barebox state buckets detected ***" +echo "*** This is normal for a first boot ***" +echo "*** barebox will repair them on next poweroff/reset ***" +echo "*******************************************************" echo -e -n $NC -- cgit v1.2.3