From: Richard Jones Date: Thu, 7 May 2009 15:58:31 +0000 (+0100) Subject: Need to keep and modprobe dm_mod module for device-mapper support on RHEL 5. X-Git-Tag: 1.0.19~5 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=c0beb26a0bc86188d38f2b36cbcd6cf20a676713;ds=sidebyside Need to keep and modprobe dm_mod module for device-mapper support on RHEL 5. --- diff --git a/make-initramfs.sh.in b/make-initramfs.sh.in index 2e3befb..f27dd3f 100755 --- a/make-initramfs.sh.in +++ b/make-initramfs.sh.in @@ -98,6 +98,7 @@ find initramfs/lib/modules/*/kernel \ -a ! -name 'udf.ko' \ -a ! -name 'crc_itu_t.ko' \ -a ! -name 'nls_utf8.ko' \ + -a ! -name 'dm-*.ko' \ -a -delete # Pull the kernel out into the current directory. We don't want it in @@ -137,6 +138,7 @@ mount -t sysfs /sys /sys mount -t devpts -o gid=5,mode=620 /dev/pts /dev/pts modprobe virtio_pci modprobe virtio_net +modprobe dm_mod ||: /sbin/ifconfig lo 127.0.0.1 /sbin/ifconfig eth0 10.0.2.10 /sbin/route add default gw 10.0.2.2