diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2020-04-02 06:07:06 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2020-04-02 06:07:06 +0000 |
commit | ba2f0e04d205334ddd8b9645f7753d7a079595ea (patch) | |
tree | d93a87088221250c639e681ab11247de99a6149f /sys/arch/sparc64 | |
parent | 1f2464485a37c63c6e352b7f4d82fb8f1d53e920 (diff) |
Enable FFS2 option for both floppies
Diffstat (limited to 'sys/arch/sparc64')
-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 |