From c0beb26a0bc86188d38f2b36cbcd6cf20a676713 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 7 May 2009 16:58:31 +0100 Subject: [PATCH] Need to keep and modprobe dm_mod module for device-mapper support on RHEL 5. --- make-initramfs.sh.in | 2 ++ 1 file changed, 2 insertions(+) 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 -- 1.8.3.1