bump ramdisk image size to match build size.
This commit is contained in:
parent
e9ae3901e6
commit
8484d34059
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: RAMDISK64,v 1.6 2019/04/03 11:30:28 christos Exp $
|
# $NetBSD: RAMDISK64,v 1.7 2020/09/07 09:14:47 mrg Exp $
|
||||||
#
|
#
|
||||||
# Install kernel with ramdisk added.
|
# Install kernel with ramdisk added.
|
||||||
# The ramdisk is be too big to netboot directly via ECOFF on some machines,
|
# The ramdisk is be too big to netboot directly via ECOFF on some machines,
|
||||||
@ -13,7 +13,7 @@ include "arch/pmax/conf/INSTALL64"
|
|||||||
options MEMORY_DISK_HOOKS
|
options MEMORY_DISK_HOOKS
|
||||||
options MEMORY_DISK_IS_ROOT # force root on memory disk
|
options MEMORY_DISK_IS_ROOT # force root on memory disk
|
||||||
options MEMORY_DISK_SERVER=0 # no userspace memory disk support
|
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=9000 # size of memory disk, in blocks (4500kB)
|
||||||
|
|
||||||
# File systems: need MFS
|
# File systems: need MFS
|
||||||
file-system MFS # memory file system
|
file-system MFS # memory file system
|
||||||
|
Loading…
Reference in New Issue
Block a user