Author: freetz Date: Sun Feb 19 15:18:45 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - ignore fixed disk
---- Files affected: SOURCES: hal-storage-policy-fixed-drives.fdi (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/hal-storage-policy-fixed-drives.fdi diff -u /dev/null SOURCES/hal-storage-policy-fixed-drives.fdi:1.1 --- /dev/null Sun Feb 19 16:18:45 2006 +++ SOURCES/hal-storage-policy-fixed-drives.fdi Sun Feb 19 16:18:40 2006 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- --> + +<deviceinfo version="0.2"> +<device> + <match key="@block.storage_device:storage.hotpluggable" bool="false"> + <match key="@block.storage_device:storage.removable" bool="false"> + <merge key="volume.ignore" type="bool">true</merge> + </match> + </match> +</device> +</deviceinfo> ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
