11 lines
411 B
Plaintext
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"
|
|
|
|
##############################################################################################################
|