[Libguestfs] [PATCH 3/3] appliance: initial packagelist for OpenSUSE

Richard W.M. Jones rjones at redhat.com
Tue Aug 19 14:55:56 UTC 2014


On Tue, Aug 19, 2014 at 04:01:06PM +0200, Pino Toscano wrote:
> Mostly complete and making most of the features work.
> 
> The notable lack is ntfsprogs and ntfs-3g, which due to the way
> mount.ntfs is handled (i.e. using alternatives) do not work properly.
> ---
>  appliance/packagelist.in | 21 +++++++++++++++++++++
>  1 file changed, 21 insertions(+)
> 
> diff --git a/appliance/packagelist.in b/appliance/packagelist.in
> index 3aeafc6..b0a713a 100644
> --- a/appliance/packagelist.in
> +++ b/appliance/packagelist.in
> @@ -125,6 +125,27 @@ ifelse(ARCHLINUX,1,
>    zfs-fuse
>  )
>  
> +ifelse(SUSE,1,
> +  augeas
> +  dnl It seems no other augeas package depends on it.
> +  augeas-lenses
> +  btrfsprogs
> +  cryptsetup
> +  e2fsprogs
> +  genisoimage
> +  gptfdisk
> +  hivex
> +  iproute2
> +  iputils
> +  libcap2
> +  libselinux1
> +  reiserfs
> +  syslinux
> +  systemd
> +  vim
> +  xz
> +)
> +
>  ifelse(FRUGALWARE,1,
>    augeas
>    btrfs-progs
> -- 
> 1.9.3

ACK.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-top is 'top' for virtual machines.  Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://people.redhat.com/~rjones/virt-top




More information about the Libguestfs mailing list