X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive;h=f33ece7520ef3d20a14871006426f40da909f129;hb=81f5b4978b7062df5193871c1087419dce294991;hp=89fcd50d5360b8da53588575d4290a0f6cb2f054;hpb=b8b3a9842cbfb6ea29c7a35546bc1ecc985e63d4;p=live-boot-grml.git diff --git a/scripts/live b/scripts/live index 89fcd50..f33ece7 100755 --- a/scripts/live +++ b/scripts/live @@ -1411,7 +1411,8 @@ find_livefs () do if [ "$(cat ${sysblock}/removable)" = "1" ] then - if readlink ${sysblock}/device | grep -q usb + if readlink ${sysblock} | grep -q usb || + readlink ${sysblock}/device | grep -q usb # linux < 2.6.29 then for dev in $(subdevices "${sysblock}") do