diff options
| author | Daniel Baumann <daniel@debian.org> | 2007-09-23 14:46:40 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:31:05 +0100 |
| commit | d0fbcc9b3747ab4339f7487e7d845b467962139c (patch) | |
| tree | 73dc1c91ac6cd8a1aac1b795d0359a10470f4ee3 /scripts/live-premount | |
| parent | 833abaa35c3a77075dd57f3f1a3633d79109a5b4 (diff) | |
| download | live-boot-d0fbcc9b3747ab4339f7487e7d845b467962139c.tar.gz live-boot-d0fbcc9b3747ab4339f7487e7d845b467962139c.zip | |
Adding live-initramfs 1.95.1-1.
Diffstat (limited to 'scripts/live-premount')
| -rwxr-xr-x | scripts/live-premount/10driver_updates | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/live-premount/10driver_updates b/scripts/live-premount/10driver_updates index 7f5c4c4..546d3ca 100755 --- a/scripts/live-premount/10driver_updates +++ b/scripts/live-premount/10driver_updates @@ -38,7 +38,7 @@ is_updates_path() { is_nice_device() { sysfs_path="${1#/sys}" - if /lib/udev/path_id "${sysfs_path}" | grep -E -q "ID_PATH=(usb|pci-[^-]*-[ide|scsi|usb])"; then + if /lib/udev/path_id "${sysfs_path}" | grep -E -q "ID_PATH=(usb|pci-[^-]*-(ide|scsi|usb))"; then return 0 fi return 1 |
