aboutsummaryrefslogtreecommitdiffstats
path: root/stubdom/README
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-09-09 14:47:36 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-09-09 14:47:36 +0100
commit660036c0eb7f3c398f50c00194639f8eed79cd15 (patch)
tree9cdbbf46aa91e2e9f1c9b9c920d82f708fd3e3c8 /stubdom/README
parenta69a857adbc5e8ebe4815af2843a4cc57e38a23f (diff)
downloadxen-660036c0eb7f3c398f50c00194639f8eed79cd15.tar.gz
xen-660036c0eb7f3c398f50c00194639f8eed79cd15.tar.bz2
xen-660036c0eb7f3c398f50c00194639f8eed79cd15.zip
stubdom: Fix README for renamed device-model config file.
Sigend-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'stubdom/README')
-rw-r--r--stubdom/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/stubdom/README b/stubdom/README
index a70e31a2b4..c50acb7b60 100644
--- a/stubdom/README
+++ b/stubdom/README
@@ -27,7 +27,7 @@ device_model = '/usr/lib/xen/bin/stubdom-dm'
- disable anything related to dom0, like pty serial assignments
-Create /etc/xen/stubdom-hvmconfig (where "hvmconfig" is the name of your HVM
+Create /etc/xen/hvmconfig-dm (where "hvmconfig" is the name of your HVM
guest) with
kernel = "/usr/lib/xen/boot/ioemu-stubdom.gz"
@@ -52,7 +52,7 @@ There are three posibilities
vnc = 0
sdl = 0
- - In stubdom-hvmconfig, set an sdl vfb:
+ - In hvmconfig-dm, set an sdl vfb:
vfb = [ 'type=sdl' ]
@@ -65,7 +65,7 @@ then you will not be able to connect to it.
vnc = 1
vnclisten = "172.30.206.1"
- - In stubdom-hvmconfig, fill the reserved vif with the same IP, for instance:
+ - In hvmconfig-dm, fill the reserved vif with the same IP, for instance:
vif = [ 'ip=172.30.206.1', 'ip=10.0.1.1,mac=aa:00:00:12:23:34']
@@ -76,7 +76,7 @@ vif = [ 'ip=172.30.206.1', 'ip=10.0.1.1,mac=aa:00:00:12:23:34']
vnc = 0
sdl = 0
- - In stubdom-hvmconfig, set a vnc vfb:
+ - In hvmconfig-dm, set a vnc vfb:
vfb = [ 'type=vnc' ]