Module Name:    src
Committed By:   martin
Date:           Mon Apr  6 11:57:52 UTC 2020

Modified Files:
        src/sys/arch/alpha/conf: INSTALL

Log Message:
Slightly bump ramdisk space


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 src/sys/arch/alpha/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/sys/arch/alpha/conf/INSTALL
diff -u src/sys/arch/alpha/conf/INSTALL:1.113 src/sys/arch/alpha/conf/INSTALL:1.114
--- src/sys/arch/alpha/conf/INSTALL:1.113	Sat Jan 25 18:38:34 2020
+++ src/sys/arch/alpha/conf/INSTALL	Mon Apr  6 11:57:51 2020
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.113 2020/01/25 18:38:34 thorpej Exp $
+# $NetBSD: INSTALL,v 1.114 2020/04/06 11:57:51 martin Exp $
 #
 # Alpha INSTALL kernel.
 
@@ -13,7 +13,7 @@ maxusers 8
 # Enable the hooks used for initializing the ram-disk.
 options 	MEMORY_DISK_HOOKS
 options 	MEMORY_DISK_IS_ROOT	# Force root on ram-disk
-options 	MEMORY_DISK_ROOT_SIZE=9300	# 4 Megabytes
+options 	MEMORY_DISK_ROOT_SIZE=9320	# 4660k
 options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
 
 # CPU Support

Reply via email to