#------------------------------------------------------------------------------- # /etc/default.d/xmdomu - Default configuration for xen domU # # Creation: 21.05.2005 fw # Last Update: $Id: xmdomu 30939 2012-05-28 19:53:21Z sk $ # # Copyright (c) 2007 the eisfair team, team(at)eisfair(dot)org # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #------------------------------------------------------------------------------- #------------------------------------------------------------------------------ # VM configuration #------------------------------------------------------------------------------ AUTO_START='no' # start this domain when starting xend IS_FLI4L='no' # is this a fli4l domain? FLI4L_OPTS='base' # OPTs for this fli4l domU HVM='no' # e.g. for windows VNC_PASS='eis' USE_CUSTOM_KERNEL='no' # shall a custom kernel be used? KERNEL='/boot/vmlinuz-xen' # path to the kernel INITRD='/boot/initrd-xen.gz' # path to the initrd ROOT_DEVICE='/dev/xvda1' # will be append to kernel cmdline KERNEL_PARAMS='ro quiet console=hvc0 xencons=tty' # opt. kernel parameters MEMORY='32' # memory which will be allocated for the VM VCPUS='1' # number of virtual cpus LOCALTIME='no' # use domU its own timezone? BOOT='c' # boot device needed for HVM DISK_N='0' DISK_1_TYPE='phy' # file = filesystem image, phy = physical device of the host system DISK_1_SUBTYPE='hdd' # hdd = map to hvm as disk, cd = map to hvm as cd DISK_1_UNAME='' # path to the image file or physical devicename on the host system e.g. hda1 DISK_1_MAP_TO='xvda1' # map UNAME to this devicename in the VM DISK_1_MODE='w' # ro = read-only, w = read-write DISK_2_TYPE='phy' # file = filesystem image, phy = physical device of the host system DISK_2_SUBTYPE='cd' # hdd = map to hvm as disk, cd = map to hvm as cd DISK_2_UNAME='' # path to the image file or physical devicename on the host system e.g. hda1 DISK_2_MAP_TO='xvdb1' # map UNAME to this devicename in the VM DISK_2_MODE='w' # ro = read-only, w = read-write VIF_N='1' VIF_1_MAC='' # mac address of the virtual network interface VIF_1_BRIDGE='br0' # bridge ID defined in XEN_BRIDGE_* VIF_2_MAC='' # mac address of the virtual network interface VIF_2_BRIDGE='br1' # bridge ID defined in XEN_BRIDGE_* VIF_3_MAC='' # mac address of the virtual network interface VIF_3_BRIDGE='br2' # bridge ID defined in XEN_BRIDGE_* PCI_N='0' PCI_1_ID='0000:00:11.5' # assign pci id to this domain LEGACY_N='0' LEGACY_1_IRQ='7' LEGACY_1_IOPORT='0378-037a'