diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 1999-10-01 21:05:08 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 1999-10-01 21:05:08 +0000 |
commit | cba68a6f9612ba7e1556c18a037685f7d23ed251 (patch) | |
tree | ae47b00dd7448022bd72b943c75f37e388118a36 | |
parent | 3971b2de9e1d2d6fd26a50f7cf164b634b211187 (diff) |
image is now 40Mb instead of 32Mb. -moj
-rw-r--r-- | distrib/pmax/simpleroot/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/pmax/simpleroot/Makefile.inc b/distrib/pmax/simpleroot/Makefile.inc index 6d14f25c681..cc10426cbce 100644 --- a/distrib/pmax/simpleroot/Makefile.inc +++ b/distrib/pmax/simpleroot/Makefile.inc @@ -1,4 +1,4 @@ -IMAGESIZE?= 65536 # 32Mb in 512 byte blocks +IMAGESIZE?= 81920 # 40Mb in 512 byte blocks BOOT_DISKLABEL?= -b /usr/mdec/rzboot -s /usr/mdec/bootrz GZIP?= cat GZIPFLAGS?= |