Remove unnecessary dependencies
This commit is contained in:
parent
127da7dc70
commit
b499ab4697
2 changed files with 2 additions and 5 deletions
|
@ -13,8 +13,8 @@ Dependencies
|
|||
On Debian-based systems:
|
||||
|
||||
```bash
|
||||
apt-get install quilt parted realpath qemu-user-static debootstrap zerofree pxz zip \
|
||||
dosfstools bsdtar libcap2-bin grep rsync
|
||||
apt-get install quilt parted qemu-user-static debootstrap zerofree zip \
|
||||
dosfstools libcap2-bin grep rsync
|
||||
```
|
||||
|
||||
The file `depends` contains a list of tools needed. The format of this
|
||||
|
|
3
depends
3
depends
|
@ -1,13 +1,10 @@
|
|||
quilt
|
||||
parted
|
||||
realpath
|
||||
qemu-arm-static:qemu-user-static
|
||||
debootstrap
|
||||
zerofree
|
||||
pxz
|
||||
zip
|
||||
mkdosfs:dosfstools
|
||||
capsh:libcap2-bin
|
||||
bsdtar
|
||||
grep
|
||||
rsync
|
||||
|
|
Reference in a new issue