Pino Toscano
2018-Feb-19 13:48 UTC
[Libguestfs] [PATCH] appliance: include dash for Debian distros
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
Richard W.M. Jones
2018-Feb-19 14:25 UTC
Re: [Libguestfs] [PATCH] appliance: include dash for Debian distros
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
Maybe Matching Threads
- [PATCH] Even on Debian, the package containing the diff binary it has been diffutils for two years.
- [PATCH] Use guestfsd binary to auto-generate library dependencies for appliance
- [PATCH v3 0/4] launch: libvirt: Use qemu-bridge-helper to implement a
- [PATCH 0/3] libguestfs: improve OpenSUSE support
- [PATCH] appliance: add/remove some packages for Arch Linux