No subject


Mon Jul 5 03:05:39 CEST 2010


create was fixed for lucid

Am I doing something wrong?

/etc/xen/lucid.cfg

#
# Configuration file for the Xen instance lucid, created
# by xen-tools 4.2rc1 on Sun Aug 29 14:59:35 2010.
#

#
#  Kernel + memory size
#


bootloader = '/usr/lib/xen-default/bin/pygrub'

vcpus       = '1'
memory      = '512'

#
#  Disk device(s).
#
root        = '/dev/xvda2 ro'
disk        = [
                  'file:/disk/xen/domains/lucid/disk.img,xvda2,w',
                  'file:/disk/xen/domains/lucid/swap.img,xvda1,w',
              ]


#
#  Physical volumes
#



#
#  Hostname
#
name        = 'lucid'

#
#  Networking
#
vif         = [ 'ip=192.168.0.103,mac=00:16:3E:DB:D7:E9' ]

#
#  Behaviour
#
on_poweroff = 'destroy'
on_reboot   = 'restart'
on_crash    = 'restart'


Any input would be appreciated.  Would like to get this working.


More information about the xen-tools-discuss mailing list