Skip to content

Commit

Permalink
Add dosfstools to Linux install docs for tests
Browse files Browse the repository at this point in the history
This is needed or all of the tests that run `fsck.fat` will fail.
  • Loading branch information
fhunleth committed Jan 4, 2022
1 parent f04521f commit 3dde4b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/build_linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This works on Ubuntu 20.04:

```sh
sudo apt-get install build-essential autoconf pkg-config libtool mtools unzip zip help2man libconfuse-dev libarchive-dev xdelta3
sudo apt-get install build-essential autoconf pkg-config libtool mtools unzip zip help2man libconfuse-dev libarchive-dev xdelta3 dosfstools
./configure
make -j4
make check
Expand Down Expand Up @@ -37,7 +37,7 @@ At least the following are required for building and running the regression
tests:

```sh
sudo apt-get install build-essential autoconf pkg-config libtool mtools unzip zip help2man xdelta3
sudo apt-get install build-essential autoconf pkg-config libtool mtools unzip zip help2man xdelta3 dosfstools
```

## Static build
Expand Down

0 comments on commit 3dde4b2

Please sign in to comment.