Enable ext2fs support on RAMDISK_CD. Requested a few months ago in
authorzhuk <zhuk@openbsd.org>
Mon, 14 Jul 2014 09:51:16 +0000 (09:51 +0000)
committerzhuk <zhuk@openbsd.org>
Mon, 14 Jul 2014 09:51:16 +0000 (09:51 +0000)
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

sys/arch/amd64/conf/RAMDISK_CD

index b033703..e23f613 100644 (file)
@@ -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