projects
/
hvlinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02dcbb8
)
Fixed erroneous comment in udev script
author
Hugo Villeneuve
<hugo@hugovil.com>
Fri, 30 Aug 2013 23:42:07 +0000
(19:42 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Thu, 31 Jul 2014 02:15:24 +0000
(22:15 -0400)
stage2/misc/udev-media-automount.rules
patch
|
blob
|
history
diff --git
a/stage2/misc/udev-media-automount.rules
b/stage2/misc/udev-media-automount.rules
index
e1174ad
..
18c365f
100644
(file)
--- a/
stage2/misc/udev-media-automount.rules
+++ b/
stage2/misc/udev-media-automount.rules
@@
-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