Enable nullfs, wedges for BEAGLEBONE
This commit is contained in:
parent
d1ac3038e8
commit
51fd6d6147
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: BEAGLEBONE,v 1.29 2014/10/11 15:55:36 uebayasi Exp $
|
||||
# $NetBSD: BEAGLEBONE,v 1.30 2014/12/04 16:50:15 riz Exp $
|
||||
#
|
||||
# BEAGLEBONE -- TI AM335x board Kernel
|
||||
#
|
||||
@ -39,7 +39,7 @@ file-system EXT2FS # second extended file system (linux)
|
||||
file-system MSDOSFS # MS-DOS file system
|
||||
#file-system FDESC # /dev/fd
|
||||
#file-system KERNFS # /kern
|
||||
#file-system NULLFS # loopback file system
|
||||
file-system NULLFS # loopback file system
|
||||
#file-system PROCFS # /proc
|
||||
#file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
@ -116,6 +116,10 @@ options SYSVSHM # System V-like memory sharing
|
||||
#options MINIROOTSIZE=1000 # Size in blocks
|
||||
#options MEMORY_DISK_IS_ROOT # use memory disk as root
|
||||
|
||||
# Wedge support
|
||||
options DKWEDGE_AUTODISCOVER # Automatically add dk(4) instances
|
||||
options DKWEDGE_METHOD_GPT # Supports GPT partitions as wedges
|
||||
|
||||
# Miscellaneous kernel options
|
||||
options KTRACE # system call tracing, a la ktrace(1)
|
||||
#options KMEMSTATS # kernel memory statistics
|
||||
|
Loading…
x
Reference in New Issue
Block a user