jonr@xxxxxxxxxx wrote:
> Hello,
>
> Does anyone have a config file that they wouldn't mind sharing that
> works under 3.3 and wasn't built by virt-manager?
>
> Jon
A sample of what I use for setup...
kernel = "/boot/xen/vmlinuz-centos5-x86_64-xen-install"
ramdisk = "/boot/xen/initrd-centos5-x86_64-xen-install"
name = "MrBurns"
memory = "384"
disk = [ 'phy:/dev/Xen/MrBurns,xvda,w',
'phy:/dev/Xen/MrBurns_swap,xvdb,w', ]
vif = [ 'bridge=eth1', ]
vcpus=1
on_reboot = 'destroy'
on_crash = 'destroy'
And what I use for running config...
name = "MrBurns"
memory = "384"
disk = [ 'phy:/dev/Xen/MrBurns,xvda,w',
'phy:/dev/Xen/MrBurns_swap,xvdb,w', 'phy:/dev/Store/Digital,xvdc,w', ]
vif = [ 'mac=00:16:3E:70:79:A6, bridge=eth1', ]
bootloader="/usr/bin/pygrub"
vcpus=1
on_reboot = 'restart'
on_crash = 'restart'
Hope this helps... And yes, I hate the sxp files generated by virt-manager.
--
Ryan Duff
web: http://www.ryanduff.net
aim: ryancduff
twitter: ryancduff
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|