Detect Linux software suspend partitions (thanks Stephen Tweedie).
[virt-df.git] / lib / diskimage.ml
index b08c50d..6f9ef1f 100644 (file)
@@ -40,6 +40,8 @@ let filesystem_types = [
     ("Linux ext2/3", Diskimage_ext2.probe);
   Diskimage_linux_swap.plugin_id,
     ("Linux swap", Diskimage_linux_swap.probe);
+  Diskimage_linux_swsuspend.plugin_id,
+    ("Linux s/w suspend", Diskimage_linux_swsuspend.probe);
 ]
 
 let lvm_types = [