Module Name: src
Committed By: isaki
Date: Sun May 26 12:18:06 UTC 2013
Modified Files:
src/distrib/x68k/floppies/ramdisk: Makefile
src/sys/arch/x68k/conf: INSTALL
Log Message:
Increase the image size to 1500KB.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/distrib/x68k/floppies/ramdisk/Makefile
cvs rdiff -u -r1.99 -r1.100 src/sys/arch/x68k/conf/INSTALL
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/x68k/floppies/ramdisk/Makefile
diff -u src/distrib/x68k/floppies/ramdisk/Makefile:1.43 src/distrib/x68k/floppies/ramdisk/Makefile:1.44
--- src/distrib/x68k/floppies/ramdisk/Makefile:1.43 Sun May 26 12:15:51 2013
+++ src/distrib/x68k/floppies/ramdisk/Makefile Sun May 26 12:18:06 2013
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.43 2013/05/26 12:15:51 isaki Exp $
+# $NetBSD: Makefile,v 1.44 2013/05/26 12:18:06 isaki Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= inst.fs
-IMAGESIZE= 1440k
+IMAGESIZE= 1500k
# `floppy-root' cannot be used now, due to size issue.
#IMAGE_RELEASEDIR= installation/floppy
Index: src/sys/arch/x68k/conf/INSTALL
diff -u src/sys/arch/x68k/conf/INSTALL:1.99 src/sys/arch/x68k/conf/INSTALL:1.100
--- src/sys/arch/x68k/conf/INSTALL:1.99 Sat Apr 27 18:19:55 2013
+++ src/sys/arch/x68k/conf/INSTALL Sun May 26 12:18:06 2013
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.99 2013/04/27 18:19:55 christos Exp $
+# $NetBSD: INSTALL,v 1.100 2013/05/26 12:18:06 isaki Exp $
#
# INSTALL -- installation kernel.
@@ -8,7 +8,7 @@ include "arch/x68k/conf/std.x68k"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "INSTALL-$Revision: 1.99 $"
+#ident "INSTALL-$Revision: 1.100 $"
makeoptions COPTS="-Os" # Optimise for space. Implies -O2
@@ -18,7 +18,7 @@ maxusers 4
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # Force root on memory-disk
options MEMORY_DISK_SERVER=0 # No user space hooks
-options MEMORY_DISK_ROOT_SIZE=2880
+options MEMORY_DISK_ROOT_SIZE=3000
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
## System kernel configuration. See options(4) for more detail.