Fixed erroneous comment in udev script
authorHugo Villeneuve <hugo@hugovil.com>
Fri, 30 Aug 2013 23:42:07 +0000 (19:42 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Thu, 31 Jul 2014 02:15:24 +0000 (22:15 -0400)
stage2/misc/udev-media-automount.rules

index e1174ad..18c365f 100644 (file)
@@ -9,7 +9,7 @@ IMPORT{program}="/sbin/blkid -o udev -p %N"
 ENV{ID_FS_LABEL}!="", ENV{dir_name}="%E{ID_FS_LABEL}"
 ENV{ID_FS_LABEL}=="", ENV{dir_name}="usbhd-%k"
 
-# create the dir in /media and symlink it to /mnt
+# create the dir in /media
 ACTION=="add", RUN+="/bin/mkdir -p '/media/%E{dir_name}'"
 
 # global mount options