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   ***"
echo "***         This is normal for a first boot         ***"
echo "*** barebox will repair them on next poweroff/reset ***"
echo "*******************************************************"
echo -e -n $NC
