diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-08-29 09:05:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-08-29 09:05:22 +0000 |
commit | 0f1d243e42541cfa2cef7156a2f44c38ee452ce9 (patch) | |
tree | 52d53bd91e22369701510f62f7112c98d2e91602 /distrib/octeon | |
parent | 158c3b234aef3234cf7fd12c5ed84cd39dc55f24 (diff) |
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
Diffstat (limited to 'distrib/octeon')
-rw-r--r-- | distrib/octeon/ramdisk/list | 3 |
1 files changed, 2 insertions, 1 deletions
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 |