9 lines
102 B
Plaintext
9 lines
102 B
Plaintext
|
#!/bin/sh
|
||
|
echo "Starting xCAT mini-environment"
|
||
|
NEWROOT=$3
|
||
|
XCATMASTER=$XCAT
|
||
|
while :
|
||
|
do
|
||
|
/bin/sh
|
||
|
done
|