version 1.162, 2019/01/29 01:48:53
|
version 1.163, 2019/04/11 17:28:41
|
Line 308 are stored in files and Xen attaches the
|
Line 308 are stored in files and Xen attaches the
|
dom0 on domain creation. The system treats xbd0 as the boot device |
dom0 on domain creation. The system treats xbd0 as the boot device |
without needing explicit configuration. |
without needing explicit configuration. |
|
|
By default, `xl` looks for domain config files in `/usr/pkg/etc/xen`. Note |
By convention, domain config files are kept in `/usr/pkg/etc/xen`. Note |
that "xl create" takes the name of a config file, while other commands |
that "xl create" takes the name of a config file, while other commands |
take the name of a domain. |
take the name of a domain. |
|
|
Examples of commands: |
Examples of commands: |
|
|
[[!template id=programlisting text=""" |
[[!template id=programlisting text=""" |
xl create foo |
xl create /usr/pkg/etc/xen/foo |
xl console foo |
xl console domU-id |
xl create -c foo |
xl create -c /usr/pkg/etc/xen/foo |
xl shutdown foo |
xl shutdown domU-id |
xl list |
xl list |
"""]] |
"""]] |
|
|
Line 457 kernel to / and change the kernel line i
|
Line 457 kernel to / and change the kernel line i
|
|
|
kernel = "/home/bouyer/netbsd-INSTALL_XEN3_DOMU" |
kernel = "/home/bouyer/netbsd-INSTALL_XEN3_DOMU" |
|
|
Then, start the domain as "xl create -c configname". |
Then, start the domain as "xl create -c configfile". |
|
|
Alternatively, if you want to install NetBSD/Xen with a CDROM image, the following |
Alternatively, if you want to install NetBSD/Xen with a CDROM image, the following |
line should be used in the config file. |
line should be used in the config file. |