because the create script doesn't load the pcnet32 driver to the disk.img
when it copies the kernel there. This is the first step to make network
support possible for VMX guest testing.
This patch adds busybox support for loading 2.6 kernel modules. Since the
image changes, I have adjusted the xm-test version too.
Signed-off-by: Daniel Stekloff <dsteklof@us.ibm.com>
# xm-test configure.ac input script
# Basic header information
-AC_INIT([xm-test], [0.6.0])
+AC_INIT([xm-test], [0.7.0])
AM_INIT_AUTOMAKE([1.7 foreign])
# Check for dependencies
#
CONFIG_INSMOD=y
CONFIG_FEATURE_2_4_MODULES=y
-# CONFIG_FEATURE_2_6_MODULES is not set
+CONFIG_FEATURE_2_6_MODULES=y
# CONFIG_FEATURE_INSMOD_VERSION_CHECKING is not set
# CONFIG_FEATURE_INSMOD_KSYMOOPS_SYMBOLS is not set
# CONFIG_FEATURE_INSMOD_LOADINKMEM is not set