Bump sshramdisk size to 3800k, reserve 4MB in the install kernel.
This commit is contained in:
parent
e216bba83c
commit
eb64341606
@ -1,10 +1,10 @@
|
||||
# $NetBSD: Makefile,v 1.2 2013/06/28 15:31:26 htodd Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2014/03/02 13:25:43 joerg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
|
||||
IMAGE= sshramdisk.fs
|
||||
IMAGESIZE= 3684k
|
||||
IMAGESIZE= 3800k
|
||||
MAKEFS_FLAGS= -f 15
|
||||
|
||||
WARNS= 1
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: INSTALL,v 1.6 2013/06/28 15:38:56 matt Exp $
|
||||
# $NetBSD: INSTALL,v 1.7 2014/03/02 13:25:43 joerg Exp $
|
||||
#
|
||||
# INSTALL -- Common configuration fragment for install kernels.
|
||||
#
|
||||
|
||||
options MEMORY_DISK_HOOKS
|
||||
options MEMORY_DISK_IS_ROOT # Force root on ramdisk
|
||||
options MEMORY_DISK_ROOT_SIZE=7424
|
||||
options MEMORY_DISK_ROOT_SIZE=8192
|
||||
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
|
||||
|
||||
pseudo-device md
|
||||
pseudo-device md
|
||||
|
Loading…
Reference in New Issue
Block a user