1
0
Fork 0

Remove unnecessary dependencies

This commit is contained in:
Braiden Vasco 2017-07-03 07:13:19 +00:00
parent 127da7dc70
commit b499ab4697
2 changed files with 2 additions and 5 deletions

View file

@ -13,8 +13,8 @@ Dependencies
On Debian-based systems: On Debian-based systems:
```bash ```bash
apt-get install quilt parted realpath qemu-user-static debootstrap zerofree pxz zip \ apt-get install quilt parted qemu-user-static debootstrap zerofree zip \
dosfstools bsdtar libcap2-bin grep rsync dosfstools libcap2-bin grep rsync
``` ```
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

@ -1,13 +1,10 @@
quilt quilt
parted parted
realpath
qemu-arm-static:qemu-user-static qemu-arm-static:qemu-user-static
debootstrap debootstrap
zerofree zerofree
pxz
zip zip
mkdosfs:dosfstools mkdosfs:dosfstools
capsh:libcap2-bin capsh:libcap2-bin
bsdtar
grep grep
rsync rsync