summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/conf/NOTES18
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index a3c57f0..5c0376c 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -116,15 +116,15 @@ options PQ_CACHESIZE=512 # color for 512k/16k cache
#
options INCLUDE_CONFIG_FILE # Include this file in kernel
-options GEOM_AES
-options GEOM_APPLE
-options GEOM_BDE
-options GEOM_BSD
-options GEOM_GPT
-options GEOM_MBR
-options GEOM_PC98
-options GEOM_SUNLABEL
-options GEOM_VOL
+options GEOM_AES # Don't use, use GEOM_BDE
+options GEOM_APPLE # Apple partitioning
+options GEOM_BDE # Disk encryption.
+options GEOM_BSD # BSD disklabels
+options GEOM_GPT # GPT partitioning
+options GEOM_MBR # DOS/MBR partitioning
+options GEOM_PC98 # NEC PC9800 partitioning
+options GEOM_SUNLABEL # Sun/Solaris partitioning
+options GEOM_VOL # Volume names from UFS superblock
#
# The root device and filesystem type can be compiled in;
OpenPOWER on IntegriCloud