Removing legacy code for detecting removable usb sticks on kernels prior 2.6.29.
[live-boot-grml.git] / scripts / live
index 90eca0f..1baf82e 100755 (executable)
@@ -1635,8 +1635,7 @@ find_livefs ()
                        do
                                if [ "$(cat ${sysblock}/removable)" = "1" ]
                                then
-                                       if readlink ${sysblock} | grep -q usb ||
-                                          readlink ${sysblock}/device | grep -q usb # linux < 2.6.29
+                                       if readlink ${sysblock} | grep -q usb
                                        then
                                                for dev in $(subdevices "${sysblock}")
                                                do