diff options
author | brooks <brooks@FreeBSD.org> | 2007-02-09 19:03:18 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2007-02-09 19:03:18 +0000 |
commit | beaea8e48e222872afcf93d39f33a973c7f026ba (patch) | |
tree | f805e6251ceb8f43616db68147386a907e9ab981 /sys/powerpc | |
parent | 0142ae7fc72cdefb89febe926c07f146a39b01fb (diff) | |
download | FreeBSD-src-beaea8e48e222872afcf93d39f33a973c7f026ba.zip FreeBSD-src-beaea8e48e222872afcf93d39f33a973c7f026ba.tar.gz |
Include GEOM_LABEL in GENERIC. It's very useful and not well publicized
enough.
Approved by: pjd
Diffstat (limited to 'sys/powerpc')
-rw-r--r-- | sys/powerpc/conf/GENERIC | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC index 51560b6..a495341 100644 --- a/sys/powerpc/conf/GENERIC +++ b/sys/powerpc/conf/GENERIC @@ -46,6 +46,7 @@ options CD9660 #ISO 9660 Filesystem options PROCFS #Process filesystem (requires PSEUDOFS) options PSEUDOFS #Pseudo-filesystem framework options GEOM_PART_GPT #GUID Partition Tables. +options GEOM_LABEL #Provides labelization options COMPAT_43TTY #BSD 4.3 TTY compat [KEEP THIS!] options COMPAT_FREEBSD4 #Keep this for a while options COMPAT_FREEBSD5 #Compatible with FreeBSD5 |