diff options
author | jkh <jkh@FreeBSD.org> | 1994-06-15 19:23:33 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-06-15 19:23:33 +0000 |
commit | 9529691929e9245cd46f3dfc653c5db9656cb158 (patch) | |
tree | 895da18cc196db023b6e552a11b9611d1fb0af8e /etc/etc.i386/inst1.install | |
parent | 5ae6bfc630a646989235666b8c773fe683a513d3 (diff) | |
download | FreeBSD-src-9529691929e9245cd46f3dfc653c5db9656cb158.zip FreeBSD-src-9529691929e9245cd46f3dfc653c5db9656cb158.tar.gz |
1. Bump minimum root size to 8MB (we need that much now).
2. Bump version number to 1.1.5 for impending release.
Diffstat (limited to 'etc/etc.i386/inst1.install')
-rwxr-xr-x | etc/etc.i386/inst1.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/etc.i386/inst1.install b/etc/etc.i386/inst1.install index d6fce87..6aba98f 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` |