X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fmisc%2Fudev%2F10-media-automount.rules;h=af79563158368dabe0833035a10fcb36ea0c0c6e;hb=ca489ced1fbb7de4d815bb4e194f8b83bfc5c959;hp=18c365fdf444c448bc67fadc3286102aeb92115a;hpb=266e56674b0c0d51bf44db78f1cb23374031b00f;p=hvlinux.git diff --git a/stage2/misc/udev/10-media-automount.rules b/stage2/misc/udev/10-media-automount.rules index 18c365f..af79563 100644 --- a/stage2/misc/udev/10-media-automount.rules +++ b/stage2/misc/udev/10-media-automount.rules @@ -1,5 +1,5 @@ # start at sdb to ignore the system hard drive -KERNEL!="sd[b-z]*", GOTO="my_media_automount_end" +KERNEL!="sd[b-z][0-9]*", GOTO="my_media_automount_end" ACTION=="add", PROGRAM!="/sbin/blkid %N", GOTO="my_media_automount_end" # import some useful filesystem info as variables