Magellan Linux

Contents of /trunk/hal/patches/hal-0.5.10-hide-recovery-partitions.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 483 - (show annotations) (download)
Tue Feb 12 19:46:21 2008 UTC (16 years, 3 months ago) by niro
File size: 572 byte(s)
-hide recovery partitions

1 --- hal-0.5.9/fdi/policy/10osvendor/20-storage-methods.fdi 2007-05-01 21:39:31.000000000 +0000
2 +++ hal-0.5.9/fdi/policy/10osvendor/20-storage-methods.fdi 2007-05-01 21:51:14.000000000 +0000
3 @@ -100,6 +100,11 @@
4 </match>
5 </match>
6
7 + <!-- Hide partitions marked as Compaq Diagnostics -->
8 + <match key="volume.partition.type" string="0x12">
9 + <merge key="volume.ignore" type="bool">true</merge>
10 + </match>
11 +
12 <!-- EFI firmware partitions -->
13 <match key="volume.fstype" string="vfat">
14 <match key="volume.label" string="EFI">