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 "$@"
|