diff options
Diffstat (limited to 'sys/arch/amd64/conf/RAMDISK_CD')
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index b4b6e830e31..a9baaf627e2 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.88 2008/07/02 21:56:28 todd Exp $ +# $OpenBSD: RAMDISK_CD,v 1.89 2008/07/02 22:14:07 todd Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -26,6 +26,7 @@ option INET # IP + ICMP + TCP + UDP option INET6 # IPv6 (needs INET) option BOOT_CONFIG # boot-time kernel config +option CRYPTO # Cryptographic framework option RAMDISK_HOOKS option MINIROOTSIZE=4480 |