Source-Changes-HG archive

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

[src/trunk]: src/distrib/amd64 With recent changees to debug kernel stuff fro...



details:   https://anonhg.NetBSD.org/src/rev/338617cdfa10
branches:  trunk
changeset: 1029298:338617cdfa10
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Dec 30 15:01:55 2021 +0000

description:
With recent changees to debug kernel stuff from Christos we are
once again pushing the size limit.  Bump it again.

diffstat:

 distrib/amd64/installimage-bios/Makefile |  4 ++--
 distrib/amd64/installimage/Makefile      |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r cff30dd9b4b7 -r 338617cdfa10 distrib/amd64/installimage-bios/Makefile
--- a/distrib/amd64/installimage-bios/Makefile  Thu Dec 30 14:40:06 2021 +0000
+++ b/distrib/amd64/installimage-bios/Makefile  Thu Dec 30 15:01:55 2021 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.2 2021/12/26 03:07:06 pgoyette Exp $
+#      $NetBSD: Makefile,v 1.3 2021/12/30 15:01:55 pgoyette Exp $
 
 .include <bsd.own.mk>
 
 INSTIMGBASE=   NetBSD-${DISTRIBVER}-amd64-bios-install # gives ${IMGBASE}.img
 
-INSTIMAGEMB?=  2150                    # for all installation binaries
+INSTIMAGEMB?=  2180                    # for all installation binaries
 
 PRIMARY_BOOT=          bootxx_ffsv1
 SECONDARY_BOOT=                boot
diff -r cff30dd9b4b7 -r 338617cdfa10 distrib/amd64/installimage/Makefile
--- a/distrib/amd64/installimage/Makefile       Thu Dec 30 14:40:06 2021 +0000
+++ b/distrib/amd64/installimage/Makefile       Thu Dec 30 15:01:55 2021 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.18 2021/12/26 03:07:06 pgoyette Exp $
+#      $NetBSD: Makefile,v 1.19 2021/12/30 15:01:55 pgoyette Exp $
 
 .include <bsd.own.mk>
 
 INSTIMGBASE=   NetBSD-${DISTRIBVER}-amd64-install      # gives ${IMGBASE}.img
 
-INSTIMAGEMB?=  2150                    # for all installation binaries
+INSTIMAGEMB?=  2180                    # for all installation binaries
 
 PRIMARY_BOOT=          bootxx_ffsv1
 SECONDARY_BOOT=                boot



Home | Main Index | Thread Index | Old Index