diff options
author | marcel <marcel@FreeBSD.org> | 2008-03-02 06:24:29 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2008-03-02 06:24:29 +0000 |
commit | 1d45406e257b8f571cce9ac32cc46b11f62e2740 (patch) | |
tree | 5247d6a45700c52c9f3e0f310537bceaae6aae5e /sys/conf | |
parent | c552084f42230d9adbe8fc831fd0271e4347ecd2 (diff) | |
download | FreeBSD-src-1d45406e257b8f571cce9ac32cc46b11f62e2740.zip FreeBSD-src-1d45406e257b8f571cce9ac32cc46b11f62e2740.tar.gz |
Add the SMI VTOC8 disk label option.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index e1e87b5..e327779 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -149,6 +149,7 @@ options GEOM_PART_APM # Apple partitioning options GEOM_PART_BSD # BSD disklabel options GEOM_PART_GPT # GPT partitioning options GEOM_PART_MBR # MBR partitioning +options GEOM_PART_VTOC8 # SMI VTOC8 disk label options GEOM_PC98 # NEC PC9800 partitioning options GEOM_RAID3 # RAID3 functionality. options GEOM_SHSEC # Shared secret. |