summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/board/env/init/state
blob: 0b8e40409f970237e56868547f890eb539ad0ac4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if [ "x$state.dirty" != "x1" -o $global.system.reset != "POR" ]; then
    exit
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 -e -n $NC