depends: add 'file'

pull/196/head
Serge Schneider 2018-07-03 14:21:57 +01:00
parent 34780633cc
commit 8e898a6b34
2 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@ To install the required dependencies for pi-gen you should run:
```bash ```bash
apt-get install quilt parted realpath qemu-user-static debootstrap zerofree pxz zip \ apt-get install quilt parted realpath qemu-user-static debootstrap zerofree pxz zip \
dosfstools bsdtar libcap2-bin grep rsync xz-utils dosfstools bsdtar libcap2-bin grep rsync xz-utils file
``` ```
The file `depends` contains a list of tools needed. The format of this The file `depends` contains a list of tools needed. The format of this

View File

@ -13,3 +13,4 @@ rsync
xz:xz-utils xz:xz-utils
curl curl
xxd xxd
file