aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2008-03-23 18:46:43 -0700
committerSaleem Abdulrasool <compnerd@compnerd.org>2008-03-23 18:46:43 -0700
commitf18a8da75eb92b9a8f5eabbd8c9fb49c83ce4a17 (patch)
treed8dd1d6e5c88fa566693f9badbffa7edd5be6a6c
parentundo double application of Gentoo rules (diff)
downloadgentoo-hal-gentoo-patchset-0.5.11.tar.gz
gentoo-hal-gentoo-patchset-0.5.11.tar.bz2
gentoo-hal-gentoo-patchset-0.5.11.zip
Hide partitions marked as Compaq Diagnosticsgentoo-patchset-0.5.11
-rw-r--r--fdi/policy/10osvendor/20-storage-methods.fdi5
1 files changed, 5 insertions, 0 deletions
diff --git a/fdi/policy/10osvendor/20-storage-methods.fdi b/fdi/policy/10osvendor/20-storage-methods.fdi
index e8a8c604..71d9adbe 100644
--- a/fdi/policy/10osvendor/20-storage-methods.fdi
+++ b/fdi/policy/10osvendor/20-storage-methods.fdi
@@ -147,6 +147,11 @@
</match>
</match>
+ <!-- Hide partitions marked as Compaq Diagnostics -->
+ <match key="volume.partition.type" string="0x12">
+ <merge key="volume.ignore" type="bool">true</merge>
+ </match>
+
<!-- EFI firmware partitions -->
<match key="volume.fstype" string="vfat">
<match key="volume.label" string="EFI">