From 6c6f32e3729c6966f6bc23c02a6612c2af1c3615 Mon Sep 17 00:00:00 2001 From: Geert Stappers Date: Tue, 6 Mar 2018 16:38:34 +0100 Subject: debian/control: recommend busybox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Error in context: | root@yanur:/src/githubclones/debos-recipes/debian/arm64/image-rpi3# debos debimage-rpi3.yaml | 2018/02/28 08:13:57 open failed: /bin/busybox - open /bin/busybox: no such file or directory When building rpi3 recipe: https://github.com/go-debos/debos-recipes/blob/master/debian/arm64/image-rpi3/debimage-rpi3.yaml Closes: #891714 Signed-off-by: Héctor Orón Martínez --- debian/control | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 1663bd6..bae8208 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,9 @@ Testsuite: autopkgtest-pkg-go Package: debos Architecture: any Built-Using: ${misc:Built-Using} -Recommends: bmap-tools, ovmf +Recommends: bmap-tools + , busybox | busybox-static + , ovmf Depends: ${shlibs:Depends}, ${misc:Depends}, systemd-container -- cgit v1.2.3