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] Add exposed root option

2007-10-24 Thread Otavio Salvador
Jesse W. Hathaway [EMAIL PROTECTED] writes: Otavio Salvador wrote: Jesse, can you update it using my tree as reference so I can merge your patch when I start to merge my pending fixes for a31? jesse, do you have a git tree where i can merge from, or do you prefere me to apply the patch

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

Re: [PATCH] Add exposed root option

2007-10-24 Thread Jesse W. Hathaway
Jesse W. Hathaway [EMAIL PROTECTED] writes: Otavio Salvador wrote: Jesse, can you update it using my tree as reference so I can merge your patch when I start to merge my pending fixes for a31? jesse, do you have a git tree where i can merge from, or do you prefere me to apply the

Re: [PATCH] Add exposed root option

2007-10-24 Thread Otavio Salvador
Jesse W. Hathaway [EMAIL PROTECTED] writes: Jesse W. Hathaway [EMAIL PROTECTED] writes: Otavio Salvador wrote: Jesse, can you update it using my tree as reference so I can merge your patch when I start to merge my pending fixes for a31? jesse, do you have a git tree where i can

[PATCH] Exclude directories from any root filesystem

2007-10-24 Thread Maarten ter Huurne
Hi, With some help from otavio and SynrG on IRC, here is a different patch for excluding files and directories from the root filesystem. It removes the excluded dirs from the chroot copy, which means it works for any current or future root filesystem format. It treats any whitespace in the

Bug#447937: live-initramfs: scripts/live does not allocate enough memory for .tgz images

2007-10-24 Thread Cyril Bouthors
Package: live-initramfs Version: 1.110.2-1 Severity: important Hi, I'm using compressed .tgz images with the 'fetch' option, my image is 140MB long when compressed and 405MB when uncompressed. The script /usr/share/initramfs-tools/scripts/live fails booting because it only allocates 150MB of

Re: [PATCH] Exclude directories from any root filesystem

2007-10-24 Thread Trent W. Buck
On Wed, Oct 24, 2007 at 04:35:56PM -0200, Otavio Salvador wrote: Maarten ter Huurne [EMAIL PROTECTED] writes: It treats any whitespace in the exclusion file as a separator, which means means it's impossible to exclude a file or directory that contains a space in its name. I don't think