blob: 17c74348f14c316ff94ac4e3dfc0bb06d61a983d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: INSTALL,v 1.10 2022/03/28 12:48:44 martin Exp $
#
# GENERIC install kernel for SandPoint NAS
#
include "arch/sandpoint/conf/GENERIC"
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # Force root on RAM disk
options MEMORY_DISK_ROOT_SIZE=4800 # 2400KB
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
pseudo-device md
|