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

Pino Toscano ptoscano at redhat.com
Tue Aug 19 14:01:06 UTC 2014


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




More information about the Libguestfs mailing list