mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 19:31:18 +00:00
12 lines
347 B
Plaintext
12 lines
347 B
Plaintext
kernel = "/boot/vmlinuz-2.6.15-1.2054_FC5xenU"
|
|
ramdisk = "/boot/initrd-2.6.15-1.2054_FC5xenU.img"
|
|
memory = 128 # should be enough
|
|
name = "fc4"
|
|
vif = [ "mac=aa:00:00:00:00:11, bridge=xenbr0" ]
|
|
disk = [ "file:/xen/fc4.img,sda1,w" ]
|
|
root = "/dev/sda1"
|
|
extra = "ro selinux=0 3"
|
|
on_reboot = "restart"
|
|
# just for testing ...
|
|
tst = [ 1, 2, [ 3, 4 ], 5 ]
|