Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/amd64 Once again things have grown, so the install i...
details: https://anonhg.NetBSD.org/src/rev/2f99332c43ee
branches: trunk
changeset: 1029187:2f99332c43ee
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Sun Dec 26 03:07:06 2021 +0000
description:
Once again things have grown, so the install image allocation size
needs to be bumped.
XXX There's gotta be a better way to maintain this! :-)
diffstat:
distrib/amd64/installimage-bios/Makefile | 4 ++--
distrib/amd64/installimage/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r dc19b7efdcc7 -r 2f99332c43ee distrib/amd64/installimage-bios/Makefile
--- a/distrib/amd64/installimage-bios/Makefile Sat Dec 25 13:54:13 2021 +0000
+++ b/distrib/amd64/installimage-bios/Makefile Sun Dec 26 03:07:06 2021 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2021/10/08 20:24:06 maya Exp $
+# $NetBSD: Makefile,v 1.2 2021/12/26 03:07:06 pgoyette Exp $
.include <bsd.own.mk>
INSTIMGBASE= NetBSD-${DISTRIBVER}-amd64-bios-install # gives ${IMGBASE}.img
-INSTIMAGEMB?= 1800 # for all installation binaries
+INSTIMAGEMB?= 2150 # for all installation binaries
PRIMARY_BOOT= bootxx_ffsv1
SECONDARY_BOOT= boot
diff -r dc19b7efdcc7 -r 2f99332c43ee distrib/amd64/installimage/Makefile
--- a/distrib/amd64/installimage/Makefile Sat Dec 25 13:54:13 2021 +0000
+++ b/distrib/amd64/installimage/Makefile Sun Dec 26 03:07:06 2021 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.17 2021/06/02 16:07:33 pgoyette Exp $
+# $NetBSD: Makefile,v 1.18 2021/12/26 03:07:06 pgoyette Exp $
.include <bsd.own.mk>
INSTIMGBASE= NetBSD-${DISTRIBVER}-amd64-install # gives ${IMGBASE}.img
-INSTIMAGEMB?= 1800 # for all installation binaries
+INSTIMAGEMB?= 2150 # for all installation binaries
PRIMARY_BOOT= bootxx_ffsv1
SECONDARY_BOOT= boot
Home |
Main Index |
Thread Index |
Old Index