source: MondoRescue/branches/2.0.8/tools/mkqemu@ 576

Last change on this file since 576 was 576, checked in by bcornec, 18 years ago

2.08 synced with stable as of r575
VERSION files updated

  • Property svn:executable set to *
File size: 218 bytes
Line 
1#!/bin/bash
2#
3# $Id$
4#
5# Call virtual machine with qemu
6#
7
8if [ _"$1" == _"" ]; then
9 echo "Syntax: qemu vm"
10 exit -1
11else
12 m=$1
13fi
14
15ipvm=10.0.2.15
16
17qemu -m 256 $QEMUOPT -redir tcp:${sp}:${ipvm}:22 /users/qemu/$m.qemu
Note: See TracBrowser for help on using the repository browser.