~ubuntu-branches/debian/sid/hal/sid

« back to all changes in this revision

Viewing changes to fdi/policy/10osvendor/20-storage-methods.fdi

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2007-10-23 12:33:58 UTC
  • Revision ID: james.westby@ubuntu.com-20071023123358-xaf8mjc5n84d5gtz
Tags: upstream-0.5.10
ImportĀ upstreamĀ versionĀ 0.5.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    </match>
8
8
 
9
9
    <match key="storage.media_check_enabled" bool="true">
10
 
      <append key="info.addons" type="strlist">hald-addon-storage</append>
 
10
      <match key="storage.removable.support_async_notification" bool="false">
 
11
        <append key="info.addons" type="strlist">hald-addon-storage</append>
 
12
      </match>
11
13
    </match>
12
14
 
13
15
    <match key="volume.is_disc" bool="true">
91
93
          <merge key="volume.ignore" type="bool">true</merge>
92
94
        </match>
93
95
      </match>
94
 
        
 
96
 
 
97
      <!-- Lenovo and IBM ship with a various recovery partitions -->
 
98
      <match key="volume.fstype" string="vfat">
 
99
        <match key="volume.label" string="SERVICEV001">
 
100
          <merge key="volume.ignore" type="bool">true</merge>
 
101
        </match>
 
102
        <match key="volume.label" string="IBM_SERVICE">
 
103
          <merge key="volume.ignore" type="bool">true</merge>
 
104
        </match>
 
105
      </match>
 
106
      <match key="volume.fstype" string="ntfs">
 
107
        <match key="volume.label" string="SERVICEV002">
 
108
          <merge key="volume.ignore" type="bool">true</merge>
 
109
        </match>
 
110
      </match>
 
111
 
95
112
      <!-- HP ships desktops with a recovery partition -->
96
113
      <match key="volume.fstype" string="vfat">
97
114
        <match key="volume.label" string="HP_RECOVERY">
99
116
        </match>
100
117
      </match>
101
118
 
 
119
      <!-- Sony ships laptops with a recovery partition -->
 
120
      <match key="volume.fstype" string="ntfs">
 
121
        <match key="volume.label" string="Recovery Partition">
 
122
          <merge key="volume.ignore" type="bool">true</merge>
 
123
        </match>
 
124
      </match>
 
125
 
 
126
      <!-- DELL ships some laptops with a visible recovery partition -->
 
127
      <match key="volume.fstype" string="vfat">
 
128
        <match key="volume.label" string="DellUtility">
 
129
          <merge key="volume.ignore" type="bool">true</merge>
 
130
        </match>
 
131
        <match key="volume.label" string="DellRestore">
 
132
          <merge key="volume.ignore" type="bool">true</merge>
 
133
        </match>
 
134
      </match>
 
135
 
 
136
      <!-- ASUS ships some desktop with a recovery partition -->
 
137
      <match key="volume.fstype" string="vfat">
 
138
        <match key="volume.label" string="RECOVERY">
 
139
          <merge key="volume.ignore" type="bool">true</merge>
 
140
        </match>
 
141
        <match key="volume.label" string="PQSERVICE">
 
142
          <merge key="volume.ignore" type="bool">true</merge>
 
143
        </match>
 
144
      </match>
 
145
      <match key="volume.fstype" string="ntfs">
 
146
        <match key="volume.label" string="PQSERVICE">
 
147
          <merge key="volume.ignore" type="bool">true</merge>
 
148
        </match>
 
149
      </match>
 
150
 
102
151
      <!-- EFI firmware partitions -->
103
152
      <match key="volume.fstype" string="vfat">
104
153
        <match key="volume.label" string="EFI">
170
219
 
171
220
      <!-- allow these mount options for hfs -->
172
221
      <match key="volume.fstype" string="hfs">
 
222
        <append key="volume.mount.valid_options" type="strlist">gid=</append>
173
223
        <append key="volume.mount.valid_options" type="strlist">uid=</append>
174
224
        <append key="volume.mount.valid_options" type="strlist">force</append>
175
225
      </match>
176
226
 
177
227
      <!-- allow these mount options for hfsplus -->
178
228
      <match key="volume.fstype" string="hfsplus">
179
 
        <append key="volume.mount.valid_options" type="strlist">uid=</append>
180
229
        <append key="volume.mount.valid_options" type="strlist">force</append>
181
230
      </match>
182
231