From 9e056ac44042879aaff0f1093a352a087a96e858 Mon Sep 17 00:00:00 2001 From: miod Date: Fri, 2 Sep 2022 10:16:51 +0000 Subject: [PATCH] Now that boot blocks are able to parse ufs2, there is no need to force ufs1 for the / file system. Brings landisk into the wonderful world of y2k38 compliance. --- distrib/landisk/ramdisk/install.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/distrib/landisk/ramdisk/install.md b/distrib/landisk/ramdisk/install.md index 992d9055cb0..b86b26ae5ce 100644 --- a/distrib/landisk/ramdisk/install.md +++ b/distrib/landisk/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.45 2020/05/25 06:18:53 otto Exp $ +# $OpenBSD: install.md,v 1.46 2022/09/02 10:16:51 miod Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. @@ -31,9 +31,6 @@ # machine dependent section of installation/upgrade script. # -# FFS2 not supported for booting, use FFS1 -MDROOTFSOPT=-O1 - md_installboot() { if ! installboot -r /mnt ${1}; then echo "\nFailed to install bootblocks." -- 2.20.1