www.nico.schottelius.org/software/cinit/browse_source/cinit-0.3pre19/scripts/vm/qemu-start.sh

6 lines
81 B
Bash
Raw Normal View History

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