From: zhuk Date: Mon, 14 Jul 2014 09:51:16 +0000 (+0000) Subject: Enable ext2fs support on RAMDISK_CD. Requested a few months ago in X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=43ef98e758be559c79ad99e88508d0b743a9ed6a;p=openbsd Enable ext2fs support on RAMDISK_CD. Requested a few months ago in private mail. We already have mount_ext2fs there, so it's likely to be just forgotten to be enabled. kirby@ kindly tested that kernel still fits. okay deraadt --- diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index b033703ceb2..e23f6131400 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.141 2014/07/12 21:56:56 tedu Exp $ +# $OpenBSD: RAMDISK_CD,v 1.142 2014/07/14 09:51:16 zhuk Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -14,7 +14,7 @@ option DST=0 # daylight saving time used by RTC option FFS # UFS option FFS2 # UFS2 -#option EXT2FS # Linux ext2fs +option EXT2FS # Linux ext2fs option NFSCLIENT # Network File System client