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

Last change on this file since 127 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
RevLine 
[121]1#!/bin/sh
2machine=$2
3cdrom=$3
4
5if [ -n "$cdrom" ]; then
[124]6        xm create sipb-database machine_name="$machine" cdrom_image="$cdrom"
[121]7else
[124]8        xm create sipb-database machine_name="$machine"
[121]9fi
Note: See TracBrowser for help on using the repository browser.