summaryrefslogtreecommitdiffstats
path: root/desktop-common/files/etc/udev/rules.d/99-ignore-slx-partitions.rules
diff options
context:
space:
mode:
authorJonathan Bauer2021-05-19 10:27:42 +0200
committerJonathan Bauer2021-05-19 10:27:42 +0200
commitab5e0f5313ff6e100c6f310d10c3cfb05062ef79 (patch)
treef51fbe5390141d54d4f6ee68ba86c250962004fb /desktop-common/files/etc/udev/rules.d/99-ignore-slx-partitions.rules
parent[desktop-xfce4] xfce4 with bwlp modifications (diff)
downloadansible-bwlp-ab5e0f5313ff6e100c6f310d10c3cfb05062ef79.tar.gz
ansible-bwlp-ab5e0f5313ff6e100c6f310d10c3cfb05062ef79.tar.xz
ansible-bwlp-ab5e0f5313ff6e100c6f310d10c3cfb05062ef79.zip
[desktop-common] common desktop related files for DEs
Diffstat (limited to 'desktop-common/files/etc/udev/rules.d/99-ignore-slx-partitions.rules')
-rw-r--r--desktop-common/files/etc/udev/rules.d/99-ignore-slx-partitions.rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop-common/files/etc/udev/rules.d/99-ignore-slx-partitions.rules b/desktop-common/files/etc/udev/rules.d/99-ignore-slx-partitions.rules
new file mode 100644
index 0000000..da45742
--- /dev/null
+++ b/desktop-common/files/etc/udev/rules.d/99-ignore-slx-partitions.rules
@@ -0,0 +1,3 @@
+SUBSYSTEM=="block", ENV{ID_PART_ENTRY_NAME}=="SLX_SYS|OpenSLX-ID44|OpenSLX-ID45", ENV{UDISKS_IGNORE}="1"
+SUBSYSTEM=="block", ENV{ID_PART_ENTRY_UUID}=="87f86132-ff94-4987-b250-444444444444|87f86132-ff94-4987-b250-454545454545", ENV{UDISKS_IGNORE}="1"
+SUBSYSTEM=="block", ENV{ID_PART_ENTRY_TYPE}=="0x44|0x45", ENV{UDISKS_IGNORE}="1"