From 4557112772c2efaaf36c01ecb9dfe2a9f1899cc2 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 20 May 2010 13:54:13 +0100 Subject: [PATCH] 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. --- appliance/packagelist.in | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 -- 1.8.3.1