summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-11-24 20:52:16 +0000
committerjkh <jkh@FreeBSD.org>1994-11-24 20:52:16 +0000
commitfda7f58172292d4fd6146733806f87f7509f776c (patch)
treedc07c352dd0ed2742a5b1080fd299708c4ca8682 /release
parent81645a4f2f47730aa9bda2c64c0ebfc15ebba28d (diff)
downloadFreeBSD-src-fda7f58172292d4fd6146733806f87f7509f776c.zip
FreeBSD-src-fda7f58172292d4fd6146733806f87f7509f776c.tar.gz
Make the UFS stuff try to be a little less clever.
Diffstat (limited to 'release')
-rw-r--r--release/instdist.sh14
1 files changed, 5 insertions, 9 deletions
diff --git a/release/instdist.sh b/release/instdist.sh
index 9d618e3..0cb1c7f 100644
--- a/release/instdist.sh
+++ b/release/instdist.sh
@@ -10,7 +10,7 @@
# putting your name on top after doing something trivial like reindenting
# it, just to make it look like you wrote it!).
#
-# $Id: instdist.sh,v 1.28 1994/11/23 11:04:00 jkh Exp $
+# $Id: instdist.sh,v 1.29 1994/11/24 20:49:58 jkh Exp $
if [ "$_INSTINST_SH_LOADED_" = "yes" ]; then
return 0
@@ -494,14 +494,10 @@ of the distribution when we come back." -1 -1
dialog --clear
/stand/sh
title="Please enter directory"
- default_value="${MNT}/bindist"
- if input "Ok, now give me the full pathname of the directory where you've got the distribution."; then
- if [ ! -f $answer/extract.sh ]; then
- error "That's not a valid distribution"
- else
- media_type=ufs
- media_device=$answer
- fi
+ default_value="${MNT}"
+ if input "Ok, now give me the full pathname of the parent directorys for the distribution(s)."; then
+ media_type=ufs
+ media_device=$answer
fi
;;
esac
OpenPOWER on IntegriCloud