From b08112a9010b259e8f26f14119e123d56c5f4011 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Sun, 29 Sep 2013 11:56:31 +0200 Subject: [PATCH] Hide more rescue partitions Hide the Lenovo Recovery partition and the Windows 8 rescue partition. https://bugs.freedesktop.org/show_bug.cgi?id=69921 --- data/80-udisks2.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/80-udisks2.rules b/data/80-udisks2.rules index 3df1407..ed093ee 100644 --- a/data/80-udisks2.rules +++ b/data/80-udisks2.rules @@ -129,7 +129,7 @@ ENV{ID_PART_ENTRY_SCHEME}=="mac", \ # recovery partitions ENV{ID_FS_TYPE}=="ntfs|vfat", \ - ENV{ID_FS_LABEL}=="RECOVERY|HP_RECOVERY|Recovery_Partition|DellUtility|DellRestore|IBM_SERVICE|SERVICEV001|SERVICEV002|SYSTEM_RESERVED|System_Reserved", \ + ENV{ID_FS_LABEL}=="RECOVERY|Lenovo_Recovery|HP_RECOVERY|Recovery_Partition|DellUtility|DellRestore|IBM_SERVICE|SERVICEV001|SERVICEV002|SYSTEM_RESERVED|System_Reserved|WINRE_DRV", \ ENV{UDISKS_IGNORE}="1" # read-only non-Linux software installer partitions -- 1.8.3.1