mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-20 21:28:54 +02:00
debug
This commit is contained in:
@@ -320,6 +320,7 @@ if [ "$1" = "status" ]; then
|
||||
|
||||
# all other systems boot from storage
|
||||
else
|
||||
echo "# all other systems boot from storage"
|
||||
bootFromStorage=1
|
||||
fi
|
||||
|
||||
@@ -328,6 +329,7 @@ if [ "$1" = "status" ]; then
|
||||
|
||||
# if there is a system drive but its smaller than systemMinGB - boot from storage
|
||||
if [ ${systemSizeGB} -lt ${systemMinGB} ] && [ ${storageSizeGB} -gt ${storagePrunedMinGB} ]; then
|
||||
echo "# system too small - boot from storage"
|
||||
bootFromStorage=1
|
||||
|
||||
# otherwise remove the system device from the list
|
||||
|
Reference in New Issue
Block a user