diff options
Diffstat (limited to 'distrib/alpha/simpleroot/Makefile.inc')
-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?= |