From: Thierry Parmentelat Date: Fri, 14 Jan 2011 11:45:08 +0000 (+0100) Subject: cosmetic X-Git-Tag: bootcd-4.2-23~2 X-Git-Url: http://git.onelab.eu/?p=bootcd.git;a=commitdiff_plain;h=591d525b6e0485ce82c7b3a9d9dc57b524ffb574 cosmetic --- diff --git a/initscripts/pl_netinit b/initscripts/pl_netinit index 4b0cd8d..9fb7952 100755 --- a/initscripts/pl_netinit +++ b/initscripts/pl_netinit @@ -290,10 +290,9 @@ fi /sbin/ifconfig $ETH_DEVICE up 2>&1 > /dev/null if [[ $? -ne 0 ]]; then echo $(date "+%H:%M:%S") " pl_netinit: device $ETH_DEVICE does not exist, most likely" - echo $(date "+%H:%M:%S") " pl_netinit: this cd does not have hardware support for your" + 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 PlanetLab Support: support@planet-lab.org" - echo $(date "+%H:%M:%S") " pl_netinit: for further assistance" + echo $(date "+%H:%M:%S") " pl_netinit: to your PlanetLab support for further assistance" echo /sbin/lspci -n | /bin/grep "Class 0200" echo