diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-06-15 19:23:33 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-06-15 19:23:33 +0000 |
commit | abe5ea49b06591d5db379935757c6e534fcdf051 (patch) | |
tree | 895da18cc196db023b6e552a11b9611d1fb0af8e | |
parent | 2ded984659a8031e76651ec2996c2e68336d765e (diff) |
1. Bump minimum root size to 8MB (we need that much now).
2. Bump version number to 1.1.5 for impending release.
Notes
Notes:
svn path=/head/; revision=1730
-rwxr-xr-x | etc/etc.i386/inst1.install | 2 | ||||
-rw-r--r-- | etc/etc.i386/inst2.rc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.i386/inst1.install b/etc/etc.i386/inst1.install index d6fce87bc433..6aba98f382e6 100755 --- a/etc/etc.i386/inst1.install +++ b/etc/etc.i386/inst1.install @@ -9,7 +9,7 @@ export PATH OPSYSTEM=FreeBSD OPSYSID=165 -ROOTMIN=7 +ROOTMIN=8 SWAPMIN=8 USRMIN=7 DISKMIN=`expr $ROOTMIN + $SWAPMIN + 1` diff --git a/etc/etc.i386/inst2.rc b/etc/etc.i386/inst2.rc index 9874daec9b22..0020bcc84642 100644 --- a/etc/etc.i386/inst2.rc +++ b/etc/etc.i386/inst2.rc @@ -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!" |