mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 03:56:21 +02:00
debug
This commit is contained in:
@@ -258,6 +258,7 @@ if [ "$1" = "status" ]; then
|
|||||||
# check boot situation
|
# check boot situation
|
||||||
if [ -n "${storageDevice}" ] && [ "${storageDevice}" = "${systemDevice}" ]; then
|
if [ -n "${storageDevice}" ] && [ "${storageDevice}" = "${systemDevice}" ]; then
|
||||||
# system runs from storage device
|
# system runs from storage device
|
||||||
|
echo "# system runs from storage device"
|
||||||
bootFromStorage=1
|
bootFromStorage=1
|
||||||
bootFromSD=0
|
bootFromSD=0
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user