diff options
author | Luca Boccassi <bluca@debian.org> | 2018-04-04 20:11:27 +0100 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2018-04-05 16:23:50 +0100 |
commit | a0335ac4a42a1b784b054459b2377a0935720d23 (patch) | |
tree | b8f85d60d35bc87a15d9bccc66aa483b3ea4447d /debian | |
parent | e47652d8412d2ccb2d32c370096580b7019f7655 (diff) | |
download | vyos-live-build-a0335ac4a42a1b784b054459b2377a0935720d23.tar.gz vyos-live-build-a0335ac4a42a1b784b054459b2377a0935720d23.zip |
ONIE: add Recommends for programs needed by binary_onie
The binary_onie script needs a few programs to run, and it uses them on
the host rather than in the chroot, so add them to the Recommends list.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 3cb50100c..4268f8522 100644 --- a/debian/control +++ b/debian/control @@ -20,11 +20,15 @@ Depends: ${misc:Depends}, Recommends: apt-utils, + bzip2, cpio, + file, + gzip, live-boot-doc, live-config-doc, live-manual-html | live-manual, wget, + xz-utils, Suggests: e2fsprogs, parted, |