depends: add 'file'
This commit is contained in:
parent
34780633cc
commit
8e898a6b34
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
1
depends
1
depends
|
@ -13,3 +13,4 @@ rsync
|
||||||
xz:xz-utils
|
xz:xz-utils
|
||||||
curl
|
curl
|
||||||
xxd
|
xxd
|
||||||
|
file
|
||||||
|
|
Loading…
Reference in a new issue