blob: 3eff66dbc3106ba35e12a700709b029a84b06af5 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001##############################################################################################################
2
3# Partitions which desktops should not display
4#
5
6# boot partition
7ENV{ID_FS_TYPE}=="vfat", ENV{ID_FS_LABEL}=="raspberrypi", \
8 ENV{UDISKS_PRESENTATION_HIDE}="1", ENV{UDISKS_IGNORE}="1"
9
10##############################################################################################################