7c47ae1c48
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
5 lines
81 B
Bash
Executable file
5 lines
81 B
Bash
Executable file
#!/bin/sh
|
|
|
|
ROOT=$(dirname $0)/../root/Debian-3.0r0.ext2
|
|
|
|
qemu -hda "$ROOT" "$@"
|