]> xenbits.xensource.com Git - people/liuw/stubdom.git/commitdiff
stubdom: update README as no reason to specify absolute paths
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 23 Jul 2009 07:56:15 +0000 (08:56 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 23 Jul 2009 07:56:15 +0000 (08:56 +0100)
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
README

diff --git a/README b/README
index caab1894d135c667f75a7581aadc4450dfe848ee..0dcce2a26d55b2f98ec500a21eb64850ff43965f 100644 (file)
--- a/README
+++ b/README
@@ -13,9 +13,9 @@ by using the hypervisor dom0_mem= option for instance.
 
 There is a sample configuration set in xmexample.hvm-stubdom
 
-In your HVM config "hvmconfig" use /usr/lib/xen/bin/stubdom-dm as dm script:
+In your HVM config "hvmconfig" use stubdom-dm as dm script:
 
-device_model = '/usr/lib/xen/bin/stubdom-dm'
+device_model = 'stubdom-dm'
 
 
 To run
@@ -44,9 +44,9 @@ Configuration
 
 In your PV config,
 
-- use /usr/lib/xen/boot/pv-grub.gz as kernel:
+- use pv-grub.gz as kernel:
 
-kernel = "/usr/lib/xen/boot/pv-grub.gz"
+kernel = "pv-grub.gz"
 
 - set the path to menu.lst, as seen from the domU, in extra: