Re: customize Isolinux

2007-04-03 Thread Iñigo Tejedor Arrondo
El lun, 02-04-2007 a las 22:49 +0200, Eric Crastes escribió: Hello I would like to customize Isolinux configuration file and use vesamenu.c32 How can I do that ? nb: I build an ISO image with lh_build and then in the binary folder, I try to add needed files and modifying the

Re: Something strange happens with apache and livecds/USB

2007-04-03 Thread Antonio Amorim
Hi, We had a similar problem in PAIPIX. Apache2 uses an optimized sendfile approach that does not work using a filesystem over UNIONFS. This can be fixed by adding to /etc/apache2/apache2.conf the statment: EnableSendfile off for example after the line: ServerRoot /etc/apache2 All the

Re: customize Isolinux

2007-04-03 Thread Eric Crastes
Hi Thanks for your answer ! I can't modify the isolinux.cfg in the template folder as the script lh_binary_syslinux try to replace some part of this file so first I am afraid to have a conflict and then a blocking situation second the part modified by the script should also include some

Re: ISO Changes

2007-04-03 Thread Daniel Baumann
Gracie wrote: Is there a problem with the ISO build process? The Xfce ISO seems to be Gnome, and the KDE ISO is 760 MB... too big to burn to CD. yes, something is broken since a while... What happened? don't know, will finally investigate after having 1.0~a4 finished tomorrow. -- Address:

Fwd: language of liveCD

2007-04-03 Thread Eric Crastes
Hello I would like to share with you my way of doing it. This parameter appear with Live-Helper, and apparently it doesn't work ..yet ! If you append locale=it_IT.UTF-8 to the kernel parameters, it works but partially ! Only a small part of the LiveCD will be translated. As I need a LiveCD in

lh_chroot_sources and /var/lib/apt/lists

2007-04-03 Thread Juergen Fiedler
I noticed something odd in lh_chroot_sources: In the remove case, /var/lib/apt/lists is emptied out, but after building a new sources.list, apt-get update (or aptitude update) is called, wich, if I am not mistaken, regenerates the files in /var/lib/apt/lists. I am looking at version 1.0~a3-2.

Re: ISO Changes

2007-04-03 Thread Eric Crastes
You use what ? Live-Package or Live-helper ? For me building XFCE with Live-Helper, result on 200Mb image (around !!) ericc On 4/3/07, Gracie [EMAIL PROTECTED] wrote: Hi, Is there a problem with the ISO build process? The Xfce ISO seems to be Gnome, and the KDE ISO is 760 MB... too big to

Re: lh_chroot_sources and /var/lib/apt/lists

2007-04-03 Thread Daniel Baumann
Juergen Fiedler wrote: I noticed something odd in lh_chroot_sources: In the remove case, /var/lib/apt/lists is emptied out, right, because we don't want to have left overs from the local indices when building the rootfs. but after building a new sources.list, apt-get update (or aptitude