summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/board
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2021-04-04 13:18:31 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-04-13 09:43:07 +0200
commitfe14a93fe6a22243892785ceafd086a75b6c9253 (patch)
treeb8541a813f811846dec1d93c9f37cb308998356b /arch/sandbox/board
parenta4b55aaf7829534d0e8755c2dcdda89b1c996fbe (diff)
downloadbarebox-fe14a93fe6a22243892785ceafd086a75b6c9253.tar.gz
barebox-fe14a93fe6a22243892785ceafd086a75b6c9253.tar.xz
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 <ahmad@a3f.at> Link: https://lore.pengutronix.de/20210404111831.592821-2-ahmad@a3f.at Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/sandbox/board')
-rw-r--r--arch/sandbox/board/env/init/state9
1 files changed, 5 insertions, 4 deletions
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