[Libguestfs] [PATCH 5/5] Ubuntu: Disable some packages which are broken or missing on Ubuntu.

Richard W.M. Jones rjones at redhat.com
Mon Dec 21 16:10:59 UTC 2009


Several packages appear to be missing on Ubuntu.  The NTFS-3g package
cannot be installed because it provokes an error in the installation
of fuse-utils.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
libguestfs lets you edit virtual machines.  Supports shell scripting,
bindings from many languages.  http://et.redhat.com/~rjones/libguestfs/
See what it can do: http://et.redhat.com/~rjones/libguestfs/recipes.html
-------------- next part --------------
>From 56b18a778e2daa7cfa7d9a531dc34122fee7c078 Mon Sep 17 00:00:00 2001
From: Richard Jones <rjones at ubuntu910x64.home.annexia.org>
Date: Mon, 21 Dec 2009 15:55:17 +0000
Subject: [PATCH 5/5] Ubuntu: Disable some packages which are broken or missing on Ubuntu.

---
 appliance/packagelist.in |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/appliance/packagelist.in b/appliance/packagelist.in
index 7d790f0..119cd60 100644
--- a/appliance/packagelist.in
+++ b/appliance/packagelist.in
@@ -21,15 +21,17 @@
   kernel
   MAKEDEV
   nilfs-utils
+  ntfs-3g
   ntfsprogs
   reiserfs-utils
   scrub
   libselinux
   udev
   util-linux-ng
+  zerofree
 #elif DEBIAN == 1
   bsdmainutils
-  btrfs-tools
+  /* Not on Ubuntu: btrfs-tools */
   /* Dependency problem prevents installation of these two:
   gfs-tools
   gfs2-tools
@@ -37,10 +39,12 @@
   hfsplus
   iproute
   libaugeas0
-  nilfs2-tools
+  /* Not on Ubuntu: nilfs2-tools */
+  /* Fails to install on Ubuntu: ntfs-3g */
   reiserfsprogs
   udev
   util-linux
+  /* Not on Ubuntu: zerofree */
 #endif
 
 bash
@@ -54,7 +58,6 @@ lsof
 lvm2
 module-init-tools
 net-tools
-ntfs-3g
 /*
 Enabling this pulls out 140 extra packages
 into the appliance:
@@ -64,4 +67,3 @@ parted
 procps
 strace
 xfsprogs
-zerofree
-- 
1.6.3.3



More information about the Libguestfs mailing list