Updated README for xm-test for the new "--with-vmx-kernel=KERNEL"
authorstekloff@elm3b216.beaverton.ibm.com <stekloff@elm3b216.beaverton.ibm.com>
Wed, 25 Jan 2006 23:06:46 +0000 (00:06 +0100)
committerstekloff@elm3b216.beaverton.ibm.com <stekloff@elm3b216.beaverton.ibm.com>
Wed, 25 Jan 2006 23:06:46 +0000 (00:06 +0100)
configuration option.

Signed-off-by: Daniel Stekloff <dsteklof@us.ibm.com>
tools/xm-test/README

index 0d7e2507aa5a0f017f623d2bbdae35f3a4bab945..7e8b5bef236a8855755c60b8be2f353dce4dedae 100644 (file)
@@ -70,10 +70,19 @@ used to install the bootloader on the disk.img.
 If HVM / VMX support is enabled, the ramdisk/bin/create_disk_image script
 will be run to create a full virt disk.img in the ramdisk directory. The
 script, by default, will look in /boot for the first non-Xen kernel it
-runs across. If you wish to use a different kernel or the script fails
-to find a kernel, please run the script manually to make a disk.img 
-using the -k option. Xm-test will look for disk.img in the ramdisk
-directory when run by default.
+runs across. If you'd like to set xm-test to use a specific kernel,
+rather than the first one it finds in /boot, you can configure it in
+with the "--with-vmx-kernel=KERNEL" option:
+
+# ./autogen
+# ./configure --enable-vmx-support --with-vmx-kernel=KERNEL
+# make
+
+Otherwise, you can always rerun the create script using the -k option
+to use a specific kernel. 
+
+Xm-test will look for disk.img in the ramdisk directory when run by 
+default.
 
 
 Running