ia64/xen-unstable
changeset 1232:b083c9b2e63b
bitkeeper revision 1.825.4.1 (4063e75eUgpPAtUa6r4AHprjhGFvew)
Console-HOWTO.txt:
Fix console docs.
Console-HOWTO.txt:
Fix console docs.
author | kaf24@scramble.cl.cam.ac.uk |
---|---|
date | Fri Mar 26 08:18:38 2004 +0000 (2004-03-26) |
parents | ee97ff34e170 |
children | 01aaaa1d5d17 |
files | docs/Console-HOWTO.txt |
line diff
1.1 --- a/docs/Console-HOWTO.txt Thu Mar 25 15:16:57 2004 +0000 1.2 +++ b/docs/Console-HOWTO.txt Fri Mar 26 08:18:38 2004 +0000 1.3 @@ -60,8 +60,8 @@ Virtual console for other domains 1.4 the provided init.d script. To integrate startup and shutdown of xend 1.5 in such a system, you will need to run a few configuration commands: 1.6 # chkconfig --add xend 1.7 - # chkconfig --level 35 on 1.8 - # chkconfig --level 01246 off 1.9 + # chkconfig --level 35 xend on 1.10 + # chkconfig --level 01246 xend off 1.11 This will avoid the need to run xend manually from rc.local, for example. 1.12 1.13 Note that, when a domain is created using xc_dom_create.py, xend MUST