summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Jones <rjones@centos5x32.home.annexia.org>2009-05-07 16:58:31 +0100
committerRichard Jones <rjones@centos5x32.home.annexia.org>2009-05-07 16:58:31 +0100
commitc0beb26a0bc86188d38f2b36cbcd6cf20a676713 (patch)
treea3d0ea206840c4bc3df775ec1e3b48d2ceff6171
parentdb1aacb8e0ac28283e1d9f7d02119868de19836b (diff)
downloadlibguestfs-c0beb26a0bc86188d38f2b36cbcd6cf20a676713.tar.gz
libguestfs-c0beb26a0bc86188d38f2b36cbcd6cf20a676713.tar.xz
libguestfs-c0beb26a0bc86188d38f2b36cbcd6cf20a676713.zip
Need to keep and modprobe dm_mod module for device-mapper support on RHEL 5.
-rwxr-xr-xmake-initramfs.sh.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/make-initramfs.sh.in b/make-initramfs.sh.in
index 2e3befbc..f27dd3f6 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