Re: debian installer: no kernel modules found

2016-12-13 Thread Federico Bruni
Yes, it worked! Il giorno lun 12 dic 2016 alle 18:14, Federico Bruni ha scritto: Indeed, there is this option, even if it's not in the HTML manual but only in `man lb_config`: --debian-installer-distribution daily|CODENAME] I'm trying this and I'll let you know if it

Re: debian installer: no kernel modules found

2016-12-12 Thread Federico Bruni
I am quite sure it used to be this option via lb config: --debian-installer "true" \ --debian-installer-distribution "daily" \ Depends on which version you use. On 12/12/2016 12:45, Federico Bruni wrote: Sorry for pushing, but I have to find a quick fix or I'll have to

Re: debian installer: no kernel modules found

2016-12-12 Thread Federico Bruni
tml where it's suggested to use d-i daily... the problem is how to know which daily version has the exact kernel version of the kernel in testing. Any help appreciated. Thanks Federico Il giorno ven 9 dic 2016 alle 8:31, Federico Bruni ha scritto: Ok, I think that I got it. Here

Re: debian installer: no kernel modules found

2016-12-09 Thread Federico Bruni
ed to use d-i daily... the problem is how to know which daily version has the exact kernel version of the kernel in testing. Any help appreciated. Thanks Federico Il giorno ven 9 dic 2016 alle 8:31, Federico Bruni ha scritto: Ok, I think that I got it. Here's the kernel version on the sy

Re: debian installer: no kernel modules found

2016-12-08 Thread Federico Bruni
. Ah, it's probably because I forgot to update this line in my preseed.cfg: d-i mirror/suite string jessie from jessie to stretch Il giorno gio 8 dic 2016 alle 17:45, Federico Bruni ha scritto: Hi all I've upgraded from live-build 4 to version 5 in testing. I've built a

debian installer: no kernel modules found

2016-12-08 Thread Federico Bruni
Hi all I've upgraded from live-build 4 to version 5 in testing. I've built a new image and when I try to install it I get an error about kernel modules not being installed. It never happened before. Do you think that it's a bug of debian-installer? I found this old report which is exactly what

Re: Re: /usr/bin/env: apt-get: No such file or directory

2016-12-01 Thread Federico Bruni
Il giorno ven 25 nov 2016 alle 17:56, Federico Bruni ha scritto: There's one difference that I forgot to mention: I used to build an i686 image from an i686 virtual machine, while now I'm trying to build it from an amd64 container. I tried to change the architecture of the image t

Re: Re: /usr/bin/env: apt-get: No such file or directory

2016-11-25 Thread Federico Bruni
Il giorno ven 25 nov 2016 alle 17:42, Mert Dirik ha scritto: +# --debootstrap-options --no-merged-usr \ Are you sure this diff, starting with the comment character, really enables that option? Or is this a later diff after you've concluded it was not effective and re-disabled it? Later on I

Re: /usr/bin/env: apt-get: No such file or directory

2016-11-24 Thread Federico Bruni
Il giorno gio 24 nov 2016 alle 14:59, intrigeri ha scritto: Federico Bruni: /usr/bin/env: apt-get: No such file or directory This happened three times in a row, so it doesn't seem a sporadic error. IIRC this can be fixed by disabling merged-/usr, i.e. pass --no-merged-usr to deboot

/usr/bin/env: apt-get: No such file or directory

2016-11-24 Thread Federico Bruni
Hi folks I'm getting a weird error when I run `lb build`: [...] I: Extracting zlib1g... P: Begin unmounting filesystems... P: Saving caches... /usr/bin/env: apt-get: No such file or directory This happened three times in a row, so it doesn't seem a sporadic error. I'm running live-build versio

Re: unusability issues

2016-05-02 Thread Federico Bruni
Il giorno lun 2 mag 2016 alle 9:17, emil.widm...@gmail.com ha scritto: May I point to an easy to use and activly maintained and supported debian live distro: https://github.com/DebianDog/Jessie/releases/tag/v.1.0 Hi Emil Did you build that ISO with debian-live? (can't see the source on git

version in the name of ISO

2015-09-20 Thread Federico Bruni
I'd like to change the name of the generated ISO, in order to have the version in the name. I know that I may change the value of "Name:" in config/build: $ cat config/build [Image] Architecture: i386 Archive-Areas: main contrib non-free Distribution: jessie Mirror-Bootstrap: http://ftp.debian.o

Re: Debian Jessie LXDE image installs GNOME

