disable live

2015-05-06 Thread Federico Bruni
Hi I'd like to build an ISO that can only be installed. I don't care about the live. How can I disable the live? Thanks Federico

.chroot files automatically added by 'lb build'

2015-05-06 Thread Federico Bruni
Hi all I'm using a .deb package of live-build built from source by checking out the debian/4.0.5-1 tag of the git repository. The following files are automatically added after a build. Is it an error? Obviously .chroot files are not in .gitignore so these files are messing my 'git status'.

Re: disable live

2015-05-06 Thread Federico Bruni
Il giorno mer 6 mag 2015 alle 12:33, Federico Bruni f...@inventati.org ha scritto: I'd like to build an ISO that can only be installed. I don't care about the live. How can I disable the live? Let me rephrase the question to show that I did some search :-) There's any 'lb config' parameter

Re: disable live

2015-05-06 Thread AreYouLoco?
When you finish can you post your hook script? Thx W dniu 06.05.2015 o 18:24, Federico Bruni pisze: Il giorno mer 6 mag 2015 alle 17:47, Jan Kowalsky jan...@datenkollektiv.net ha scritto: If not, I guess that I should change the bootloader configuration. Do you recommend copying the

Re: disable live

2015-05-06 Thread Federico Bruni
Il giorno mer 6 mag 2015 alle 17:47, Jan Kowalsky jan...@datenkollektiv.net ha scritto: If not, I guess that I should change the bootloader configuration. Do you recommend copying the files from /usr /share/live/build/bootloaders/isolinux and remove live.cfg and the include line in menu.cfg?

Re: disable live

2015-05-06 Thread Daniel Baumann
On 05/06/15 12:33, Federico Bruni wrote: How can I disable the live? since both the installer and the live system share the same squashfs image, i think the only thing you want is to edit the boot menu to not show the live entries, plus exclude live-* from the package selection. -- Address:

Re: disable live

2015-05-06 Thread Jeff Crissman
Is there some reason that the regular Debian install images are not acceptable for your use? On Wed, May 6, 2015 at 6:59 AM, Federico Bruni f...@inventati.org wrote: Il giorno mer 6 mag 2015 alle 12:33, Federico Bruni f...@inventati.org ha scritto: I'd like to build an ISO that can only be

struggling with netboot images: toram parameter works partially

2015-05-06 Thread Jan Kowalsky
Hi all, while using the great debian live tools for quite a while, this week I run into problems setting up an netboot image inside a pxe/tftp environment. * Debian Jessie * live-build 4.0.3-1 First of all: in the past if I made a configuration with something like: lb config -b netboot

Re: disable live

2015-05-06 Thread Jan Kowalsky
Hi Federico, Am 06.05.2015 um 14:59 schrieb Federico Bruni: Il giorno mer 6 mag 2015 alle 12:33, Federico Bruni f...@inventati.org ha scritto: I'd like to build an ISO that can only be installed. I don't care about the live. How can I disable the live? Let me rephrase the question to show

Re: struggling with netboot images: toram parameter works partially

2015-05-06 Thread Jan Kowalsky
Am 06.05.2015 um 17:21 schrieb Jan Kowalsky: First of all: in the past if I made a configuration with something like: lb config -b netboot --net-root-path /srv/live-images/base --net-root-server 192.168.178.4 --architectures i386 live build tools configured an syslinux entry with the

Re: disable live

2015-05-06 Thread Federico Bruni
Of course there is, I'm building an ISO with some specific packages and settings (environments in .bashrc, a script to download some git repositories and more): https://github.com/fedelibre/LilyDev Il giorno mer 6 mag 2015 alle 17:26, Jeff Crissman jccriss...@gmail.com ha scritto: Is there