Use options<space><tab>.
This commit is contained in:
parent
b0e549dc68
commit
1eb143cb4c
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: RAMDISK,v 1.45 2006/02/05 05:02:06 cube Exp $
|
# $NetBSD: RAMDISK,v 1.46 2007/07/18 15:49:09 tsutsui Exp $
|
||||||
|
|
||||||
# RAMDISK: Root/swap on ramdisk
|
# RAMDISK: Root/swap on ramdisk
|
||||||
# This kernel is used to:
|
# This kernel is used to:
|
||||||
|
@ -44,7 +44,7 @@ options MEMORY_DISK_SERVER=0 # no userspace memory disk support
|
||||||
options MEMORY_DISK_ROOT_SIZE=1000 # size of memory disk, in blocks
|
options MEMORY_DISK_ROOT_SIZE=1000 # size of memory disk, in blocks
|
||||||
|
|
||||||
options USERCONF # userconf(4) support
|
options USERCONF # userconf(4) support
|
||||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||||
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
|
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
|
||||||
|
|
||||||
config netbsd root on ? type ffs
|
config netbsd root on ? type ffs
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: RAMDISK3X,v 1.33 2006/02/05 05:02:06 cube Exp $
|
# $NetBSD: RAMDISK3X,v 1.34 2007/07/18 15:49:09 tsutsui Exp $
|
||||||
|
|
||||||
# RAMDISK: Root/swap on ramdisk
|
# RAMDISK: Root/swap on ramdisk
|
||||||
# This kernel is used to:
|
# This kernel is used to:
|
||||||
|
@ -44,7 +44,7 @@ options MEMORY_DISK_SERVER=0 # no userspace memory disk support
|
||||||
options MEMORY_DISK_ROOT_SIZE=1000 # size of memory disk, in blocks
|
options MEMORY_DISK_ROOT_SIZE=1000 # size of memory disk, in blocks
|
||||||
|
|
||||||
options USERCONF # userconf(4) support
|
options USERCONF # userconf(4) support
|
||||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||||
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
|
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
|
||||||
|
|
||||||
config netbsd root on ? type ffs
|
config netbsd root on ? type ffs
|
||||||
|
|
Loading…
Reference in New Issue