From: Thierry Parmentelat Date: Sun, 8 Mar 2015 18:39:16 +0000 (+0100) Subject: looks like our problem is that eth0 is not yet known to the system when we try to... X-Git-Tag: bootcd-5.2-5~6 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=bfa859690146f4980f23fd87272665ceea9bff92;p=bootcd.git looks like our problem is that eth0 is not yet known to the system when we try to do the ifconfig --- diff --git a/initscripts/pl_netinit b/initscripts/pl_netinit index 5e288c2..8dd8714 100755 --- a/initscripts/pl_netinit +++ b/initscripts/pl_netinit @@ -291,9 +291,12 @@ if [[ $? -ne 0 ]]; then echo $(date "+%H:%M:%S") " pl_netinit: this CD does not have hardware support for your" echo $(date "+%H:%M:%S") " pl_netinit: network adapter. please send the following lines" echo $(date "+%H:%M:%S") " pl_netinit: to your PlanetLab support for further assistance" - echo + echo ========== lspci beg /sbin/lspci -n | /bin/grep "Class 0200" - echo + echo ========== lspci end + echo ========== ifconfig beg + /sbin/ifconfig + echo ========== ifconfig beg net_init_failed fi