mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +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
|
fi
|
||||||
sleep 2
|
sleep 2
|
||||||
done
|
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
|
# get fresh info about data drive to continue
|
||||||
source <(sudo /home/admin/config.scripts/blitz.datadrive.sh status)
|
source <(sudo /home/admin/config.scripts/blitz.datadrive.sh status)
|
||||||
|
|
Loading…
Add table
Reference in a new issue