version 1.199, 2021/03/07 00:41:16
|
version 1.200, 2021/03/07 01:06:00
|
Line 362 the dom0. NetBSD's /dev/random system w
|
Line 362 the dom0. NetBSD's /dev/random system w
|
|
|
## Config files |
## Config files |
|
|
See /usr/pkg/share/examples/xen/xlexample* |
See /usr/pkg/share/examples/xen/xlexample* for a very small number of |
for a small number of well-commented examples, mostly for running |
examples for running GNU/Linux. |
GNU/Linux. |
|
|
|
The following is an example minimal domain configuration file. The domU |
The following is an example minimal domain configuration file. The domU |
serves as a network file server. |
serves as a network file server. |
Line 387 are stored in files and Xen attaches the
|
Line 386 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. |
|
|
There is not type line; that implicitly defines a pv domU. |
There is not type line; that implicitly defines a pv domU. Otherwise, |
|
one sets type to the lower-case version of the domU type in the table |
|
above, e.g. `type = "hvm"`. |
|
|
By convention, domain config files are kept 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 |