diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-05-03 00:47:01 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-05-03 00:47:01 +0000 |
commit | f074faf5ffea72fceea709dc0c4c307d7087fad6 (patch) | |
tree | bc673ad6a75be2460748f702404b1c6761b39f78 /distrib | |
parent | 70ada14b8e9d9b499c52f1b65e8cd63914c56496 (diff) |
use 32 mb / for the beginning tests - else i would have to mod the disktab ...
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/alpha/simpleroot/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/alpha/simpleroot/Makefile.inc b/distrib/alpha/simpleroot/Makefile.inc index 114906ea3ec..76fae07b37f 100644 --- a/distrib/alpha/simpleroot/Makefile.inc +++ b/distrib/alpha/simpleroot/Makefile.inc @@ -1,4 +1,4 @@ -IMAGESIZE?= 131072 # 64Mb in 512 byte blocks +IMAGESIZE?= 65536 # 32Mb in 512 byte blocks BOOT_INSTALLBOT?= /usr/mdec/bootxx GZIP?= cat GZIPFLAGS?= |