[meta-freescale] Media automounting /etc/udev/rules.d/automount.rules

Vladan Jovanovic vladan.jovanovic at gmail.com
Mon Apr 22 00:51:32 PDT 2013


On Fri, Apr 19, 2013 at 4:15 PM, Otavio Salvador <otavio at ossystems.com.br>wrote:

>
> Can you try to change mount.sh as:
>
> @@ -47,7 +47,7 @@ rm_dir() {
>         fi
>  }
>
> -if [ "$ACTION" = "add" ] && [ -n "$DEVNAME" ]; then
> +if [ "$ACTION" = "add" ] && [ -n "$DEVNAME" ] && [ -n "$ID_FS_TYPE" ];
> then
>         if [ -x "$PMOUNT" ]; then
>                 $PMOUNT $DEVNAME 2> /dev/null
>         elif [ -x $MOUNT ]; then
>
>
> and check if it does fix the issue?
>
>
Yes, that fixed it, can boot and shut down now normally (also shutdown was
affected with this).

Vladan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-freescale/attachments/20130422/1774460a/attachment.html>


More information about the meta-freescale mailing list