Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Bump ramdisk slightly (non MKREPRO builds with long paths fa...
details: https://anonhg.NetBSD.org/src/rev/e6d8a89513ca
branches: trunk
changeset: 457455:e6d8a89513ca
user: martin <martin%NetBSD.org@localhost>
date: Wed Jun 26 07:33:19 2019 +0000
description:
Bump ramdisk slightly (non MKREPRO builds with long paths fail otherwise)
diffstat:
distrib/pmax/ramdisk/Makefile | 4 ++--
sys/arch/pmax/conf/RAMDISK | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (35 lines):
diff -r 11b55cd2cd00 -r e6d8a89513ca distrib/pmax/ramdisk/Makefile
--- a/distrib/pmax/ramdisk/Makefile Wed Jun 26 06:57:45 2019 +0000
+++ b/distrib/pmax/ramdisk/Makefile Wed Jun 26 07:33:19 2019 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.51 2019/04/03 11:29:39 christos Exp $
+# $NetBSD: Makefile,v 1.52 2019/06/26 07:33:19 martin Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= ramdisk.fs
IMAGETAR= diskimage.tgz
-IMAGESIZE= 4100k
+IMAGESIZE= 4200k
MAKEFS_FLAGS+= -f 15
WARNS= 1
diff -r 11b55cd2cd00 -r e6d8a89513ca sys/arch/pmax/conf/RAMDISK
--- a/sys/arch/pmax/conf/RAMDISK Wed Jun 26 06:57:45 2019 +0000
+++ b/sys/arch/pmax/conf/RAMDISK Wed Jun 26 07:33:19 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: RAMDISK,v 1.17 2019/04/03 11:30:28 christos Exp $
+# $NetBSD: RAMDISK,v 1.18 2019/06/26 07:33:19 martin Exp $
#
# Install kernel with ramdisk added.
# The ramdisk is be too big to netboot directly via ECOFF on some machines,
@@ -13,7 +13,7 @@
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # force root on memory disk
options MEMORY_DISK_SERVER=0 # no userspace memory disk support
-options MEMORY_DISK_ROOT_SIZE=8200 # size of memory disk, in blocks (4100kB)
+options MEMORY_DISK_ROOT_SIZE=8400 # size of memory disk, in blocks (4200kB)
#options MEMORY_DISK_ROOT_SIZE=2880 # 1.44M, same as a floppy
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
Home |
Main Index |
Thread Index |
Old Index