Blame SOURCES/udisks-2.1.1-wd-smartware-hiding.patch
|
|
170140 |
From 51857ca68c1f45137c27591c1b535b18a6b4ab09 Mon Sep 17 00:00:00 2001
|
|
|
170140 |
From: Martin Pitt <martinpitt@gnome.org>
|
|
|
170140 |
Date: Mon, 25 Mar 2013 13:58:18 +0000
|
|
|
170140 |
Subject: Fix hiding of "WD SmartWare" partitions
|
|
|
170140 |
|
|
|
170140 |
These might have a _ or a space as word separator.
|
|
|
170140 |
|
|
|
170140 |
https://launchpad.net/bugs/732365
|
|
|
170140 |
---
|
|
|
170140 |
diff --git a/data/80-udisks2.rules b/data/80-udisks2.rules
|
|
|
170140 |
index 90e4fc2..5541b4e 100644
|
|
|
170140 |
--- a/data/80-udisks2.rules
|
|
|
170140 |
+++ b/data/80-udisks2.rules
|
|
|
170140 |
@@ -114,7 +114,7 @@ ENV{ID_PART_ENTRY_SCHEME}=="gpt", \
|
|
|
170140 |
|
|
|
170140 |
# MAC recovery/tool partitions which are useless on Linux
|
|
|
170140 |
ENV{ID_PART_ENTRY_SCHEME}=="mac", \
|
|
|
170140 |
- ENV{ID_CDROM}=="?*", ENV{ID_FS_TYPE}=="udf", ENV{ID_FS_LABEL}=="WD_SmartWare", \
|
|
|
170140 |
+ ENV{ID_CDROM}=="?*", ENV{ID_FS_TYPE}=="udf", ENV{ID_FS_LABEL}=="WD*SmartWare", \
|
|
|
170140 |
ENV{UDISKS_IGNORE}="1"
|
|
|
170140 |
|
|
|
170140 |
# recovery partitions
|
|
|
170140 |
--
|
|
|
170140 |
cgit v0.9.0.2-2-gbebe
|