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/armv7 | |
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/armv7')
-rw-r--r-- | distrib/armv7/ramdisk/list | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/armv7/ramdisk/list b/distrib/armv7/ramdisk/list index b6770797222..79619306b91 100644 --- a/distrib/armv7/ramdisk/list +++ b/distrib/armv7/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.44 2021/07/18 15:18:48 deraadt Exp $ +# $OpenBSD: list,v 1.45 2021/08/29 09:05:21 deraadt Exp $ SRCDIRS distrib/special @@ -32,6 +32,7 @@ LINK instbin sbin/dmesg LINK instbin sbin/fdisk LINK instbin sbin/fsck LINK instbin sbin/fsck_ext2fs +LINK instbin sbin/fsck_msdos LINK instbin sbin/fsck_ffs LINK instbin sbin/growfs LINK instbin sbin/ifconfig |