blob: d1fa509a75745d23ff1c04f8c976f12b271f84d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: RAMDISK,v 1.16 2020/12/12 05:48:55 tsutsui Exp $
#
# RAMDISK machine description file
#
# This machine description file is used to generate the NetBSD kernel
# with embedded ramdisk for the installation media.
include "arch/hp300/conf/INSTALL"
# Enable the hooks used for initializing the root memory-disk.
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # force root on memory disk
options MEMORY_DISK_SERVER=0 # no mdconfig(8) support
options MEMORY_DISK_ROOT_SIZE=3600 # size, in blocks (1.80MB)
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
pseudo-device md # memory disk device
|