Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/amd64/installimage The new drm modules made the imag...



details:   https://anonhg.NetBSD.org/src/rev/b5b9f7474f09
branches:  trunk
changeset: 368714:b5b9f7474f09
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Jul 30 00:55:38 2022 +0000

description:
The new drm modules made the image file grow again!  Bump the size
limit a bit.

XXX Other $ARCH might also need this.

diffstat:

 distrib/amd64/installimage/installimage.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 7ddcf28bcb4d -r b5b9f7474f09 distrib/amd64/installimage/installimage.mk
--- a/distrib/amd64/installimage/installimage.mk        Fri Jul 29 23:50:44 2022 +0000
+++ b/distrib/amd64/installimage/installimage.mk        Sat Jul 30 00:55:38 2022 +0000
@@ -1,12 +1,12 @@
-#      $NetBSD: installimage.mk,v 1.2 2022/05/22 19:32:41 jmcneill Exp $
+#      $NetBSD: installimage.mk,v 1.3 2022/07/30 00:55:38 pgoyette Exp $
 
 # common code between distrib/amd64/installimage/Makefile and
 # distrib/amd64/installimage-bios/Makefile.
 
 .if ${USE_XZ_SETS:Uno} != "no"
-INSTIMAGEMB?=  2250                    # for all installation binaries
+INSTIMAGEMB?=  2500                    # for all installation binaries
 .else
-INSTIMAGEMB?=  3500                    # for all installation binaries
+INSTIMAGEMB?=  4000                    # for all installation binaries
 .endif
 
 PRIMARY_BOOT=          bootxx_ffsv1



Home | Main Index | Thread Index | Old Index