[Libguestfs] [PATCH] appliance: include dash for Debian distros

Pino Toscano ptoscano at redhat.com
Mon Feb 19 13:48:29 UTC 2018


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
-- 
2.14.3




More information about the Libguestfs mailing list