Re: [SOLVED] Re: Debian-live can not be build missing package

2025-03-05 Thread Hans
Am Mittwoch, 5. März 2025, 18:53:07 CET schrieb Matthias Böttcher: > Hi Hans, > > maybe this caused your problem: > Nov 06, 2024 > Commit 30d39f81 "lb config: --distribution defaults to testing" > https://salsa.debian.org/live-team/live-build/-/commit/30d39f812e41eb81928a0 > fe1f3a4f686eb30dfa

Re: [SOLVED] Re: Debian-live can not be build missing package

2025-03-05 Thread Matthias Böttcher
Hi Hans, maybe this caused your problem: Nov 06, 2024 Commit 30d39f81 "lb config: --distribution defaults to testing" https://salsa.debian.org/live-team/live-build/-/commit/30d39f812e41eb81928a0fe1f3a4f686eb30dfa9 Bye Matthias

Re: SOLVED: Re: persistence encryption: initramfs is missing cryptsetup

2015-06-16 Thread chals
On Tue, Jun 16, 2015 at 6:30 PM, Jan Kowalsky wrote: > > So I try to include an > usr/share/initramfs-tools/conf-hooks.d/forcecryptsetup with > > export CRYPTSETUP=y > > in the includes.chroot and build the image again and it works. > > The live-initramfs packages should maybe export this variable

Re: (Solved) Persistent File Storage on NTFS

2014-11-03 Thread Ed Dixon
Well apparently not after jumping back and forth between the two several times I now get a kernel panic when trying to load the image on boot from ntfs. I checked that hubernation had not been set on and tried copying the image to an ext4 fs and could load that no problem. So I am guessing either

Re: [SOLVED] Adding default user to some other groups

2012-01-26 Thread Nick Bailey
I have attempted to get to the bottom of the preseed file being ignored, and have failed to do so. I've submitted a bug report explaining what I tried, which wasn't a great deal because I don't really understand how debconf works. The addition of a file in /lib/live/config which adds user to a no

Re: [SOLVED] Adding default user to some other groups

2012-01-22 Thread Richard Nelson
Greetings, On Sun, Jan 22, 2012 at 10:47 AM, Nick Bailey wrote: > Thank you all (and particularly chals) for your suggestions as to how > to add the default user to an additional group. Please know that your testing and working with live-build is appreciated. > Using 3.0~a42-1, I can > report t

Re: [SOLVED] Some issues with live-build 2.0.7-1 in ubuntu mode

2010-12-15 Thread Daniel Baumann
please distinguish between build bugs and unrelated runtime bugs. for bugs during build time, live-build needs to be fixed. for bugs during runtime (including installation time), almost always the bugs are within the distribution itself, not in live-build. in such cases, there's no fix for tha

Re: Re: Re: [SOLVED] Some issues with live-build 2.0.7-1 in ubuntu mode

2010-12-15 Thread Robert Key
Concerning the casper, install, dists, pool dirs on a ext4 partition booted from grub2 I found the the following: install fails as "cdrom not found" message appears as I said before. One can drop to a shell and mount /dev/sdb2 /cdrom (grub2 is on sdb1, casper on sdb2). Then return to "load in

Re: Re: Re: [SOLVED] Some issues with live-build 2.0.7-1 in ubuntu mode

2010-12-14 Thread Robert Key
I have verified the following: 1. When building in ubuntu mode usb-hdd image with debian-installer and live option for the d-i the boot parameter "cdrom-detect/try-usb=true" is NOT included in live.cfg in the syslinux directory. I think it should be there or else it tries to find the d-i files

Re: Re: [SOLVED] Some issues with live-build 2.0.7-1 in ubuntu mode

2010-12-14 Thread Robert Key
Yes I do mean the d-i images, sorry NOT the cd image. There is a dists and pool directory with the d-i images. They are copied from the archive towards the end of the build after the squashed file system is made. Also I have only build using the usb-hdd image. This is where the parameter cdro

Re: [SOLVED] Some issues with live-build 2.0.7-1 in ubuntu mode

2010-12-14 Thread Daniel Baumann
On 12/14/2010 07:50 PM, Cody A.W. Somerville wrote: Daniel: Feel free to update the default for Ubuntu to just have this disabled by default for Ubuntu for all releases. done in git, thanks. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@

Re: Re: [SOLVED] Some issues with live-build 2.0.7-1 in ubuntu mode

2010-12-14 Thread Cody A.W. Somerville
Hi Robert, Your help in testing the Ubuntu support is greatly appreciated. On Tue, Dec 14, 2010 at 8:39 AM, Robert Key wrote: > Hi and thanks Cody, you doing the patch is fine. > > There are other important issues all be it simple: > > 1. For the udebs there must be a soft link to maverick and

Re: Re: [SOLVED] Some issues with live-build 2.0.7-1 in ubuntu mode

2010-12-14 Thread Robert Key
Hi and thanks Cody, you doing the patch is fine. There are other important issues all be it simple: 1. For the udebs there must be a soft link to maverick and lucid ( or any other ubuntu distributions) in the directory: /usr/share/live/build/data/debian-cd that points to squeeze. Without t

Re: [SOLVED] Some issues with live-build 2.0.7-1 in ubuntu mode

