cosmetic
[bootcd.git] / initscripts / pl_boot
index 52ddd2c..16b7fa2 100755 (executable)
@@ -168,13 +168,14 @@ while : ; do
                     echo $(date "+%H:%M:%S") " we recommend checking your DNS settings.  If you cannot, then "
                     echo $(date "+%H:%M:%S") " please double check your network settings registered at PLC and "
                     echo $(date "+%H:%M:%S") " stored on this Boot Image."
-                    for file in `ls /etc/sysconfig/network-scripts/ifcfg-eth*` ; do 
-                        echo $(date "+%H:%M:%S") $file :
+                    for file in $(ls /etc/sysconfig/network-scripts/ifcfg-eth* /etc/resolv.conf) ; do 
+                        echo $(date "+%H:%M:%S") contents of $file :
                         cat $file
+                        echo $(date "+%H:%M:%S") end of $file :
                     done
                 ;;
                 60)
-                    echo $(date "+%H:%M:%S") " This error likely indicates that the hardware clock is not set "
+                    echo $(date "+%H:%M:%S") " This error likely indicates that the hardware clock is likely not set "
                     echo $(date "+%H:%M:%S") " to GMT.  The result is that authentication between the local and "
                     echo $(date "+%H:%M:%S") " remote site fails.  Please double check this machine's system "
                     echo $(date "+%H:%M:%S") " clock, and set it to GMT in the BIOS. If after rebooting the same "