Files
OpenBMC/meta-raspberrypi/recipes-core/udev/udev-rules-udisks-rpi/80-udisks-rpi.rules
T
2026-04-23 17:07:55 +08:00

11 lines
411 B
Plaintext

##############################################################################################################
# Partitions which desktops should not display
#
# boot partition
ENV{ID_FS_TYPE}=="vfat", ENV{ID_FS_LABEL}=="raspberrypi", \
ENV{UDISKS_PRESENTATION_HIDE}="1", ENV{UDISKS_IGNORE}="1"
##############################################################################################################