From 59a3bf0fc95889a3c4034829dec5492c5108aec9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 25 Nov 2010 14:59:33 +0100 Subject: [PATCH] Removing legacy code for detecting removable usb sticks on kernels prior 2.6.29. --- scripts/live | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/live b/scripts/live index 90eca0f..1baf82e 100755 --- a/scripts/live +++ b/scripts/live @@ -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 -- 2.1.4