NOTES (017bee74246aa36a7ed1f1766e5498c5fac9fe2a) | NOTES (560cb85703f3de0a4dfa15244981d696d30b4ff0) |
---|---|
1# $FreeBSD$ 2# 3# NOTES -- Lines that can be cut/pasted into kernel and hints configs. 4# 5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers', 6# 'makeoptions', 'hints', etc. go into the kernel configuration that you 7# run config(8) with. 8# --- 117 unchanged lines hidden (view full) --- 126options GEOM_GATE # Userland services. 127options GEOM_GPT # GPT partitioning 128options GEOM_LABEL # Providers labelization. 129options GEOM_MBR # DOS/MBR partitioning 130options GEOM_MIRROR # Disk mirroring. 131options GEOM_NOP # Test class. 132options GEOM_PC98 # NEC PC9800 partitioning 133options GEOM_RAID3 # RAID3 functionality. | 1# $FreeBSD$ 2# 3# NOTES -- Lines that can be cut/pasted into kernel and hints configs. 4# 5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers', 6# 'makeoptions', 'hints', etc. go into the kernel configuration that you 7# run config(8) with. 8# --- 117 unchanged lines hidden (view full) --- 126options GEOM_GATE # Userland services. 127options GEOM_GPT # GPT partitioning 128options GEOM_LABEL # Providers labelization. 129options GEOM_MBR # DOS/MBR partitioning 130options GEOM_MIRROR # Disk mirroring. 131options GEOM_NOP # Test class. 132options GEOM_PC98 # NEC PC9800 partitioning 133options GEOM_RAID3 # RAID3 functionality. |
134options GEOM_SHSEC # Shared secret. |
|
134options GEOM_STRIPE # Disk striping. 135options GEOM_SUNLABEL # Sun/Solaris partitioning 136options GEOM_UZIP # Read-only compressed disks 137options GEOM_VOL # Volume names from UFS superblock 138 139# 140# The root device and filesystem type can be compiled in; 141# this provides a fallback option if the root device cannot --- 2371 unchanged lines hidden --- | 135options GEOM_STRIPE # Disk striping. 136options GEOM_SUNLABEL # Sun/Solaris partitioning 137options GEOM_UZIP # Read-only compressed disks 138options GEOM_VOL # Volume names from UFS superblock 139 140# 141# The root device and filesystem type can be compiled in; 142# this provides a fallback option if the root device cannot --- 2371 unchanged lines hidden --- |