3 # Wrapper for User Mode Linux emulation environment
5 RUNFILE
="$(pwd)/${1}.testroot"
6 if [ -z "$RUNFILE" ] ||
[ ! -x "$RUNFILE" ]
8 echo "Can't run '$RUNFILE'"
14 if [ -z $
(which linux
) ]
16 echo "No User Mode Linux."
20 linux rootfstype
=hostfs rw init
="$RUNFILE" TESTDIR
=`pwd` PATH
="$PATH" $
* quiet