Problems rebuilding binary image

2010-02-26 Thread Frank Zambrini
Hi, I'm new to the mailing list, sorry if I'm not using the correct format. System: Ubuntu 8.04 live-helper: 2.0~a8-1from sid repo Arch: x86 I (somewhat)successfully built my first live image but needed to go back and change some settings (i.e. runlevel, etc). I first did a 'sudo lh clean --bin

Re: Problems rebuilding binary image

2010-03-08 Thread Frank Zambrini
Daniel Baumann wrote: On 02/26/2010 07:07 PM, Frank Zambrini wrote: W: GPG error: http://security.debian.org lenny/updates Release: Couldn't access keyring: 'No such file or directory' W: GPG error: http://ftp.de.debian.org lenny Release: Couldn't access keyring: 'No

Passing argument to apt-get

2010-08-22 Thread Frank Zambrini
Hi Everyone, I'm trying to build a gnome-less Lenny image (xfce), however some gnome stuff has crept in (gksu, gnome-mime-data, gnome-mount, etc). From what I can tell, (since none of packages require gnome) is that apt is installing the "recommended" packages as if they were dependencies, i.e

Re: Passing argument to apt-get

2010-08-24 Thread Frank Zambrini
On 08/23/2010 05:13 AM, Daniel Baumann wrote: On 08/23/2010 06:01 AM, to...@tuxteam.de wrote: You are looking for lh config's --apt-options option: no, he wants --apt-recommends false I gave both methods a try and both succeeded in preventing the recommended packages from being

Using a newer kernel with lenny

2010-08-27 Thread Frank Zambrini
Hi all, I'm trying to use a newer kernel with my lenny build but I am running into a few problems. I added the repo listed in section 5.5 of the manual (only added the .chroot source) along with the gpg key and added "linux-image-2.6 aufs-modules-2.6" to my custom package list. When I ran lh b

Re: Using a newer kernel with lenny

2010-08-28 Thread Frank Zambrini
On 08/28/2010 10:09 AM, Daniel Baumann wrote: On 08/28/2010 04:01 AM, Frank Zambrini wrote: I don't see a squashfs-modules package in the unsupported.debian-maintainers.org repo. since 2.6.27, squashfs is included mainline. Thanks, I did not know that. However I am not sur

Fwd: Re: Using a newer kernel with lenny

