From ed072758a72fe04de1afe547c15aabc5f4612f2d Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 24 Jun 2009 11:17:11 +0100 Subject: tools: remove hard coded paths in example config files Signed-off-by: Christoph Egger --- tools/xm-test/lib/XmTestLib/arch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/xm-test') diff --git a/tools/xm-test/lib/XmTestLib/arch.py b/tools/xm-test/lib/XmTestLib/arch.py index 32a5958096..a6607d91db 100644 --- a/tools/xm-test/lib/XmTestLib/arch.py +++ b/tools/xm-test/lib/XmTestLib/arch.py @@ -77,7 +77,7 @@ ia_HVMDefaults = {"memory" : 64, "acpi" : 0, "disk" : ["file:%s/disk.img,ioemu:%s,w!" % (getRdPath(), BLOCK_ROOT_DEV)], - "kernel" : "/usr/lib/xen/boot/hvmloader", + "kernel" : "hvmloader", "builder" : "hvm", "sdl" : 0, "vnc" : 0, -- cgit v1.2.3