From d0be3705688c8fbdf3b1c2c407add7748a4a8a0e Mon Sep 17 00:00:00 2001 From: Jelle Raaijmakers Date: Thu, 29 Jul 2021 14:05:25 +0200 Subject: [PATCH] Documentation: Always install e2fsprogs on MacOS The `Meta/build-image-qemu.sh` script runs mke2fs in both the FUSE and genext2fs options, so always install e2fsprogs. --- Documentation/BuildInstructionsMacOS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/BuildInstructionsMacOS.md b/Documentation/BuildInstructionsMacOS.md index a774bcb7878..7f39640330b 100644 --- a/Documentation/BuildInstructionsMacOS.md +++ b/Documentation/BuildInstructionsMacOS.md @@ -8,10 +8,10 @@ Make sure you also have all the following dependencies installed: ```console # core -brew install coreutils qemu bash gcc@10 ninja cmake ccache rsync +brew install coreutils e2fsprogs qemu bash gcc@10 ninja cmake ccache rsync # (option 1) fuse + ext2 -brew install e2fsprogs m4 autoconf automake libtool +brew install m4 autoconf automake libtool brew install --cask osxfuse Toolchain/BuildFuseExt2.sh