summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2018-04-04 20:11:27 +0100
committerLuca Boccassi <bluca@debian.org>2018-04-05 16:23:50 +0100
commita0335ac4a42a1b784b054459b2377a0935720d23 (patch)
treeb8f85d60d35bc87a15d9bccc66aa483b3ea4447d
parente47652d8412d2ccb2d32c370096580b7019f7655 (diff)
downloadvyos-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.
-rw-r--r--debian/control4
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,