xcat-core/xCAT-nbroot/overlay/etc/init.d/S99xcat.sh

11 lines
192 B
Bash
Raw Normal View History

#!/bin/sh
# IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html
while ! /bin/getdestiny
do
echo "Retrying destiny retrieval"
sleep 3
ifconfig
done
. /bin/dodestiny