summaryrefslogtreecommitdiff
path: root/sys/arch/landisk
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2020-03-27 14:34:52 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2020-03-27 14:34:52 +0000
commit989cc7b940c55979ba90d296ad592d2ec381bace (patch)
tree1ccbd084d613136fa05f20b46079f502cc0af99b /sys/arch/landisk
parent329462f367cf9b2a3bda53ce27667fc7c457f12e (diff)
Enable FFS2 on the landisk ramdisk. Booting from FFS2 is tricky
since the bootxx needs to interpret the fs metadata and it has very little spare room. We could make two version of xxboot, but that's hardly worth the trouble.
Diffstat (limited to 'sys/arch/landisk')
-rw-r--r--sys/arch/landisk/conf/RAMDISK3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/landisk/conf/RAMDISK b/sys/arch/landisk/conf/RAMDISK
index a501bdd0795..c35cae01c32 100644
--- a/sys/arch/landisk/conf/RAMDISK
+++ b/sys/arch/landisk/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.26 2019/09/04 14:29:41 cheloha Exp $
+# $OpenBSD: RAMDISK,v 1.27 2020/03/27 14:34:51 otto Exp $
machine landisk sh
maxusers 4
@@ -14,6 +14,7 @@ option PCIVERBOSE
option USBVERBOSE
option FFS
+option FFS2
option CD9660
option MSDOSFS
option EXT2FS