<?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- --> 

<deviceinfo version="0.2">
  <device>
    <match key="info.category" string="storage">
      <match key="storage.vendor" string="Seagate">
        <match key="storage.model" string="FreeAgent Go">
	  <merge key="storage.automount_enabled_hint" type="bool">true</merge>
	</match>
      </match>
    </match>
    <match key="info.category" string="volume">
      <match key="volume.label" string="go_backup">
	<append key="volume.mount.valid_options" type="strlist">user</append>
      </match>
    </match>
    <match key="info.category" string="volume">
      <match key="volume.label" string="go_root">
	<merge key="volume.ignore" type="bool">true</merge>
      </match>
    </match>
    <match key="info.category" string="volume">
      <match key="volume.uuid" string="4B06-2EB0">
        <merge key="volume.ignore" type="bool">true</merge>
      </match>
    </match>
  </device>
</deviceinfo>
