|
Revision 1259, 390 bytes
(checked in by klattimer, 11 months ago)
|
added plenty of repository parser code, next to get to grips with all of the metadata classes
|
| Line | |
|---|
| 1 |
<deviceinfo version="0.2"> |
|---|
| 2 |
<device> |
|---|
| 3 |
<match key="volume.fsusage" string="filesystem"> |
|---|
| 4 |
<match key="volume.fstype" string="is09660"> |
|---|
| 5 |
<match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" string="Linux"> |
|---|
| 6 |
<append key="volume.mount.valid_options" type="strlist">unhide</append> |
|---|
| 7 |
</match> |
|---|
| 8 |
</match> |
|---|
| 9 |
</match> |
|---|
| 10 |
</device> |
|---|
| 11 |
</deviceinfo> |
|---|
| 12 |
|
|---|