Skip to content

Commit 3dde4b2

Browse files
committed
Add dosfstools to Linux install docs for tests
This is needed or all of the tests that run `fsck.fat` will fail.
1 parent f04521f commit 3dde4b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build_linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This works on Ubuntu 20.04:
66

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

3939
```sh
40-
sudo apt-get install build-essential autoconf pkg-config libtool mtools unzip zip help2man xdelta3
40+
sudo apt-get install build-essential autoconf pkg-config libtool mtools unzip zip help2man xdelta3 dosfstools
4141
```
4242

4343
## Static build

0 commit comments

Comments
 (0)