X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=initscripts%2Fpl_sysinit;h=4f5d2acb7836ce32de8e84e3f5e35c2048a4a01b;hb=b5b7d860157f6458aca2d69a30092ecd7fc5a616;hp=aa5bb52646928250b17922c7184354cfc02b4ced;hpb=d33b583f3d843e1dc10e46c28597e3bf996275ca;p=bootcd.git diff --git a/initscripts/pl_sysinit b/initscripts/pl_sysinit index aa5bb52..4f5d2ac 100755 --- a/initscripts/pl_sysinit +++ b/initscripts/pl_sysinit @@ -1,5 +1,7 @@ #!/bin/sh +. /etc/init.d/pl_functions + echo "" echo "PlanetLab BootCD - distro @PLDISTRO@ based on @FCDISTRO@" @@ -148,6 +150,9 @@ echo "" echo $(date "+%H:%M:%S") "pl_sysinit: bringing network online" /etc/init.d/pl_netinit +# just in case, sometimes we're seeing weird stuff already at this point +pl_network_sanity_checks + echo "" echo $(date "+%H:%M:%S") "pl_sysinit: attempting to sync clock" /usr/sbin/ntpdate -b -t 10 -u pool.ntp.org