aboutsummaryrefslogtreecommitdiffstats
path: root/stubdom
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-07-23 08:56:15 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-07-23 08:56:15 +0100
commit5d3f9fe2300d5ca93611eb4b41ed038472c14ac4 (patch)
treeb0a3fea5cfda64604252efa4930515d3dfdf36c9 /stubdom
parent9c19be24b5c94ca0195dcf553f3c2d2adb9205a9 (diff)
downloadxen-5d3f9fe2300d5ca93611eb4b41ed038472c14ac4.tar.gz
xen-5d3f9fe2300d5ca93611eb4b41ed038472c14ac4.tar.bz2
xen-5d3f9fe2300d5ca93611eb4b41ed038472c14ac4.zip
stubdom: update README as no reason to specify absolute paths
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Diffstat (limited to 'stubdom')
-rw-r--r--stubdom/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/stubdom/README b/stubdom/README
index caab1894d1..0dcce2a26d 100644
--- a/stubdom/README
+++ b/stubdom/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: