Now that boot blocks are able to parse ufs2, there is no need to force ufs1
authormiod <miod@openbsd.org>
Fri, 2 Sep 2022 10:16:51 +0000 (10:16 +0000)
committermiod <miod@openbsd.org>
Fri, 2 Sep 2022 10:16:51 +0000 (10:16 +0000)
for the / file system. Brings landisk into the wonderful world of y2k38
compliance.

distrib/landisk/ramdisk/install.md

index 992d905..b86b26a 100644 (file)
@@ -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."