From 0f1d243e42541cfa2cef7156a2f44c38ee452ce9 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 29 Aug 2021 09:05:22 +0000 Subject: new installboot will sometimes reuse the existing msdos boot partition instead of running newfs_msdos, so fsck_msdos gets run behind the scenes. A few architectures were missing this binary on their install media noticed by sthen --- distrib/octeon/ramdisk/list | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'distrib/octeon') diff --git a/distrib/octeon/ramdisk/list b/distrib/octeon/ramdisk/list index dc8b0fc529c..3a4d51f904a 100644 --- a/distrib/octeon/ramdisk/list +++ b/distrib/octeon/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.30 2021/07/18 15:18:49 deraadt Exp $ +# $OpenBSD: list,v 1.31 2021/08/29 09:05:21 deraadt Exp $ SRCDIRS distrib/special @@ -31,6 +31,7 @@ LINK instbin sbin/dmesg LINK instbin sbin/fdisk LINK instbin sbin/fsck LINK instbin sbin/fsck_ffs +LINK instbin sbin/fsck_msdos LINK instbin sbin/growfs LINK instbin sbin/ifconfig LINK instbin sbin/init -- cgit v1.2.3