diff options
Diffstat (limited to 'meta/recipes-core/udev/udev-extraconf/mount.sh')
-rw-r--r-- | meta/recipes-core/udev/udev-extraconf/mount.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/udev/udev-extraconf/mount.sh b/meta/recipes-core/udev/udev-extraconf/mount.sh index 97af608398..d1419ed09c 100644 --- a/meta/recipes-core/udev/udev-extraconf/mount.sh +++ b/meta/recipes-core/udev/udev-extraconf/mount.sh | |||
@@ -47,7 +47,7 @@ rm_dir() { | |||
47 | fi | 47 | fi |
48 | } | 48 | } |
49 | 49 | ||
50 | if [ "$ACTION" = "add" ] && [ -n "$DEVNAME" ]; then | 50 | if [ "$ACTION" = "add" ] && [ -n "$DEVNAME" ] && [ -n "$ID_FS_TYPE" ]; then |
51 | if [ -x "$PMOUNT" ]; then | 51 | if [ -x "$PMOUNT" ]; then |
52 | $PMOUNT $DEVNAME 2> /dev/null | 52 | $PMOUNT $DEVNAME 2> /dev/null |
53 | elif [ -x $MOUNT ]; then | 53 | elif [ -x $MOUNT ]; then |