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

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

machine_name is the argument to the database

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