diff options
author | 2020-04-02 06:07:05 +0000 | |
---|---|---|
committer | 2020-04-02 06:07:05 +0000 | |
commit | 2421e01385c53f493a2727ea376fc137c53be33d (patch) | |
tree | f004a91cc1c16bfbe00118bcca3ff6f500c2a063 | |
parent | Change bootblocks to be able to read from ffs1, ffs2 and softraid. (diff) | |
download | wireguard-openbsd-2421e01385c53f493a2727ea376fc137c53be33d.tar.xz wireguard-openbsd-2421e01385c53f493a2727ea376fc137c53be33d.zip |
Enable FFS2 option for both floppies
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISKU1 | 3 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISKU5 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/RAMDISKU1 b/sys/arch/sparc64/conf/RAMDISKU1 index c18693c6cbf..0a9d12d8b1c 100644 --- a/sys/arch/sparc64/conf/RAMDISKU1 +++ b/sys/arch/sparc64/conf/RAMDISKU1 @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKU1,v 1.24 2019/09/04 14:29:42 cheloha Exp $ +# $OpenBSD: RAMDISKU1,v 1.25 2020/04/02 06:07:05 otto Exp $ machine sparc64 maxusers 4 @@ -11,6 +11,7 @@ option RAMDISK_HOOKS option MINIROOTSIZE=6144 option FFS +option FFS2 option WSEMUL_SUN # provide sun terminal emulation; required option WSEMUL_NO_VT100 # do not provide vt100 terminal emulation diff --git a/sys/arch/sparc64/conf/RAMDISKU5 b/sys/arch/sparc64/conf/RAMDISKU5 index 8455893e34a..da78db85b1c 100644 --- a/sys/arch/sparc64/conf/RAMDISKU5 +++ b/sys/arch/sparc64/conf/RAMDISKU5 @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKU5,v 1.21 2019/09/04 14:29:42 cheloha Exp $ +# $OpenBSD: RAMDISKU5,v 1.22 2020/04/02 06:07:05 otto Exp $ machine sparc64 maxusers 4 @@ -11,6 +11,7 @@ option RAMDISK_HOOKS option MINIROOTSIZE=6144 option FFS +option FFS2 option WSEMUL_SUN # provide sun terminal emulation; required option WSEMUL_NO_VT100 # do not provide vt100 terminal emulation |