Add GPT wedge autodiscovery
This commit is contained in:
parent
9da70fb6ae
commit
7dbd222d55
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.217 2019/11/05 12:28:23 martin Exp $
|
||||
# $NetBSD: GENERIC,v 1.218 2019/11/05 12:59:54 martin Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/sparc64/conf/std.sparc64"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.217 $"
|
||||
#ident "GENERIC-$Revision: 1.218 $"
|
||||
|
||||
maxusers 64
|
||||
|
||||
|
@ -138,6 +138,14 @@ options COMPAT_NETBSD32 # NetBSD/sparc binary compatibility -- 64-bit only
|
|||
options EXEC_AOUT # execve(2) support for a.out binaries
|
||||
options EXEC_ELF32 # Exec module for SunOS 5.x binaries.
|
||||
|
||||
# Wedge support
|
||||
options DKWEDGE_AUTODISCOVER # Automatically add dk(4) instances
|
||||
options DKWEDGE_METHOD_GPT # Supports GPT partitions as wedges
|
||||
#options DKWEDGE_METHOD_BSDLABEL # Support disklabel entries as wedges
|
||||
#options DKWEDGE_METHOD_MBR # Support MBR partitions as wedges
|
||||
#options DKWEDGE_METHOD_APPLE # Support Apple partitions as wedges
|
||||
#options DKWEDGE_METHOD_RDB # Support RDB partitions as wedges
|
||||
|
||||
## File systems.
|
||||
include "conf/filesystems.config"
|
||||
|
||||
|
|
Loading…
Reference in New Issue