From 66a5b326e10e13e0c47e7e7fd8f108a2cbb72b7c Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Fri, 23 Dec 1994 03:30:02 +0000 Subject: [PATCH] Whoops! I buggered up the tape dialog. Fixed. These changes allow you to specify your tape drive device for the cases when the user has more than one. --- release/Makefile | 4 ++-- release/instdist.sh | 8 +++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/release/Makefile b/release/Makefile index 09f701f75079..ec93d4f7a91d 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.67 1994/12/22 21:34:36 jkh Exp $ +# $Id: Makefile,v 1.68 1994/12/23 02:25:32 jkh Exp $ # FLOPPY= fd0 @@ -75,7 +75,7 @@ boot.flp: disklabel -w -B \ -b ${DESTDIR}/usr/mdec/fdboot -s ${DESTDIR}/usr/mdec/bootfd \ /dev/r${FLOPPY} ${FDLABEL} - newfs -c 80 -b 4096 -f 512 -i 8192 -m 0 -o space /dev/r${FLOPPY} + newfs -c 80 -b 4096 -f 512 -i 9000 -m 0 -o space /dev/r${FLOPPY} mount -o async /dev/${FLOPPY} ${MNT} mkdir ${MNT}/dev ${MNT}/stand ${MNT}/mnt strip ${.CURDIR}/../sys/compile/GENERIC/kernel diff --git a/release/instdist.sh b/release/instdist.sh index 28f5dc71072b..85672fee1f24 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.44 1994/12/21 04:57:07 jkh Exp $ +# $Id: instdist.sh,v 1.45 1994/12/23 02:55:07 jkh Exp $ if [ "${_INSTINST_SH_LOADED_}" = "yes" ]; then return 0 @@ -395,7 +395,8 @@ system? FreeBSD supports the following types:\n" -1 -1 3 \ "If you only have one tape drive, simply press return - the default value should be correct. Otherwise, enter the correct value and press return."; then - MEDIA_DEVICE=${ANSWER} + MEDIA_DEVICE=${ANSWER} + fi ;; QIC-02) @@ -405,7 +406,8 @@ correct value and press return."; then "If you only have one tape drive, simply press return - the default value should be correct. Otherwise, enter the correct value and press return."; then - MEDIA_DEVICE=${ANSWER} + MEDIA_DEVICE=${ANSWER} + fi ;; floppy)