From 190a4a536b17f696e7eefdc2ffb47af5a395b497 Mon Sep 17 00:00:00 2001 From: jkh Date: Tue, 8 Nov 1994 19:51:50 +0000 Subject: Use mount_nfs directly for NFS install. Add mount_nfs to the cpio floppy. Thanks, Michael R.! Submitted by: mr --- release/bininst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/bininst') diff --git a/release/bininst b/release/bininst index b42e20a..cb31e53 100755 --- a/release/bininst +++ b/release/bininst @@ -200,7 +200,7 @@ should also, of course, be exported!\n\n" \ if ! handle_rval $?; then continue; fi media_type=nfs nfs_path=`cat ${TMP}/inputbox.tmp.$$` - if ! mount $nfs_path /mnt > /dev/ttyv1 2>&1; then + if ! mount_nfs $nfs_path /mnt > /dev/ttyv1 2>&1; then error "Unable to mount $nfs_path" else media_device=$nfs_path -- cgit v1.1