summaryrefslogtreecommitdiff
path: root/distrib/i386/floppies/inst/install.sh
diff options
context:
space:
mode:
authordm <dm@cvs.openbsd.org>1996-02-02 07:24:36 +0000
committerdm <dm@cvs.openbsd.org>1996-02-02 07:24:36 +0000
commit1c4939eac7fa7dfa19a9438ac5cc105fc3012ceb (patch)
tree7e2dc4e7ac13d701898491f81b98c6945aff0041 /distrib/i386/floppies/inst/install.sh
parent38e5424a2a627f72d6a17bbd03c6f3af816e24b2 (diff)
/netbsd -> /bsd, more -> less, FLOPPY3 environment variable makes 1.44 Meg
image instead of 1.2 Meg (currently required because things are too big).
Diffstat (limited to 'distrib/i386/floppies/inst/install.sh')
-rw-r--r--distrib/i386/floppies/inst/install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/floppies/inst/install.sh b/distrib/i386/floppies/inst/install.sh
index 2f2a30bc51c..ba4baa44129 100644
--- a/distrib/i386/floppies/inst/install.sh
+++ b/distrib/i386/floppies/inst/install.sh
@@ -28,7 +28,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# $Id: install.sh,v 1.4 1995/12/14 07:00:10 deraadt Exp $
+# $Id: install.sh,v 1.5 1996/02/02 07:24:28 dm Exp $
# NetBSD installation script.
# In a perfect world, this would be a nice C program, with a reasonable
@@ -168,7 +168,7 @@ echo -n "View the boot messages again? [n] "
getresp "n"
case "$resp" in
y*|Y*)
- more /kern/msgbuf
+ less /kern/msgbuf
;;
*)
echo ""