No empty .Rs/.Re
[netbsd-mini2440.git] / distrib / notes / xen / install
blob2c4f691325aae49af66f5e05101f5c2a6fdfc5ad
1 .\"     $NetBSD$
3 .(tag instop
4 .It Em "Domain-0 / privileged" installation
5 Install grub to your disk by running the command:
6 .br
7 grub-install /dev/wd0d
8 .Pp
9 You should now be able to reboot your system to
10 .Nx*M
11 by selecting the
12 .Em "Xen / NetBSD"
13 entry in the grub boot menu.
14 You might have to update your network configuration since the network
15 interface has a different name.
17 .It Em "non-privileged" installation
18 .(bullet
19 Create a new or edit the existing domain tool config file for
20 .Nx
21 domains (/usr/pkg/etc/xc12/netbsd or /etc/xc/netbsd).
22 .       (tag
23 .It Pa
24 add a vbd_list to define a virtual block device for the new domain:
25 .br
26 vbd_list = [ ('phy:wd0i','hda1','w') ]
27 .br
28 (replace wd0i with the partition containing the filesystem for the new
29 domain)
30 .It Pa
31 comment out the cmdline_extra line
32 .       tag)
33 .It
34 Now you can start the new domain with the following command:
35 .br
36 xc_dom_create.py -f netbsd -D 'vmid=1;ip=123.45.67.89' -m 32 -k /path/to/netbsd-GENERIC.gz
37 .bullet)
39 .tag)