2015-09-20 Thread Federico Bruni
Il giorno dom 20 set 2015 alle 11:08, Ben Armstrong ha scritto: On 20/09/15 12:25 AM, Federico Bruni wrote: Hi all I've installed this ISO into Gnome Boxes: http://cdimage.debian.org/debian-cd/8.2.0/amd64/iso-cd/debian-8.2.0-amd64-lxde-CD-1.iso And at the end of installation

Debian Jessie LXDE image installs GNOME

2015-09-19 Thread Federico Bruni
Hi all I've installed this ISO into Gnome Boxes: http://cdimage.debian.org/debian-cd/8.2.0/amd64/iso-cd/debian-8.2.0-amd64-lxde-CD-1.iso And at the end of installation I was surprised to find Gnome instead of LXDE. I suppose it's a bug. Where should I report it? Thanks Federico

Re: d-i preseed/late_command to append a file content in the user's .bashrc

2015-08-14 Thread Federico Bruni
Il giorno ven 14 ago 2015 alle 14:51, Fernando Toledo ha scritto: Thanks, no error during the installation but the cat command does not work. Perhaps the ~ does not work in that stage? maybe, but if you want to update you /root/.bashrc i think that you can put int on config/includes.chroo

Re: standard live image for jessie build failed

2015-08-10 Thread Federico Bruni
Il giorno lun 10 ago 2015 alle 17:15, Federico Bruni ha scritto: This is not a sensible approach. You should find out why dpkg is not installed or is partially installed. For example, you can check with this commmand: $ grep dpkg chroot.packages.* chroot.packages.install:dpkg1.17.25

Re: standard live image for jessie build failed

2015-08-10 Thread Federico Bruni
mobile-- हर्षद जोशी On 10-Aug-2015 11:54 AM, "Federico Bruni" wrote: Do you see this file in your live-build project? $ ls -l chroot/sbin/start-stop-daemon -rwxr-xr-x 1 root root 26820 apr 10 05:49 chroot/sbin/start-stop-daemon Il giorno lun 10 ago 2015 alle 8:21, Harshad Joshi ha

Re: d-i preseed/late_command to append a file content in the user's .bashrc

2015-08-09 Thread Federico Bruni
Il giorno lun 3 ago 2015 alle 15:19, Fernando Toledo ha scritto: you must use in-target command to ejecute these stuff into the chroot when installer is running d-i preseed/late_command string in-target cat /etc/skel/.mystuff-bashrc >> ~/.bashrc Thanks, no error during the installation but t

Re: standard live image for jessie build failed

2015-08-09 Thread Federico Bruni
. I have syslinux enabled in my build. Should i change it to grub?! How to resolve if issue is with chroot?! --sent from mobile-- हर्षद जोशी On 10-Aug-2015 11:48 AM, "Federico Bruni" wrote: Il giorno lun 10 ago 2015 alle 4:45, Harshad Joshi ha scritto: I tried to build a standard p

Re: standard live image for jessie build failed

2015-08-09 Thread Federico Bruni
Il giorno lun 10 ago 2015 alle 4:45, Harshad Joshi ha scritto: I tried to build a standard package iso but i got one error of start-stop-daemon not found. I am sending the messages in attachment. What went wrong over here? Do i need to rebuild entire chroot using lb clean ? Or do i need to

d-i preseed/late_command to append a file content in the user's .bashrc

2015-07-31 Thread Federico Bruni
Hi all I'm trying to append my custom bash configuration to ~/.bashrc through preseed.cfg. I used this line at the end of my preseed.cfg: d-i preseed/late_command string cat /etc/skel/.mystuff-bashrc >> ~/.bashrc But it fails with exite code 1, without any further information. What's wrong

Re: Error when build lede-image with jessie

2015-07-30 Thread Federico Bruni
Il giorno gio 30 lug 2015 alle 22:21, Geek at Broletto ha scritto: Thanks Federico. I solved *apparently* when i remove the double protocol prefix. Double protocol? Maybe you mean the subdomain? Are you using http://debian.net instead of http://http.debian.net?

Re: Error when build lede-image with jessie

2015-07-30 Thread Federico Bruni
What happens if you use httpredir.debian.org? If you visit http.debian.net you find instructions for the redirector... Il giorno gio 30 lug 2015 alle 19:22, Geek at Broletto ha scritto: Sorry of the output format. I have a jessie base8 with installed lb build 4.0.5 i download the official and

Re: weird login password problem

