builder = 'linux' # --------------------- name = 'common' # --------------------- # When no MAC is given udev remaps eth0 to ethxx at each new reboot !!! # except if FORCE_PERSISTENT_NAMES=no in /etc/sysconfig/network/config # did not find any clean way to force eth0 IP other then DHCP # MUST have DHCP configure in /etc/sysconfig/network/ifcfh_eth0 vif = [ 'mac=aa:bb:cc:dd:ee:03, bridge=xen-br0, vifname=xen-tst' ] # Image was created with /dev/hda1=swap and /dev/hda2=/ disk = [ 'phy:fridu-sata/common-root,hda,w', 'phy:fridu-sata/common-swap,hdb,w' , 'file:/export/space/iso/opensuse-dvd-10.2.iso,hdd,r' ] root = "/dev/hda" localtime = 0 on_poweroff = 'destroy' on_reboot = 'restart' on_crash = 'restart' # if domUloader.py does not work trace check free loopback with 'losetup -a' kernel = "/export/space/vm/boot/vmlinuz-xen" ramdisk = "/export/space/vm/boot/initrd-xen" # bootloader = '/usr/lib/xen/boot/domUloader.py' # bootentry = '/boot/vmlinuz-xen,/boot/initrd-xen' memory = 256 vcpus = 1 extra = 'TERM=xterm'