diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-11-13 11:58:29 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-11-13 11:58:29 +0000 |
| commit | f0fd609eff880d42fb42ae1cc53a3232b3c32b37 (patch) | |
| tree | db8f7019c4fdcbdc120fce175c0eb22449e92d9d | |
| parent | af20617bdb000385ac8186bf2d98fda7079c646b (diff) | |
Notes
| -rw-r--r-- | release/Makefile | 4 | ||||
| -rw-r--r-- | release/doFS.sh | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile index c57ec97a0eda..2f6ea075c97b 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.193.2.64 1996/11/11 16:07:41 jkh Exp $ +# $Id: Makefile,v 1.193.2.65 1996/11/12 22:32:27 jkh Exp $ # # How to roll a release: # @@ -41,7 +41,7 @@ ZIPNSPLIT= gzip --no-name -9 -c | split -b 240640 - # Upper size for the mfs in the boot.flp kernel. # These are adjusted down to the minimum needed by doFS.sh. -BOOTMFSSIZE= 1400 +BOOTMFSSIZE= 1450 MFSINODE= 42000 FIXITINODE= 28000 diff --git a/release/doFS.sh b/release/doFS.sh index c5c9711ca5f4..3d6bb204c4f3 100644 --- a/release/doFS.sh +++ b/release/doFS.sh @@ -1,5 +1,5 @@ : -set -ex +# set -ex VNDEVICE=vn0 export BLOCKSIZE=512 |
