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:
|
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
|
||||||
|
|
3
depends
3
depends
|
@ -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
|
||||||
|
|
Reference in a new issue