mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
boot info
This commit is contained in:
parent
2832fc4bce
commit
91bb919fcf
1 changed files with 4 additions and 1 deletions
|
@ -173,7 +173,10 @@ do
|
|||
fi
|
||||
sleep 2
|
||||
done
|
||||
sed -i "s/^state=.*/state=boostrap/g" ${infoFile}
|
||||
|
||||
# write info for LCD
|
||||
sed -i "s/^state=.*/state=booting/g" ${infoFile}
|
||||
sed -i "s/^message=.*/message='please wait'/g" ${infoFile}
|
||||
|
||||
# get fresh info about data drive to continue
|
||||
source <(sudo /home/admin/config.scripts/blitz.datadrive.sh status)
|
||||
|
|
Loading…
Add table
Reference in a new issue