|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Do any body have experience in creating a paravirtualize
...just forget:
remove this line too: builder='hvm'
that's one of the config file using jailtime images on a Centos5:
#==================================
kernel = "/boot/vmlinuz-2.6.18-53.1.13.el5xen"
ramdisk = "/boot/initrd_r"
maxmem = 512
memory = 512
vcpus = 1
name = "webserver009"
vif = [ "mac=00:16:3e:43:ae:14,bridge=xenbr0" ]
disk = [ "phy:/dev/mapper/lvm-centosR,sda1,w", "phy:/dev/lvm/centosS,sda2,w"]
root = '/dev/sda1 '
extra = " selinux=0 ro "
keymap = "it"
vncdisplay = "1"
vfb = [ " type=vnc,vncunused=1 " ]
on_poweroff = "destroy"
on_reboot = "restart"
on_crash = "restart"
#==================================
initrd was recompilated due to module missing,
lvm was used for physical disks...
cy,
--
Ruggero Tonelli
http://www.valtellinux.it
GPG Key-id: 0x96998647
--
Il messaggio e' stato analizzato alla ricerca di virus o
contenuti pericolosi da MailScanner, ed e'
risultato non infetto.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|