Home
last modified time | relevance | path

Searched refs:ID_FS_TYPE (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-core/udev/udev-extraconf/
H A Dmount.sh77 if ! is_filesystem_supported $ID_FS_TYPE; then
78 logger "mount.sh/automount" "Filesystem '$ID_FS_TYPE' on '${DEVNAME}' is unsupported"
88 case $ID_FS_TYPE in
143 case $ID_FS_TYPE in
195 if [ "$ACTION" = "add" ] && [ -n "$DEVNAME" ] && [ -n "$ID_FS_TYPE" -o "$media_type" = "cdrom" ]; t…
/openbmc/openbmc/meta-raspberrypi/recipes-core/udev/udev-rules-udisks-rpi/
H A D80-udisks-rpi.rules7 ENV{ID_FS_TYPE}=="vfat", ENV{ID_FS_LABEL}=="raspberrypi", \