version 1.155, 2018/08/01 13:19:43
|
version 1.156, 2018/08/25 09:42:48
|
Line 462 i386 domU). The domU serves as a networ
|
Line 462 i386 domU). The domU serves as a networ
|
|
|
# -*- mode: python; -*- |
# -*- mode: python; -*- |
|
|
|
name = "domU-id" |
kernel = "/netbsd-XEN3PAE_DOMU-i386-foo.gz" |
kernel = "/netbsd-XEN3PAE_DOMU-i386-foo.gz" |
memory = 1024 |
memory = 1024 |
vif = [ 'mac=aa:00:00:d1:00:09,bridge=bridge0' ] |
vif = [ 'mac=aa:00:00:d1:00:09,bridge=bridge0' ] |
disk = [ 'file:/n0/xen/foo-wd0,0x0,w', |
disk = [ 'file:/n0/xen/foo-wd0,0x0,w', |
'file:/n0/xen/foo-wd1,0x1,w' ] |
'file:/n0/xen/foo-wd1,0x1,w' ] |
|
|
The domain will have the same name as the file. The kernel has the |
The domain will have name given in the name setting. The kernel has the |
host/domU name in it, so that on the dom0 one can update the various |
host/domU name in it, so that on the dom0 one can update the various |
domUs independently. The vif line causes an interface to be provided, |
domUs independently. The vif line causes an interface to be provided, |
with a specific mac address (do not reuse MAC addresses!), in bridge |
with a specific mac address (do not reuse MAC addresses!), in bridge |