2010-08-30 Thread Frank Zambrini
I sent this reply to the wrong address first time around. Sorry about the confusion. I also added my switches for lh config Thanks for the help, unfortunately it did not make a difference. Here is what I did: (as root) rm config/* lh clean lh config --archive-areas 'main non-free' -d lenny -b

Re: Fwd: Re: Using a newer kernel with lenny

2010-09-02 Thread Frank Zambrini
Thanks for the tips. I discovered the problem that was causing the squashfs-modules-2.6-486 issue. It turns out that I had the wrong kernel flavor in my package list. I changed linux-image-2.6-486=2.6.32+27~bpo50+1 to linux-image-2.6-686=2.6.32+27~bpo50+1 and made a few modifications t

Re: Fwd: Re: Using a newer kernel with lenny

2010-09-02 Thread Frank Zambrini
On 09/02/2010 12:59 PM, Daniel Baumann wrote: get proper made backports that include the required modules and meta packages, and set LH_LINUX_PACKAGES to the correct value. I'm assuming that the proper backport for the kernel must be the 2.6.30 from the unsupported.debian-maintainers.org re

Problems booting live system from usb

2010-09-07 Thread Frank Zambrini
Hi everyone, I'm unable to boot my lenny system from a usb drive. Testing with "qemu -cdrom binary-hybrid.iso" works so I know the image is not the problem. I have a usb stick that I boot multiple os's from, so rather than copy the entire image to the drive, I just copied the contents of /liv

Re: Problems booting live system from usb

2010-09-07 Thread Frank Zambrini
On 09/07/2010 02:11 PM, Daniel Baumann wrote: it should work with that. what version of live-boot+live-config or live-initramfs are you using? Apparently I'm not using either of them. I just grabbed live-helper and live-build from the sid repos and started working. I never realized that I

Re: Problems booting live system from usb

2010-09-07 Thread Frank Zambrini
On 09/07/2010 02:45 PM, Ben Armstrong wrote: You have misunderstood. live-boot/live-config are *in the image itself*, not on your build system. likewise, live-initramfs (older incarnation of live-boot+live-config). Thanks for clearing that up. I have live-initramfs version: 1.156.1+1.157

Re: how to make iso-hybrid?

2010-09-08 Thread Frank Zambrini
On 09/08/2010 08:17 AM, Daniel Baumann wrote: you need syslinux 4 for that. since lenny doesn't have one, you'll need a backport. I used syslinux from squeeze for my lenny build. I downloaded the packages syslinux and syslinux-common and placed them in config/chroot_local-packages. I was

Re: Problems booting live system from usb

2010-09-08 Thread Frank Zambrini
On 09/07/2010 03:54 PM, Daniel Baumann wrote: i remember that we fixed something related to the path some time ago, can you please try with the current version of live-boot+live-config? if you use live-helper from sid, you only need to do: lh config -r live.debian.net and then rebuild.

Re: Problems booting live system from usb

2010-09-13 Thread Frank Zambrini
On 09/08/2010 09:17 PM, Richard Nelson wrote: Ok my guess is that if it works under qemu and not after you install to usb stick, then perhaps something wrong with the usb steps. Can you list them in detail? Thanks. Here are the steps I used to install debian live to my usb stick (which has

Re: Problems booting live system from usb

2010-09-16 Thread Frank Zambrini
On 09/14/2010 02:08 AM, Daniel Baumann wrote: live-boot, unless told otherwise with live-media-path, only looks in /live. either adjust the location, or use live-media-path. see man live-boot for more information. I did use live-media-path in my grub entry. menuentry "Debian Live" { lin

Re: Problems booting live system from usb

2010-09-20 Thread Frank Zambrini
On 09/16/2010 02:42 PM, Daniel Baumann wrote: this happens not just with your own image, but also with squeeze alpha2? Sorry about the delay. The squeeze alpha2 hybrid iso does not boot with the method I tried first (i.e. copy the contents of live into a directory on usb drive) However

Can't login to kde squeeze beta2

2011-01-05 Thread Frank Zambrini
Hi everyone, Sorry to ask such a dumb question, but I can't login to the pre-made kde squeeze beta2 iso-hybrid. I'm using "debian-squeeze-live-beta2-i386-kde-desktop.iso" downloaded from "cdimage.debian.org/cdimage/squeeze_live_beta2/i386/iso-hybrid/" So far I've used the un/pw combinations

Re: Can't login to kde squeeze beta2

2011-01-08 Thread Frank Zambrini
Turns out I was using the wrong boot options. I added "live-config" and "quiet" to the kernel entry and auto-login now works. On 01/05/2011 10:56 PM, Frank Zambrini wrote: Hi everyone, Sorry to ask such a dumb question, but I can't login to the pre-made kde squeez

Bug#627150: Still live.cfg missing?

2011-05-24 Thread Frank Zambrini
I am seeing the same behavior using live-build 3.0~a16-1 to make a sid image with syslinux. I am building on squeeze. Not sure if that matters. -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archiv

Bug#619945: (no subject)

2011-05-31 Thread Frank Zambrini
I ran into this bug today using live-build 3.0~a17-1 while building a wheezy system. lb config --distribution testing \ --apt-recommends false \ --volatile false \ --memtest none I added the '--volatile false' option as a work around. Unless that is per design

Bug#619945: (no subject)

2011-06-03 Thread Frank Zambrini
On Fri, 03 Jun 2011 08:31:18 +0200 Daniel Baumann wrote: > wheezy already has volatile default disbaled > > ---snip--- > daniel@debian:~$ rm -rf config > daniel@debian:~$ lb config -d wheezy > P: Considering defaults defined in /etc/live/build.conf > P: Creating config tree > daniel@buildd-i386: