Module Name: src
Committed By: martin
Date: Wed Jun 26 07:33:19 UTC 2019
Modified Files:
src/distrib/pmax/ramdisk: Makefile
src/sys/arch/pmax/conf: RAMDISK
Log Message:
Bump ramdisk slightly (non MKREPRO builds with long paths fail otherwise)
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/distrib/pmax/ramdisk/Makefile
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/pmax/conf/RAMDISK
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/pmax/ramdisk/Makefile
diff -u src/distrib/pmax/ramdisk/Makefile:1.51 src/distrib/pmax/ramdisk/Makefile:1.52
--- src/distrib/pmax/ramdisk/Makefile:1.51 Wed Apr 3 11:29:39 2019
+++ src/distrib/pmax/ramdisk/Makefile Wed Jun 26 07:33:19 2019
@@ -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
Index: src/sys/arch/pmax/conf/RAMDISK
diff -u src/sys/arch/pmax/conf/RAMDISK:1.17 src/sys/arch/pmax/conf/RAMDISK:1.18
--- src/sys/arch/pmax/conf/RAMDISK:1.17 Wed Apr 3 11:30:28 2019
+++ src/sys/arch/pmax/conf/RAMDISK Wed Jun 26 07:33:19 2019
@@ -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 @@ include "arch/pmax/conf/INSTALL"
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