[Pkg-utopia-commits] r1276 - packages/unstable/hal/debian

Sjoerd Simons sjoerd at alioth.debian.org
Wed Mar 14 20:40:06 CET 2007


Author: sjoerd
Date: 2007-03-14 19:40:06 +0000 (Wed, 14 Mar 2007)
New Revision: 1276

Added:
   packages/unstable/hal/debian/debian-storage-policy-ignore-fixed-crypto-drives.fdi
Modified:
   packages/unstable/hal/debian/changelog
   packages/unstable/hal/debian/hal.install
Log:
* debian/debian-storage-policy-ignore-fixed-crypto-drives.fdi
  - Added. Ignore non-removable devices with crypto volumes again 
    (Closes: #414417)

Modified: packages/unstable/hal/debian/changelog
===================================================================
--- packages/unstable/hal/debian/changelog	2007-03-14 18:25:29 UTC (rev 1275)
+++ packages/unstable/hal/debian/changelog	2007-03-14 19:40:06 UTC (rev 1276)
@@ -9,8 +9,11 @@
   * debian/hal-unmount.sh: Always run pumount/umount if a block device is
     removed, not only when it's mounted. This ensure that dm devices can be
     properly deconfigured by pumount.
+  * debian/debian-storage-policy-ignore-fixed-crypto-drives.fdi
+    - Added. Ignore non-removable devices with crypto volumes again 
+      (Closes: #414417)
 
- -- Sjoerd Simons <sjoerd at debian.org>  Wed, 14 Mar 2007 16:16:16 +0100
+ -- Sjoerd Simons <sjoerd at debian.org>  Wed, 14 Mar 2007 20:36:26 +0100
 
 hal (0.5.8.1-7) unstable; urgency=low
 

Added: packages/unstable/hal/debian/debian-storage-policy-ignore-fixed-crypto-drives.fdi
===================================================================
--- packages/unstable/hal/debian/debian-storage-policy-ignore-fixed-crypto-drives.fdi	2007-03-14 18:25:29 UTC (rev 1275)
+++ packages/unstable/hal/debian/debian-storage-policy-ignore-fixed-crypto-drives.fdi	2007-03-14 19:40:06 UTC (rev 1276)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- -->
+
+<deviceinfo version="0.2">
+  <device>
+    <match key="volume.fsusage" string="crypto">
+      <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>
+    </match>
+  </device>
+</deviceinfo>

Modified: packages/unstable/hal/debian/hal.install
===================================================================
--- packages/unstable/hal/debian/hal.install	2007-03-14 18:25:29 UTC (rev 1275)
+++ packages/unstable/hal/debian/hal.install	2007-03-14 19:40:06 UTC (rev 1276)
@@ -9,3 +9,4 @@
 debian/tmp/usr/lib/hal/
 debian/tmp/usr/share/hal/fdi
 debian/preferences.fdi  etc/hal/fdi/policy
+debian/debian-storage-policy-ignore-fixed-crypto-drives.fdi usr/share/hal/fdi/policy/10osvendor




More information about the Pkg-utopia-commits mailing list