summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/casper2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/casper b/scripts/casper
index f070aa2..17e19ae 100644
--- a/scripts/casper
+++ b/scripts/casper
@@ -589,7 +589,7 @@ mountroot() {
fi
else
# Scan local devices for the image
- for i in 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13; do
+ for i in 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19; do
livefs_root=$(find_livefs $i)
if [ -n "${livefs_root}" ]; then
break