2015-07-28 Thread Federico Bruni
Il giorno lun 13 lug 2015 alle 23:14, Daniel Baumann ha scritto: On 07/13/2015 08:42 PM, Federico Bruni wrote: I'm talking about the password of the user created during the installation. then that is a debian-installer thing, not a debian-live one. please ask for help on deb

Re: deb cdrom line in sources.list not commented/removed

2015-07-28 Thread Federico Bruni
Il giorno lun 13 lug 2015 alle 23:13, Daniel Baumann ha scritto: On 07/13/2015 05:33 PM, Federico Bruni wrote: I've installed an ISO generated with live-build 4.0.5. Why this line in sources.list is not removed/commented? this is an apt-setup thing (debian-installer, not debian-live).

Re: building the documentation [Re: please please update the website]

2015-07-26 Thread Federico Bruni
Il giorno dom 26 lug 2015 alle 14:46, chals ha scritto: From a personal point of view, I'd say that both "1.4 Contributing to this document (i.e live-manual)" and especially "1.4.1 Appliying changes (i.e to this document == live-manual) are quite self-explanatory. When skimming through the me

Re: disable the live boot (and d-i install problem)

2015-07-26 Thread Federico Bruni
Il giorno sab 25 lug 2015 alle 20:41, Federico Bruni ha scritto: The main problem is that the Install and Graphical install options at boot menu do not work. I click on it, something flashes very quickly and nothing happens. Any idea of what might be wrong? I think that running `lb config

Re: disable the live boot (and d-i install problem)

2015-07-26 Thread Federico Bruni
Il giorno sab 25 lug 2015 alle 22:04, Ben Armstrong ha scritto: On 25/07/15 03:41 PM, Federico Bruni wrote: > As I don't need the live, I'm using " --debian-installer true" (see > below). I thought that this would have disabled the live but the boot

Re: building the documentation [Re: please please update the website]

2015-07-26 Thread Federico Bruni
Il giorno dom 26 lug 2015 alle 10:48, Federico Bruni ha scritto: For the records, wrong tag. This is the last one: git checkout debian/4.0.3-1 How can I build the manual from the git repository? I could not find any instructions in the repository nor in the manual. Found it: http

Re: please please update the website

2015-07-26 Thread Federico Bruni
Il giorno sab 25 lug 2015 alle 19:41, chals ha scritto: I found this: http://live.debian.net/manual/ which brings to: http://live.debian.net/manual/4.x/html/live-manual.en.html Those are out of date... In order to build jessie successfully you need live-build 4.0.5-1 (which you are alr

building the documentation [Re: please please update the website]

2015-07-26 Thread Federico Bruni
Il giorno sab 25 lug 2015 alle 10:30, Federico Bruni ha scritto: I cannot, since I'm on Sid but I need to create Jessie (stable) images with version 4. I'll use git tag: git clone git://live-systems.org/git/live-manual.git git checkout debian/4.0_alpha13-1 For the records, wrong

disable the live boot (and d-i install problem)

2015-07-25 Thread Federico Bruni
As I don't need the live, I'm using " --debian-installer true" (see below). I thought that this would have disabled the live but the boot menu still offers the live. Should I manually change the boot menu? This is all I could find in `man lb config`: [--debian-installer true|cdrom|netinst|netb

Re: isolated local mirror?

2015-07-25 Thread Federico Bruni
Il giorno sab 25 lug 2015 alle 19:39, Sebastian Silva ha scritto: Recently we had Jonas Smedegaard visiting us in Peru, and we have a very lousy Internet connection. He helped me set up an Approx proxy. I think this may be what you are looking for. We've successfully used it to test build debi

Re: isolated local mirror?

2015-07-25 Thread Federico Bruni
Il giorno sab 25 lug 2015 alle 19:20, Federico Bruni ha scritto: I know only how to create a local mirror which is visible by my system installed apt. But this is not what I want, as my system is running sid and I want to create an ISO based on stable (jessie). I don't want to bother

isolated local mirror?

2015-07-25 Thread Federico Bruni
Hi all I'd like to speed up downloads using a local mirror, as suggested here: http://live.debian.net/manual/4.x/html/live-manual.en.html#830 I know only how to create a local mirror which is visible by my system installed apt. But this is not what I want, as my system is running sid and I wan

Bug#793587: live-build: lb config creates symlinks in config/hooks

2015-07-25 Thread Federico Bruni
Package: live-build Version: 4.0.5-1 Severity: normal When I run `lb config` these symlinks are created: $ ls -l config/hooks | awk '{print $9 $10 $11}' 0010-disable-kexec-tools.hook.chroot->/usr/share/live/build/hooks/0010-disable-kexec-tools.hook.chroot 0020-create-mtab-symlink.hook.chroot->/u

Re: please please update the website

2015-07-25 Thread Federico Bruni
Il giorno sab 25 lug 2015 alle 10:30, Federico Bruni ha scritto: What is more confusing is the fact that there's no mention to the version in the doc: http://live.debian.net/manual/stable/index.en.html http://live.debian.net/manual/stable/html/live-manual.en.html I found this:

Re: please please update the website

2015-07-25 Thread Federico Bruni
Il giorno mer 15 lug 2015 alle 11:26, Ben Armstrong ha scritto: On 14/07/15 05:54 AM, Ben Armstrong wrote: On 13/07/15 11:47 AM, Federico Bruni wrote: Hi all $ lb --version 4.0.5-1 As I'm using the stable version I thought that I should have followed the stable manual (on how t

Re: weird login password problem

2015-07-13 Thread Federico Bruni
I'm talking about the password of the user created during the installation. Il 13/lug/2015 19:11, Federico Bruni ha scritto: > > Hi all > > live-build 4.0.5 > debian jessie > lightdm > > All of a sudden I cannot login anymore in my installation and I'm

weird login password problem

2015-07-13 Thread Federico Bruni
Hi all live-build 4.0.5 debian jessie lightdm All of a sudden I cannot login anymore in my installation and I'm 100% sure that the password is correct. This is really weird and I have no idea how to debug it. Have you ever had a similar experience? I've tried many builds today so I'm not sur

deb cdrom line in sources.list not commented/removed

2015-07-13 Thread Federico Bruni
Hi folks I've installed an ISO generated with live-build 4.0.5. Why this line in sources.list is not removed/commented? Perhaps because there are two identical lines instead of one? * $ cat /etc/apt/sources.li

please please update the website

2015-07-13 Thread Federico Bruni
Hi all $ lb --version 4.0.5-1 As I'm using the stable version I thought that I should have followed the stable manual (on how to use preseed.cfg): http://live.debian.net/manual/stable/html/live-manual.en.html#594 Then I realized that I should have looked in the current manual: http://live.deb

Re: recommended version of live-build

2015-05-16 Thread Federico Bruni
Il giorno lun 4 mag 2015 alle 19:13, Federico Bruni ha scritto: Il giorno lun 4 mag 2015 alle 18:43, Daniel Baumann ha scritto: On 05/04/15 16:31, Federico Bruni wrote: Which is the latest stable release of live-build? 4.0.5 Ok, I think I'll try installing the deb packages here:

Re: disable live

2015-05-15 Thread Federico Bruni
You can find it here, updated for version 4: https://github.com/fedelibre/LilyDev/blob/master/config/hooks/splash.hook.binary Il giorno mer 6 mag 2015 alle 22:48, AreYouLoco? ha scritto: When you finish can you post your hook script? Thx W dniu 06.05.2015 o 18:24, Federico Bruni pisze: Il

Re: disable live

2015-05-06 Thread Federico Bruni
Il giorno mer 6 mag 2015 alle 17:47, Jan Kowalsky 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? this is also the soluti

Re: disable live

2015-05-06 Thread Federico Bruni
t the regular Debian install images are not acceptable for your use? On Wed, May 6, 2015 at 6:59 AM, Federico Bruni wrote: Il giorno mer 6 mag 2015 alle 12:33, Federico Bruni ha scritto: I'd like to build an ISO that can only be installed. I don't care about the live. How can I d

Re: disable live

2015-05-06 Thread Federico Bruni
Il giorno mer 6 mag 2015 alle 12:33, Federico Bruni 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' para

.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'.

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

Re: recommended version of live-build

2015-05-04 Thread Federico Bruni
Il giorno lun 4 mag 2015 alle 18:43, Daniel Baumann ha scritto: On 05/04/15 16:31, Federico Bruni wrote: Which is the latest stable release of live-build? 4.0.5 Ok, I think I'll try installing the deb packages here: http://live.debian.net/files/4.x/packages/live-build/ But the late

recommended version of live-build

2015-05-04 Thread Federico Bruni
Hi all Which is the latest stable release of live-build? According to this page¹ is 3, but 4 has been included in Jessie so I'm not sure... I used to use version 3 and I'm now going to build a new iso for a small project. I'm on debian unstable. Do you recommend installing version 4 pinning

Re: Closing on the Jessie Cycle and Starting the Jessie+1 Cycle

2014-09-07 Thread Federico Bruni
Il giorno dom 7 set 2014 alle 11:49, chals ha scritto: Federico: ping You didn't reply to the mailing list. Have you decided what to do? I mean, will you contribute to the Italian translation of live-manual so that Italian can be added to the list of complete languages? This is the current st

Re: Closing on the Jessie Cycle and Starting the Jessie+1 Cycle

2014-08-28 Thread Federico Bruni
Il 28/ago/2014 23:13 chals ha scritto: > > I will try to work on the translations as much as I can. I think > live-manual will be ready to be released in Catalan, French, Spanish, > Japanese, Polish and hopefully in Italian (there are still many fuzzy > strings and several untranslated strings

Re: 'lb init' does not work

2014-07-08 Thread Federico Bruni
Il giorno mer 9 lug 2014 alle 2:40, Ben Armstrong ha scritto: No, you are mistaken. This subcommand never existed in 3.0.5-1. 'lb init' is new to 4.x. Please follow the correct doc for the version you are using. The "About this manual" for live-manual should refer to the release the manual is w

'lb init' does not work

2014-07-08 Thread Federico Bruni
I'm using the current stable (version 3, pinned in wheezy) and can't use 'lb init'. $ lb init E: no such script: init $ apt-cache policy live-build live-build: Installed: 3.0.5-1 Candidate: 4.0~alpha38-1 Package pin: 3.0.5-1 What I'm missing? It used to work months ago.. $ aptitude search

Re: Q: Skolelinux and live-build?

2014-06-07 Thread Federico Bruni
Il giorno mer 4 giu 2014 alle 5:09, Ozi Traveller ha scritto: Hi I'm interested to make something like skolelinux, not for school purposes. Is is possible to make my own installable image(s) using Live-Build? yes, of course

Re: using the cache of packages

2014-06-02 Thread Federico Bruni
Il giorno sab 24 mag 2014 alle 13:02, Federico Bruni ha scritto: The documentation explains that when you run 'lb clean', all the generated files are removed except the cache directory. I can confirm that. However, when I run again the build it seems that a lot of packages are

Re: customize bootloader

2014-05-25 Thread Federico Bruni
Il giorno dom 25 mag 2014 alle 22:22, chals ha scritto: On Sat, May 24, 2014 at 4:07 PM, chals wrote: Hello again, When I saw your message to the mailing list this morning (https://lists.debian.org/debian-live/2014/05/msg00086.html) asking about live-build 4.0~alpha37-1 I said to myself: "go

Re: disable ask for password

2014-05-25 Thread Federico Bruni
On 24 maggio 2014 18:40:22 CEST, casibu wrote: >hi, > >when i create a wheezy live iso, then after the boot process, it asks >me >to enter in the password. >how can i diable that, so that the user will login automaticly? IIRC you need to add user-setup to the list of packages. -- Federico --

Re: 'lb init' needs root privileges?

2014-05-25 Thread Federico Bruni
Il giorno dom 25 mag 2014 alle 12:11, Diederik de Haas ha scritto: On Sunday 25 May 2014 11:58:39 Federico Bruni wrote: I think that in version 3 I was allowed to run 'lb init' as normal user. On version 4 I get this: lb init is something new in v4. In v3 you'd run 'lb

'lb init' needs root privileges?

2014-05-25 Thread Federico Bruni
I think that in version 3 I was allowed to run 'lb init' as normal user. On version 4 I get this: $ lb init E: need root privileges $ apt-cache policy live-build live-build: Installed: 4.0~alpha37-1 Candidate: 4.0~alpha37-1 Version table: *** 4.0~alpha37-1 0 900 http://http.debian.net

Re: customize bootloader

2014-05-24 Thread Federico Bruni
Il giorno ven 23 mag 2014 alle 21:13, chals ha scritto: Third (your use case), you would like to use the default theme but you want to do some additional processing of the splash.svg file. live-build, as far as I know, does not provide an automatic way of doing what you want. But you can take a

using the cache of packages

2014-05-24 Thread Federico Bruni
The documentation explains that when you run 'lb clean', all the generated files are removed except the cache directory. I can confirm that. However, when I run again the build it seems that a lot of packages are downloaded again. Maybe I'm wrong? Or there's any option to tell lb to use the cach

Re: customize bootloader

2014-05-22 Thread Federico Bruni
Il giorno ven 23 mag 2014 alle 8:12, Federico Bruni ha scritto: Il giorno ven 23 mag 2014 alle 7:59, Federico Bruni ha scritto: All I need now is replacing @PROJECT@ and @VERSION@. I've read the script you linked and in particular lines 309-336. I see that _PROJECT is defined within

Re: customize bootloader

2014-05-22 Thread Federico Bruni
Il giorno ven 23 mag 2014 alle 7:59, Federico Bruni ha scritto: All I need now is replacing @PROJECT@ and @VERSION@. I've read the script you linked and in particular lines 309-336. I see that _PROJECT is defined within that script, while _VERSION is defined this way: eval _VERSION=&q

Re: customize bootloader

2014-05-22 Thread Federico Bruni
Il giorno mer 21 mag 2014 alle 22:00, chals ha scritto: I want to change the icon and the name of the project. I've copied all the files in /usr/share/live/build/bootloaders/syslinux in config/bootloaders/syslinux and I've modified splash.svg (just replaced the icon). But the built imag

customize bootloader

2014-05-21 Thread Federico Bruni
Hi all I'm trying to customize the bootloader following the instructions in the manual: http://live.debian.net/manual/current/html/live-manual.en.html#607 I want to change the icon and the name of the project. I've copied all the files in /usr/share/live/build/bootloaders/syslinux in config/b

Re: How to configure live-build for both text and graphical installers to be included?

2014-05-20 Thread Federico Bruni
Il giorno mar 20 mag 2014 alle 23:58, Ozi Traveller ha scritto: Hi I'm using the current stable scripts. I can make a build that has the text installer or the graphical install but not both like the standard debian iso's. How is this done? Hoping someone can help me sort this out. Hi Ozi

Re: cannot install the ISO

2014-03-29 Thread Federico Bruni
Il sab, mar 29, 2014 at 1:33 , Fernando Toledo ha scritto: El 25/03/14 21:12, Federico Bruni escribió: I've created my first image with live-build and I can run it as live. However, nothing happens when I click on Install or Graphical install in the boot menu. What can be wrong?

Re: pinning a package in backports

2014-03-29 Thread Federico Bruni
on is that I thought that it would have been better than adding manually a specific repository URL. Because the installer may have set the relevant mirror url based on the choice made during installation. Anyway, it works and http.debian.net is a good solution. Il gio, mar 27, 2014 at 8:32

pinning a package in backports

2014-03-27 Thread Federico Bruni
As far as I can see, the backports repository is checked by default and I don't need to add anything in auto/config. I'm struggling with pinning the 1.8 version of Git present in wheezy-backports. This is the error: The following packages have unmet dependencies: git : Depends: git-man (> 1:1.

Re: cannot install the ISO

2014-03-26 Thread Federico Bruni
Il mer, mar 26, 2014 at 5:20 , Daniel Baumann ha scritto: On 03/26/2014 01:12 AM, Federico Bruni wrote: What can be wrong? did you enable the installer in your config? if not, see live-manual on how to include it. yes, I forgot to add this line in auto/config: --debian-installer live

Re: hook to download git repositories in the user home

2014-03-26 Thread Federico Bruni
ry "${_MIRROR_BINARY}" \ --security false \ --updates false \ --memtest none \ --win32-loader false \ --debug \ --verbose \ "${@}" Cheers Ozi On Wed, Mar 26, 2014 at 11:16 AM, Federico Bruni wrote: Hi all I'd like to be able to

Re: hook to download git repositories in the user home

2014-03-26 Thread Federico Bruni
Il mer, mar 26, 2014 at 5:22 , Daniel Baumann ha scritto: On 03/26/2014 01:16 AM, Federico Bruni wrote: I'd like to be able to automatically download some git repositories in the home of the live user and also of any user installed. How can I achieve that? depends on when you want t

hook to download git repositories in the user home

2014-03-25 Thread Federico Bruni
Hi all I'd like to be able to automatically download some git repositories in the home of the live user and also of any user installed. How can I achieve that? I've tried this: https://github.com/fedelibre/LilyDev/blob/master/config/includes.chroot/lib/live/config/2000-lilyrepo.hook but I gu

cannot install the ISO

2014-03-25 Thread Federico Bruni
I've created my first image with live-build and I can run it as live. However, nothing happens when I click on Install or Graphical install in the boot menu. What can be wrong? Do you suggest adding the package debian-installer-launcher? I'm running it with: kvm -cdrom binary.hybrid.iso You c