Move things around and add web interface support code.
[invirt/packages/invirt-remote.git] / files / usr / sbin / sipb-xen-boot
1 #!/bin/sh
2 machine=$2
3 cdrom=$3
4
5 if [ -n "$cdrom" ]; then
6         xm create sipb-database machine_id="$machine" cdrom_image="$cdrom"
7 else
8         xm create sipb-database machine_id="$machine"
9 fi