diff options
author | 2014-07-14 09:51:16 +0000 | |
---|---|---|
committer | 2014-07-14 09:51:16 +0000 | |
commit | 43ef98e758be559c79ad99e88508d0b743a9ed6a (patch) | |
tree | e24ed0177a179d8f0eee6db45fd6136dbd48a7fd | |
parent | not needed anymore (diff) | |
download | wireguard-openbsd-43ef98e758be559c79ad99e88508d0b743a9ed6a.tar.xz wireguard-openbsd-43ef98e758be559c79ad99e88508d0b743a9ed6a.zip |
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
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 4 |
1 files changed, 2 insertions, 2 deletions
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 |