X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl%2Frecipes-core%2Fsystemd%2Fsystemd%2Fautomount-rules;fp=meta-agl%2Frecipes-core%2Fsystemd%2Fsystemd%2Fautomount-rules;h=62578ea631fb07e95c5ab393c78efc6f9ebb7753;hb=8fc617944db680bcc77564b339bb6c44eca24044;hp=0000000000000000000000000000000000000000;hpb=b527bd9a01a3a6e253f8c9924dfa717db7e42717;p=AGL%2Fmeta-agl.git diff --git a/meta-agl/recipes-core/systemd/systemd/automount-rules b/meta-agl/recipes-core/systemd/systemd/automount-rules new file mode 100644 index 000000000..62578ea63 --- /dev/null +++ b/meta-agl/recipes-core/systemd/systemd/automount-rules @@ -0,0 +1,19 @@ +# There are a number of modifiers that are allowed to be used in some +# of the different fields. They provide the following subsitutions: +# +# %n the "kernel number" of the device. +# For example, 'sda3' has a "kernel number" of '3' +# %e the smallest number for that name which does not matches an existing node +# %k the kernel name for the device +# %M the kernel major number for the device +# %m the kernel minor number for the device +# %b the bus id for the device +# %c the string returned by the PROGRAM +# %s{filename} the content of a sysfs attribute +# %% the '%' char itself +# + +# Media automounting +SUBSYSTEM=="block", ACTION=="add" RUN+="/etc/udev/scripts/mount.sh" +SUBSYSTEM=="block", ACTION=="remove" RUN+="/etc/udev/scripts/mount.sh" +SUBSYSTEM=="block", ACTION=="change", ENV{DISK_MEDIA_CHANGE}=="1" RUN+="/etc/udev/scripts/mount.sh"