# HG changeset patch # User stekloff@xxxxxxxxxxxxxxxxxxxxxxxxxx # Node ID c1c5224368b5763f03505119b804f23a1782d7b0 # Parent 6b1d39a56c2be5dbc2290f508d24eac750111cf4 Changed create_disk_image to default to making "disk.img", which is what xm-test is looking for by default. Signed-off-by: Daniel Stekloff diff -r 6b1d39a56c2b -r c1c5224368b5 tools/xm-test/ramdisk/Makefile.am --- a/tools/xm-test/ramdisk/Makefile.am Thu Dec 15 20:50:12 2005 +++ b/tools/xm-test/ramdisk/Makefile.am Fri Dec 16 00:19:08 2005 @@ -45,7 +45,7 @@ disk.img: $(XMTEST_VER_IMG) chmod a+x $(VMX_SCRIPT) - $(VMX_SCRIPT) -r $(XMTEST_VER_IMG) -i disk.img + $(VMX_SCRIPT) -r $(XMTEST_VER_IMG) existing: @[ -f $(XMTEST_VER_IMG) ] && ln -sf $(XMTEST_VER_IMG) initrd.img || \ diff -r 6b1d39a56c2b -r c1c5224368b5 tools/xm-test/ramdisk/bin/create_disk_image --- a/tools/xm-test/ramdisk/bin/create_disk_image Thu Dec 15 20:50:12 2005 +++ b/tools/xm-test/ramdisk/bin/create_disk_image Fri Dec 16 00:19:08 2005 @@ -77,7 +77,7 @@ function initialize_globals() { PROGNAME="create_disk_image" - IMAGE="hvm.img" + IMAGE="disk.img" KERNEL="" LCONF="lilo.conf" LOOPD="" # Loop device for entire disk image