www.nico.schottelius.org/software/cinit/browse_source/cinit-0.3pre17/scripts/vm/qemu-start.sh
Nico Schottelius 759b58c293 released cinit-0.3pre17
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
2009-10-05 19:14:52 +02:00

5 lines
81 B
Bash
Executable file

#!/bin/sh
ROOT=$(dirname $0)/../root/Debian-3.0r0.ext2
qemu -hda "$ROOT" "$@"