From: Michael Prokop Date: Thu, 16 Nov 2006 18:34:07 +0000 (+0100) Subject: adjust textinfo of NFS in /linuxrc again X-Git-Tag: 0.72~1 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;ds=inline;h=941a09ddcea97e62bb737c0a3c570eebbb441081;p=grml-terminalserver.git adjust textinfo of NFS in /linuxrc again --- diff --git a/linuxrc b/linuxrc index 3ba7a58..d145c92 100755 --- a/linuxrc +++ b/linuxrc @@ -531,7 +531,7 @@ if [ -n "$NFS" ]; then modules_to_load=`cat /modules.load | xargs` # FIXME modprobe is buggy from busybox - log_begin_msg "Trying to load network driver(s)." + log_begin_msg "Trying to load network driver(s)." ; echo modLoad() { for mod in $@ ; do @@ -549,8 +549,8 @@ if [ -n "$NFS" ]; then # loading additional modules modLoad sunrpc lockd af_packet nfs - log_begin_msg "Requesting network configuration using udhcp: " - /static/udhcpc --foreground --quit --script=/static/udhcp-config.sh && echo "$SUCCESS" || echo "$FAILED" + log_begin_msg "Requesting network configuration using udhcp:" ; echo + /static/udhcpc --foreground --quit --script=/static/udhcp-config.sh #echo "press to start a system shell and configure your system" #sh @@ -558,12 +558,12 @@ if [ -n "$NFS" ]; then rdir #rm -rf /myusr /mylib - log_begin_msg "Looking for GRML in: ${MAGENTA}$NFS${NORMAL}" + log_begin_msg "Looking for GRML in: ${MAGENTA}$NFS${NORMAL}" ; echo "$SUCCESS" if mount -t nfs "$NFS" -o "async,ro,nolock" /cdrom #>/dev/null 2>&1 then if test -f /cdrom/$GRML_DIR/$GRML_NAME then - log_begin_msg "Accessing grml CDROM at ${MAGENTA}$NFS${NORMAL}" ; echo " $SUCCESS" + log_begin_msg "Accessing grml CDROM at ${MAGENTA}$NFS${NORMAL}" ; echo "$SUCCESS" FOUND_GRML="$NFS" break fi