X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fbootscripts%2Fmountnetfs;fp=stage2%2Fbootscripts%2Fmountnetfs;h=a0c7612adaf9e8f591d982ce0c29678f6a5e9817;hb=f92dd465a70fd3e2986530f26c1e73699bb0021d;hp=55c48afa215fb178fb7f7752d704d5e65389249c;hpb=93f73540179c6dc6160cab29ffcb3053cae5b415;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