This commit is contained in:
rootzoll
2025-01-07 20:29:01 +01:00
parent 5240a6648a
commit 78408086f4

View File

@@ -258,6 +258,7 @@ if [ "$1" = "status" ]; then
# check boot situation
if [ -n "${storageDevice}" ] && [ "${storageDevice}" = "${systemDevice}" ]; then
# system runs from storage device
echo "# system runs from storage device"
bootFromStorage=1
bootFromSD=0
else