diff options
-rw-r--r-- | fdi/policy/10osvendor/20-storage-methods.fdi | 5 |
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"> |