2010-12-13 Thread Daniel Baumann
On 12/13/2010 05:02 PM, Daniel Baumann wrote: yes, i'll commit them later today to the data directory within live-build. done. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@progress-technologies.net Internet: http://people.progress

Re: [SOLVED] Some issues with live-build 2.0.7-1 in ubuntu mode

2010-12-13 Thread Daniel Baumann
On 12/13/2010 09:26 PM, Cody A.W. Somerville wrote: 1. lb_binary_debian-installer changes required: I've attached a patch to fix the package names to be used for Ubuntu for all arches in lb_binary_debian-installer. applied. 2. lb_binary_disk changes required: Daniel: Do you have

Re: [SOLVED] Some issues with live-build 2.0.7-1 in ubuntu mode

2010-12-13 Thread Cody A.W. Somerville
Hi Folks, On Wed, Dec 8, 2010 at 5:59 AM, Robert Key wrote: > I have solved the issues with using ubuntu mode and the debian installer as > follows: > > 1. lb_binary_debian-installer changes required: > > The script /usr/share/live/build/scripts/build/lb_binary_debian-installer > uses the wrong

Re: [SOLVED] Some issues with live-build 2.0.7-1 in ubuntu mode

2010-12-13 Thread Daniel Baumann
On 12/13/2010 03:41 PM, Cody A.W. Somerville wrote: Daniel: Are you fine with just grabbing and adding them from the bzr branch at lp:~ubuntu-cdimage/debian-cd/ubuntu/ ? As you probably could guess, I can't provide a patch due to binary files. yes, i'll commit them later today to the data direc

Re: [SOLVED] Some issues with live-build 2.0.7-1 in ubuntu mode

2010-12-13 Thread Cody A.W. Somerville
On Sun, Dec 12, 2010 at 4:59 AM, Daniel Baumann wrote: > On 12/08/2010 11:59 AM, Robert Key wrote: > >> I have solved the issues with using ubuntu mode and the debian installer >> as follows: >> > > thanks; can you please provide a patch? unrelated to that, i asked cody to > have a look at it, en

Re: [SOLVED] Some issues with live-build 2.0.7-1 in ubuntu mode

2010-12-12 Thread Daniel Baumann
On 12/12/2010 11:39 AM, Robert Key wrote: Will do Daniel. I have made patches before, but will need a little time to check it out. I will definitely meet your deadline. great; let me know if you have any troubles. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email:

Re: Re: [SOLVED] Some issues with live-build 2.0.7-1 in ubuntu mode

2010-12-12 Thread Robert Key
Will do Daniel. I have made patches before, but will need a little time to check it out. I will definitely meet your deadline. I am a software developer and wouldn't mind getting involved with live-build, I really think it is a cool idea. The live-initramfs seems to be a much better option than

Re: [SOLVED] Some issues with live-build 2.0.7-1 in ubuntu mode

2010-12-12 Thread Daniel Baumann
On 12/08/2010 11:59 AM, Robert Key wrote: I have solved the issues with using ubuntu mode and the debian installer as follows: thanks; can you please provide a patch? unrelated to that, i asked cody to have a look at it, end of next week we'll probably upload the last live-build version for s

Re: [SOLVED] Some issues with live-build 2.0.7-1 in ubuntu mode

2010-12-08 Thread Robert Key
I have solved the issues with using ubuntu mode and the debian installer as follows: 1. lb_binary_debian-installer changes required: The script /usr/share/live/build/scripts/build/lb_binary_debian-installer uses the wrong name for the linux-image. It tries to install linux-image-2.6-generic f

Re: Re: SOLVED: forbidden ip problem in local archive

2010-10-24 Thread Robert Key
I have solved the problem thanks. The file permissions in the archive were rw--- and should have been rw-r--r-- for files. Thanks for your help. Robert Key -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debi

Re: SOLVED - how to boot from a build in cardreader in acer one - device ist mmcblk0

2009-05-07 Thread Carsten
Am Samstag, 2. Mai 2009 schrieb Carsten: > Hi all, > > while trying set up a live system booting from a build in cardreader in an > acer one 110 I run in the following problems: > > I put the kernel and initrd.img into the boot-partition on the harddisk > (ssd) because the cardreader isn't bootable

Re: [SOLVED]

2008-09-29 Thread Daniel Baumann
Chris Lamb wrote: >> Thus, "autodetected" means "autodetected at lh_config time, right? > > Yes. > > You removed whatever was diverting /sbin/losetup since you called > lh_config the first time. which is a bit unfortunate, that's why i've improved it with the following commit: http://git.debia

Re: [SOLVED] (was: Help! dh_build eats my binary.img!)

2008-09-29 Thread Chris Lamb
[EMAIL PROTECTED] wrote: > Thus, "autodetected" means "autodetected at lh_config time, right? Yes. You removed whatever was diverting /sbin/losetup since you called lh_config the first time. Regards, -- ,''`. : :' : Chris Lamb `. `'` [EMAIL PROTECTED] `- s

Re: [SOLVED] (was: Help! dh_build eats my binary.img!)

2008-09-29 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Sep 29, 2008 at 08:15:27AM +0200, [EMAIL PROTECTED] wrote: > On Sun, Sep 28, 2008 at 08:37:43PM +0100, Chris Lamb wrote: > > [EMAIL PROTECTED] wrote: [on LH_LOSETUP="losetup.orig"] > [...]Hm. Maybe this is the effect of ru