summaryrefslogtreecommitdiffstats
path: root/release/bininst
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-11-08 19:51:50 +0000
committerjkh <jkh@FreeBSD.org>1994-11-08 19:51:50 +0000
commit190a4a536b17f696e7eefdc2ffb47af5a395b497 (patch)
tree7ee7ccf1453e8226c32f93d7120c88783b91fd1d /release/bininst
parent80c829c1e16c934ccfffcb534ab0dfdd7ab49e13 (diff)
downloadFreeBSD-src-190a4a536b17f696e7eefdc2ffb47af5a395b497.zip
FreeBSD-src-190a4a536b17f696e7eefdc2ffb47af5a395b497.tar.gz
Use mount_nfs directly for NFS install.
Add mount_nfs to the cpio floppy. Thanks, Michael R.! Submitted by: mr
Diffstat (limited to 'release/bininst')
-rwxr-xr-xrelease/bininst2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud