d870f0e26e
guests operating systems on a single machine. Guest OSes (also called "domains") require a modified kernel which supports Xen hypercalls in replacement to access to the physical hardware. At boot, the xen kernel is loaded along with the guest kernel for the first domain (called domain0). domain0 has privileges to access the physical hardware (PCI and ISA devices), administrate other domains and provide virtual devices (disks and network) to other domains. xenkernel45 and xentools45 contains the kernel and tools from the Xen 4.5.x branch
44 lines
1.4 KiB
Groff
44 lines
1.4 KiB
Groff
$NetBSD: patch-.._docs_man_xl.pod.1,v 1.1 2015/01/20 16:42:13 bouyer Exp $
|
|
|
|
--- ../docs/man/xl.pod.1.orig 2015-01-12 17:53:24.000000000 +0100
|
|
+++ ../docs/man/xl.pod.1 2015-01-19 13:19:15.000000000 +0100
|
|
@@ -33,10 +33,10 @@
|
|
|
|
=over 4
|
|
|
|
-=item start the script B</etc/init.d/xencommons> at boot time
|
|
+=item start the script B</etc/rc.d/xencommons> at boot time
|
|
|
|
Most B<xl> operations rely upon B<xenstored> and B<xenconsoled>: make
|
|
-sure you start the script B</etc/init.d/xencommons> at boot time to
|
|
+sure you start the script B</etc/rc.d/xencommons> at boot time to
|
|
initialize all the daemons needed by B<xl>.
|
|
|
|
=item setup a B<xenbr0> bridge in dom0
|
|
@@ -50,7 +50,7 @@
|
|
|
|
If you specify the amount of memory dom0 has, passing B<dom0_mem> to
|
|
Xen, it is highly recommended to disable B<autoballoon>. Edit
|
|
-B</etc/xen/xl.conf> and set it to 0.
|
|
+B<@XENDCONFDIR@/xl.conf> and set it to 0.
|
|
|
|
=item run xl as B<root>
|
|
|
|
@@ -168,7 +168,7 @@
|
|
|
|
xl create DebianLenny
|
|
|
|
-This creates a domain with the file /etc/xen/DebianLenny, and returns as
|
|
+This creates a domain with the file @XENDCONFDIR@/DebianLenny, and returns as
|
|
soon as it is run.
|
|
|
|
=item I<with extra parameters>
|
|
@@ -463,7 +463,7 @@
|
|
=item B<-N> I<netbufscript>
|
|
|
|
Use <netbufscript> to setup network buffering instead of the
|
|
-default script (/etc/xen/scripts/remus-netbuf-setup).
|
|
+default script (@XENDCONFDIR@/scripts/remus-netbuf-setup).
|
|
|
|
=item B<-F>
|
|
|