source: trunk/packages/sipb-xen-remctl-auto/sipb-xen-remctl-auto/files/usr/sbin/sipb-xen-boot @ 121

Last change on this file since 121 was 121, checked in by tabbott, 17 years ago

Move things around and add web interface support code.

  • Property svn:executable set to *
File size: 193 bytes
Line 
1#!/bin/sh
2machine=$2
3cdrom=$3
4
5if [ -n "$cdrom" ]; then
6        xm create sipb-database machine_id="$machine" cdrom_image="$cdrom"
7else
8        xm create sipb-database machine_id="$machine"
9fi
Note: See TracBrowser for help on using the repository browser.