diff options
-rw-r--r-- | meta/recipes-core/initrdscripts/files/init-live.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/initrdscripts/files/init-live.sh b/meta/recipes-core/initrdscripts/files/init-live.sh index 9e53a25a51..0bc38b776e 100644 --- a/meta/recipes-core/initrdscripts/files/init-live.sh +++ b/meta/recipes-core/initrdscripts/files/init-live.sh | |||
@@ -134,7 +134,7 @@ do | |||
134 | echo "Mounted filesystems" | 134 | echo "Mounted filesystems" |
135 | mount | grep media | 135 | mount | grep media |
136 | echo "Available block devices" | 136 | echo "Available block devices" |
137 | ls /dev/sd* | 137 | cat /proc/partitions |
138 | fatal "Cannot find $ROOT_IMAGE file in /media/* , dropping to a shell " | 138 | fatal "Cannot find $ROOT_IMAGE file in /media/* , dropping to a shell " |
139 | fi | 139 | fi |
140 | C=$(( C + 1 )) | 140 | C=$(( C + 1 )) |