From: Richard Jones Date: Thu, 20 May 2010 12:54:13 +0000 (+0100) Subject: ubuntu: Remove two FUSE packages from the default list. X-Git-Tag: 1.3.14~14 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=4557112772c2efaaf36c01ecb9dfe2a9f1899cc2;hp=4312988e0e3acc1f641b70072141916d03623570 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. --- diff --git a/appliance/packagelist.in b/appliance/packagelist.in index 55794f7..3c38978 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