raspberryPi no USB boot

This commit is contained in:
rootzoll
2025-01-08 13:47:57 +01:00
parent 4d5c7caaed
commit 6eb5b94caf

View File

@@ -300,7 +300,8 @@ if [ "$1" = "status" ]; then
fi
# on laptop ignore identified system drive which is the INSTALL thumb drive on setup
if [ "${computerType}" = "laptop" ]; then
# on RaspberryPi ignore all systems from thumb drives
if [ "${computerType}" = "laptop" ] || [ "${computerType}" = "raspberrypi" ]; then
systemDevice=""
systemSizeGB=""
systemPartition=""