Skip to content
This repository has been archived by the owner on May 24, 2020. It is now read-only.

Adding dosfstools to readme #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Script to build a minimal Debian sd card image. If you are looking for a minima
On a x86 based Ubuntu system, make sure the following packages are installed:
```
sudo apt-get install build-essential wget git lzop u-boot-tools binfmt-support \
qemu qemu-user-static debootstrap parted
qemu qemu-user-static debootstrap parted dosfstools
```

If you are running 64 bit Ubuntu, you might need to run the following commands to be able to launch the 32 bit toolchain:
Expand Down