summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-11-24 20:49:58 +0000
committerjkh <jkh@FreeBSD.org>1994-11-24 20:49:58 +0000
commit81645a4f2f47730aa9bda2c64c0ebfc15ebba28d (patch)
tree2732f5b470f0a4f1c6809ebca158cdbb4e579e3c /release
parente55fbafa8022bf1492d6411beb77bedb566ae8de (diff)
downloadFreeBSD-src-81645a4f2f47730aa9bda2c64c0ebfc15ebba28d.zip
FreeBSD-src-81645a4f2f47730aa9bda2c64c0ebfc15ebba28d.tar.gz
Only get CD/NFS/UFS/... subdirs if they're really necessary.
Diffstat (limited to 'release')
-rw-r--r--release/instdist.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/instdist.sh b/release/instdist.sh
index 99e3122..9d618e3 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.27 1994/11/23 11:01:41 jkh Exp $
+# $Id: instdist.sh,v 1.28 1994/11/23 11:04:00 jkh Exp $
if [ "$_INSTINST_SH_LOADED_" = "yes" ]; then
return 0
@@ -309,6 +309,7 @@ illegally, thanks! When finished, select <Cancel>." \
media_get_possible_subdir()
{
+ if [ -f ${MNT}/${media_distribution}/extract.sh ]; then return; fi
default_value="$distrib_subdir"
title="Distribution Subdirectory"
if input \
OpenPOWER on IntegriCloud