ubuntu: Remove two FUSE packages from the default list.
authorRichard Jones <rjones@redhat.com>
Thu, 20 May 2010 12:54:13 +0000 (13:54 +0100)
committerRichard Jones <rjones@redhat.com>
Thu, 20 May 2010 16:37:19 +0000 (17:37 +0100)
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

index 55794f7..3c38978 100644 (file)
   MAKEDEV
   nilfs-utils
   ntfsprogs
+  ntfs-3g
   reiserfs-utils
   libselinux
   udev
   util-linux-ng
   vim-minimal
   xz
+  zfs-fuse
 #elif DEBIAN == 1
   bsdmainutils
   btrfs-tools
   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