On Mon, Feb 19, 2018 at 02:48:29PM +0100, Pino Toscano wrote:
Make sure that /bin/sh is available in the appliance, and that path
is
provided by dash on Debian distributions.
---
appliance/packagelist.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/appliance/packagelist.in b/appliance/packagelist.in
index 78aedad0b..f92a6ce95 100644
--- a/appliance/packagelist.in
+++ b/appliance/packagelist.in
@@ -61,6 +61,7 @@ ifelse(DEBIAN,1,
dnl old name used in Jessie and earlier
btrfs-tools
cryptsetup
+ dash
extlinux
genisoimage
dnl gfs-tools, gfs2-tools have been renamed to gfs2-utils
--
ACK.
Rich.
--
Richard Jones, Virtualization Group, Red Hat
http://people.redhat.com/~rjones
Read my programming and virtualization blog:
http://rwmj.wordpress.com
virt-builder quickly builds VMs from scratch
http://libguestfs.org/virt-builder.1.html