From: Antti Kantee Date: Tue, 27 Aug 2013 20:45:15 +0000 (+0300) Subject: consistent naming for image and domain X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=be7071593d38c852eaae3d4c750aceb8fcf9299b;p=rumpuser-xen.git consistent naming for image and domain --- diff --git a/domain_config b/domain_config index 31e4485..9cf878a 100644 --- a/domain_config +++ b/domain_config @@ -2,7 +2,7 @@ kernel = "rump-kernel" memory = 16 # vcpus == 1 required vcpus=1 -name = "rumpkernel" +name = "rump-kernel" disk = [ 'file:test.ffs,hda,rw' ] vif = [ 'mac=b2:11:11:11:11:11' ]