unconditionally load dm module
authorGuido Günther <agx@sigxcpu.org>
Thu, 2 Jul 2009 08:46:37 +0000 (10:46 +0200)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 2 Jul 2009 13:12:23 +0000 (14:12 +0100)
needed for device mapper (LVM)

appliance/init

index b573c46..48c7c34 100755 (executable)
@@ -31,9 +31,9 @@ else
 
   modprobe virtio_pci
   modprobe virtio_net
-  modprobe dm_mod ||:
 fi
 
+modprobe dm_mod ||:
 mount
 ls -l /dev