From: Keir Fraser Date: Tue, 9 Sep 2008 13:47:36 +0000 (+0100) Subject: stubdom: Fix README for renamed device-model config file. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14111^2~24 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=660036c0eb7f3c398f50c00194639f8eed79cd15;p=xen.git stubdom: Fix README for renamed device-model config file. Sigend-off-by: Keir Fraser --- 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' ]