--- wikisrc/ports/xen/howto.mdwn 2021/03/07 00:41:16 1.199 +++ wikisrc/ports/xen/howto.mdwn 2021/03/07 01:06:00 1.200 @@ -362,9 +362,8 @@ the dom0. NetBSD's /dev/random system w ## Config files -See /usr/pkg/share/examples/xen/xlexample* -for a small number of well-commented examples, mostly for running -GNU/Linux. +See /usr/pkg/share/examples/xen/xlexample* for a very small number of +examples for running GNU/Linux. The following is an example minimal domain configuration file. The domU serves as a network file server. @@ -387,7 +386,9 @@ are stored in files and Xen attaches the dom0 on domain creation. The system treats xbd0 as the boot device 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 that "xl create" takes the name of a config file, while other commands