#---------------------------------------------------------------------------- # Kernel image file. kernel = "/boot/vmlinuz-2.6.33" # Optional ramdisk. ramdisk = "/boot/initrd-2.6.33.img" # The domain build function. Default is 'linux'. builder='linux' memory = 512 # A name for your domain. All domains must have different names. name = "KonardDomU" # Number of Virtual CPUS to use, default is 1 vcpus = 5 vif = [ '' ] disk = [ 'phy:sda2,sda2,w' ] #disk = ['file:/boot/initrd-2.6.33.img,xvda,w'] # Set if you want dhcp to allocate the IP address. dhcp="dhcp" # Set root device. #root = "/dev/hda1 ro" root = "/dev/VolGroup01/LogVol00 ro" #root = "root=/dev/xvda1" #root = "/dev/sda2 " # Sets runlevel 4. #extra = "4 console=hvc0"