759b58c293
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
5 lines
84 B
Bash
Executable file
5 lines
84 B
Bash
Executable file
#!/bin/sh
|
|
|
|
ROOT=$(dirname $0)/Debian-3.0r0.ext2
|
|
|
|
linux ubd0=$ROOT init=/bin/sh "$@"
|