Bump the ramdisk size on macppc and sandpoint somewhat to compensate for
larger code with LLVM.
This commit is contained in:
parent
e7d9750122
commit
26dd58ba65
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.46 2014/08/08 16:56:31 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.47 2014/08/10 17:58:51 joerg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
@ -8,7 +8,7 @@ IMAGE= ramdisk.fs
|
||||
# in both
|
||||
# src/sys/arch/macppc/conf/INSTALL
|
||||
# src/sys/arch/macppc/conf/GENERIC_MD
|
||||
IMAGESIZE= 2248k
|
||||
IMAGESIZE= 2560k
|
||||
MAKEFS_FLAGS= -f 15
|
||||
|
||||
WARNS= 1
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $NetBSD: Makefile,v 1.11 2014/08/08 16:56:31 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2014/08/10 17:58:51 joerg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
|
||||
IMAGE= ramdisk.fs
|
||||
IMAGESIZE= 2048k
|
||||
IMAGESIZE= 2300k
|
||||
MAKEFS_FLAGS= -f 15
|
||||
|
||||
WARNS= 1
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC_MD,v 1.15 2014/08/07 16:51:56 gdt Exp $
|
||||
# $NetBSD: GENERIC_MD,v 1.16 2014/08/10 17:58:51 joerg Exp $
|
||||
#
|
||||
# GENERIC_MD config file
|
||||
#
|
||||
@ -8,5 +8,5 @@ include "arch/macppc/conf/GENERIC"
|
||||
# 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=4496 # 2248 KiB
|
||||
options MEMORY_DISK_ROOT_SIZE=5120 # 2560 KiB
|
||||
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.123 2014/08/08 16:56:31 joerg Exp $
|
||||
# $NetBSD: INSTALL,v 1.124 2014/08/10 17:58:51 joerg Exp $
|
||||
#
|
||||
# config file for INSTALL FLOPPY
|
||||
#
|
||||
@ -17,7 +17,7 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
||||
options MEMORY_DISK_HOOKS
|
||||
options MEMORY_DISK_IS_ROOT # Force root on ram-disk
|
||||
options MEMORY_DISK_SERVER=0 # no userspace memory disk support
|
||||
options MEMORY_DISK_ROOT_SIZE=4496 # 2248 KiB
|
||||
options MEMORY_DISK_ROOT_SIZE=5120 # 2560 KiB
|
||||
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
|
||||
|
||||
options USERCONF # userconf(4) support
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.8 2010/11/23 11:14:05 hannken Exp $
|
||||
# $NetBSD: INSTALL,v 1.9 2014/08/10 17:58:51 joerg Exp $
|
||||
#
|
||||
# GENERIC install kernel for SandPoint NAS
|
||||
#
|
||||
@ -7,7 +7,7 @@ include "arch/sandpoint/conf/GENERIC"
|
||||
|
||||
options MEMORY_DISK_HOOKS
|
||||
options MEMORY_DISK_IS_ROOT # Force root on RAM disk
|
||||
options MEMORY_DISK_ROOT_SIZE=4096 # 2 MB
|
||||
options MEMORY_DISK_ROOT_SIZE=4600 # 2300KB
|
||||
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
|
||||
|
||||
pseudo-device md
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL_KURO,v 1.2 2010/11/23 11:14:05 hannken Exp $
|
||||
# $NetBSD: INSTALL_KURO,v 1.3 2014/08/10 17:58:51 joerg Exp $
|
||||
#
|
||||
# GENERIC install kernel for KuroBox / LinkStation
|
||||
#
|
||||
@ -7,7 +7,7 @@ include "arch/sandpoint/conf/KUROBOX"
|
||||
|
||||
options MEMORY_DISK_HOOKS
|
||||
options MEMORY_DISK_IS_ROOT # Force root on RAM disk
|
||||
options MEMORY_DISK_ROOT_SIZE=4096 # 2 MB
|
||||
options MEMORY_DISK_ROOT_SIZE=4600 # 2300KB
|
||||
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
|
||||
|
||||
pseudo-device md
|
||||
|
Loading…
Reference in New Issue
Block a user