summaryrefslogtreecommitdiffstats
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
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
-rwxr-xr-xrelease/bininst2
-rw-r--r--release/cpio_flp_1.conf3
2 files changed, 3 insertions, 2 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
diff --git a/release/cpio_flp_1.conf b/release/cpio_flp_1.conf
index 082b3d6..01f6f9c 100644
--- a/release/cpio_flp_1.conf
+++ b/release/cpio_flp_1.conf
@@ -21,7 +21,8 @@ ln sh -sh # init invokes the shell this way
# /sbin stuff
progs badsect chown clri disklabel dump dmesg fdisk fsck ifconfig init
-progs mknod mount mount_cd9660 mount_msdos newfs ping reboot restore swapon umount route
+progs mknod mount mount_cd9660 mount_msdos mount_nfs newfs ping reboot
+progs restore swapon umount route
ln dump rdump
ln restore rrestore
ln reboot halt
OpenPOWER on IntegriCloud