xcat-core/xCAT-nbroot2/xcatroot
2011-06-17 15:47:37 +00:00

9 lines
104 B
Bash
Executable File

#!/bin/sh
echo "Starting xCAT mini-environment"
NEWROOT=$3
XCATMASTER=$XCAT
while :
do
/bin/dash
done