diff options
Diffstat (limited to 'scripts/live')
| -rwxr-xr-x | scripts/live | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/live b/scripts/live index 867efc0..54b43fb 100755 --- a/scripts/live +++ b/scripts/live @@ -561,6 +561,9 @@ is_nice_device () if /lib/udev/path_id "${sysfs_path}" | grep -E -q "ID_PATH=(usb|pci-[^-]*-[ide|scsi|usb])" then return 0 + elif echo "${sysfs_path}" | grep -q '^/block/vd[a-z]$' + then + return 0 fi return 1 |
