Last change
on this file since 572 was
572,
checked in by bcornec, 15 years ago
|
gentoo build continued
mindi bug found due to a previous bug corrected (5.6 MB disks generated systematically):
- when a disk less than 2.8 MB can be built,
not enough modules are put on it to support SCSI cds
(use of FLOPPY_MODS only). I added most CDROMs modules
in order to support them.
|
-
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 | |
---|
8 | if [ _"$1" == _"" ]; then |
---|
9 | echo "Syntax: qemu vm" |
---|
10 | exit -1 |
---|
11 | else |
---|
12 | m=$1 |
---|
13 | fi |
---|
14 | |
---|
15 | ipvm=10.0.2.15 |
---|
16 | |
---|
17 | qemu -m 256 $QEMUOPT -redir tcp:${sp}:${ipvm}:22 /users/qemu/$m.qemu |
---|
Note: See
TracBrowser
for help on using the repository browser.