From a1b713bb94b25791cf80f91d05b141efec74e36f Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Tue, 10 Feb 2015 12:08:07 -0500 Subject: [PATCH] test VM file: Add bridge switch and make the directory depend on the file Signed-off-by: Konrad Rzeszutek Wilk --- test.vm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test.vm b/test.vm index b9e5c92..e5a8d82 100644 --- a/test.vm +++ b/test.vm @@ -1,12 +1,12 @@ extra="console=hvc0 debug earlyprintk=xen loglevel=8 initcall_debug" -kernel="/home/konrad/amd64/dist/common/vmlinuz" -ramdisk="/home/konrad/amd64/dist/common/initramfs.cpio.gz" +kernel="dist/common/vmlinuz" +ramdisk="dist/common/initramfs.cpio.gz" memory=1024 vcpus=2 maxvcpus=3 name="bootstrap-x86_64" on_crash="preserve" -vif = [ 'mac=00:0F:4B:00:00:68' ] +vif = [ 'mac=00:0F:4B:00:00:68,bridge=switch' ] vnc=1 vnclisten="0.0.0.0" -- 2.39.5