1. Bump minimum root size to 8MB (we need that much now).

2. Bump version number to 1.1.5 for impending release.
This commit is contained in:
Jordan K. Hubbard 1994-06-15 19:23:33 +00:00
parent 2ded984659
commit abe5ea49b0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1730
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ export PATH
OPSYSTEM=FreeBSD
OPSYSID=165
ROOTMIN=7
ROOTMIN=8
SWAPMIN=8
USRMIN=7
DISKMIN=`expr $ROOTMIN + $SWAPMIN + 1`

View File

@ -1,4 +1,4 @@
# $Id: inst2.rc,v 1.2 1994/02/25 23:34:12 alm Exp $
# $Id: inst2.rc,v 1.3 1994/03/18 03:09:51 rgrimes Exp $
#
stty status '^T'
@ -59,7 +59,7 @@ rm -f /fastboot
(cd /var/run && { rm -rf -- *; cp /dev/null utmp; chmod 644 utmp; })
OPSYSTEM=FreeBSD
RELEASE="1.1"
RELEASE="1.1.5"
echo "${OPSYSTEM} Base System Release ${RELEASE}"
echo ""
echo "Congratulations, you've got ${OPSYSTEM} on the hard disk!"