summaryrefslogtreecommitdiffstats
path: root/appliance/packagelist.in
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-05-20 13:54:13 +0100
committerRichard Jones <rjones@redhat.com>2010-05-20 17:37:19 +0100
commit4557112772c2efaaf36c01ecb9dfe2a9f1899cc2 (patch)
tree58c63c0491ae28f1434676a068828fbe20088d1c /appliance/packagelist.in
parent4312988e0e3acc1f641b70072141916d03623570 (diff)
downloadlibguestfs-4557112772c2efaaf36c01ecb9dfe2a9f1899cc2.tar.gz
libguestfs-4557112772c2efaaf36c01ecb9dfe2a9f1899cc2.tar.xz
libguestfs-4557112772c2efaaf36c01ecb9dfe2a9f1899cc2.zip
ubuntu: Remove two FUSE packages from the default list.
fuse-utils (a dependency of these) cannot be installed under debirf because it does something with the system udevd which is not permitted. Seems to be a bug either in fakeroot or in the post install scripts for fuse-utils.
Diffstat (limited to 'appliance/packagelist.in')
-rw-r--r--appliance/packagelist.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/appliance/packagelist.in b/appliance/packagelist.in
index 55794f74..3c389788 100644
--- a/appliance/packagelist.in
+++ b/appliance/packagelist.in
@@ -22,12 +22,14 @@
MAKEDEV
nilfs-utils
ntfsprogs
+ ntfs-3g
reiserfs-utils
libselinux
udev
util-linux-ng
vim-minimal
xz
+ zfs-fuse
#elif DEBIAN == 1
bsdmainutils
btrfs-tools
@@ -44,6 +46,11 @@
util-linux
vim-tiny
xz-utils
+ /* Can't be installed under debirf because the fuse-utils post script
+ requires udevd to be running.
+ ntfs-3g
+ zfs-fuse
+ */
#endif
bash
@@ -57,7 +64,6 @@ lsof
lvm2
module-init-tools
net-tools
-ntfs-3g
/*
Enabling this pulls out 140 extra packages
into the appliance:
@@ -69,4 +75,3 @@ scrub
strace
xfsprogs
zerofree
-zfs-fuse