Suse/Xenserver Xen-tools
From Mana zināšanu grāmata
Inside the VM, mount the cdrom: for PV version "mount /dev/xvdd /mnt" for HVM version (no need for -o loop, suse is smart enough :) )
mount /dev/xvdd /mnt
OR
mount /dev/sr0 /mnt
change directory to
/mnt/Linux: cd /mnt/Linux
run install.sh script with manually specified os version as a parameter:
./install.sh -d sles -m 11
