X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fbootscripts%2Fmountnetfs;h=a0c7612adaf9e8f591d982ce0c29678f6a5e9817;hb=175a1744f1817f2dc147c5d28abbb3314f015be4;hp=55c48afa215fb178fb7f7752d704d5e65389249c;hpb=780792f2c09326bd027a94fb166e6daf445f6514;p=hvlinux.git diff --git a/stage2/bootscripts/mountnetfs b/stage2/bootscripts/mountnetfs index 55c48af..a0c7612 100755 --- a/stage2/bootscripts/mountnetfs +++ b/stage2/bootscripts/mountnetfs @@ -9,14 +9,14 @@ log_script_name "$0 $*" mountnetfs_start() { if ! grep -q "_netdev" /etc/fstab; then - echo "No network filesystem found in fstab" + msg_log "No network filesystem found in fstab" exit ${EXIT_CODE_WARNING} fi if grep -q "nfs" /etc/fstab; then # rpc.statd is required to mount nfs shares if [ ! -x /sbin/rpc.statd ]; then - echo "Missing rpc.statd executable" + msg_log "Missing rpc.statd executable" exit ${EXIT_CODE_WARNING} fi