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.
This commit is contained in:
Jelle Raaijmakers 2021-07-29 14:05:25 +02:00 committed by Andreas Kling
parent f6ccff944a
commit d0be370568
Notes: sideshowbarker 2024-07-18 07:48:01 +09:00

View file

@ -8,10 +8,10 @@ Make sure you also have all the following dependencies installed:
```console ```console
# core # 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 # (option 1) fuse + ext2
brew install e2fsprogs m4 autoconf automake libtool brew install m4 autoconf automake libtool
brew install --cask osxfuse brew install --cask osxfuse
Toolchain/BuildFuseExt2.sh Toolchain/BuildFuseExt2.sh