Re: [PATCH] Exclude directories from squashfs filesystem

2007-10-24 Thread Trent W. Buck
On Wed, Oct 24, 2007 at 04:35:30PM +0200, Maarten ter Huurne wrote: Attached is a proposed patch for an option to exclude files or directories from the squashfs root filesystem. The motivation for this feature is to be able to create smaller ISO images. For example, the following list of

Re: [PATCH] Exclude directories from squashfs filesystem

2007-10-24 Thread Otavio Salvador
Maarten ter Huurne [EMAIL PROTECTED] writes: --- lh_binary_rootfs.org 2007-10-24 14:09:13.0 +0200 +++ lh_binary_rootfs 2007-10-24 15:08:37.0 +0200 @@ -183,6 +183,13 @@ MKSQUASHFS_OPTIONS=${MKSQUASHFS_OPTIONS} -info fi +

Re: [PATCH] Exclude directories from squashfs filesystem

2007-10-24 Thread Trent W. Buck
On Wed, Oct 24, 2007 at 01:20:15PM -0200, Otavio Salvador wrote: var/cache/apt var/lib/apt var/lib/dpkg Removing these directories from the chroot does not work, since the chroot is also used for installing tools and removing the administrative directories of apt and dpkg breaks those