Bug#636489: live-build: Add some extra cleaning

2011-08-04 Thread intrigeri
Hi, Armin Krezović wrote (03 Aug 2011 11:56:51 GMT) : > When there are multiple kernels, there remain /vmlinuz.old > and /initrd.img.old on chroot, so I attach another proposed patch to > clean those files. It seems to me any Debian system with >1 kernel installed has those symlinks, so I'd like

Bug#636217: initrd/vmlinuz filenames and syslinux menu entries do not match, can't boot the live image

2011-08-04 Thread Michal Suchanek
Package: live-build Version: 3.0~a21-1 Severity: normal You might want a script like this in the binary_local-hooks. #!/bin/bash cd binary/live || exit 1 vmlinuz=$(ls vmlinuz* | tail -n1) ln $vmlinuz vmlinuz || true initrd=$(ls initrd.img* | tail -n1) ln $initrd initrd.img || true -- To UN

Re: Grml.org patch bomb

2011-08-04 Thread Daniel Baumann
On 07/28/2011 03:03 PM, Ulrich Dangel wrote: The main question is also do we really want to support all these scripts? if possible, yes. I really don't think it is wortwhile to be able to use findiso for example on a crypted disk/nbd. live-boot should support as many options to boot, in any

Re: Grml.org patch bomb

2011-08-04 Thread Daniel Baumann
On 08/02/2011 11:21 PM, intrigeri wrote: => I'd better add a few kB to the initramfs and get clean, robust and maintainable code. ack. -- Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern Email: daniel.baum...@progress-technologies.net Internet: http://people.p

Re: Grml.org patch bomb

2011-08-04 Thread Daniel Baumann
On 07/26/2011 11:32 PM, Michael Prokop wrote: 01_fix_output_file.patch applied, thanks. 07_support_findiso.patch misses manpage entry, and please do the silencing of the umount call in a seperate commit/patch, so that it can (if needed) reverted independently from the fromiso thing. 10

Re: Grml.org patch bomb

2011-08-04 Thread Daniel Baumann
On 07/26/2011 11:32 PM, Michael Prokop wrote: once again a patch bomb by the Grml project. oh, and in general.. i'd appreciate if you could update patches so that they have a proper name of the author in it ($Firstname $Lastname <$email>), plus description (short one line, multiple additional

Bug#636208: live-build: lb config fails without any diagnostic

2011-08-04 Thread Daniel Baumann
tag 636208 pending thanks fixed in git. -- Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern Email: daniel.baum...@progress-technologies.net Internet: http://people.progress-technologies.net/~daniel.baumann/ -- To UNSUBSCRIBE, email to debian-live-requ...@lists.deb

Bug#636217: live-build: initrd/vmlinuz filenames and syslinux menu entries do not match, can't boot the live image

2011-08-04 Thread Daniel Baumann
retitle 636217 should embedd syslinux-themes in live-build thanks that will not help, the right thing is, like discussed on irc a few days ago, to embedd s-t-debian in live-build. -- Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern Email: daniel.baum...@progress-technolo

Processed: Re: live-build: lb config fails without any diagnostic

2011-08-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tag 636208 pending Bug #636208 [live-build] live-build: lb config fails without any diagnostic Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 636208: http://bugs.debian.org/cgi-bin/bugreport

Processed: Re: live-build: initrd/vmlinuz filenames and syslinux menu entries do not match, can't boot the live image

2011-08-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > retitle 636217 should embedd syslinux-themes in live-build Bug #636217 [live-build] live-build: initrd/vmlinuz filenames and syslinux menu entries do not match, can't boot the live image Changed Bug title to 'should embedd syslinux-themes in live

Bug#636489: live-build: Add some extra cleaning

2011-08-04 Thread Daniel Baumann
tag 636489 moreinfo thanks On 08/04/2011 01:01 PM, intrigeri wrote: It seems to me any Debian system with>1 kernel installed has those symlinks, so I'd like to be explained what the advantage of removing those in Live systems would be. aol -- Address:Daniel Baumann, Donnerbuehlweg 3,

Processed: Re: Bug#636489: live-build: Add some extra cleaning

2011-08-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tag 636489 moreinfo Bug #636489 [live-build] live-build: Add some extra cleaning Added tag(s) moreinfo. > thanks Stopping processing here. Please contact me if you need assistance. -- 636489: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=6364

Bug#636440: live-build: Regenerate apt-file cache

2011-08-04 Thread Daniel Baumann
retitle 636440 update apt-file cache tag 636440 - patch tag 636440 - upstream tag 636440 pending thanks rather than updating apt-file unconditionally if it's installed, and thus considerably increasing the filesystem size, this should like all the other hooks to regenerate indices be optional (

Processed: Re: live-build: Regenerate apt-file cache

2011-08-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > retitle 636440 update apt-file cache Bug #636440 [live-build] live-build: Regenerate apt-file cache Changed Bug title to 'update apt-file cache' from 'live-build: Regenerate apt-file cache' > tag 636440 - patch Bug #636440 [live-build] update apt

Re: Grml.org patch bomb

2011-08-04 Thread Ulrich Dangel
* Daniel Baumann wrote [04.08.11 21:17]: Hi, >> 16_nodhcp.patch > > who uses NODHCPHOSTNAME? i couldn't find any reference in live-boot nor > initramfs-tools that makes use of this variable. Hm? There is no NODHCPHOSTNAME in http://git.grml.org/?p=live-boot-grml.git;a=blob;f=debian/patches/16_

Re: Grml.org patch bomb

2011-08-04 Thread Daniel Baumann
On 08/04/2011 09:54 PM, Ulrich Dangel wrote: Hm? There is no NODHCPHOSTNAME in http://git.grml.org/?p=live-boot-grml.git;a=blob;f=debian/patches/16_nodhcp.patch indeed, my fault.. i accidentally looked at 11_dhcphostname.patch instead of 16_nodhcp.patch in the checkout of the sources. sorry.

Re: Grml.org patch bomb

2011-08-04 Thread Ulrich Dangel
* Daniel Baumann wrote [04.08.11 22:14]: > On 08/04/2011 09:54 PM, Ulrich Dangel wrote: >> Hm? There is no NODHCPHOSTNAME in >> http://git.grml.org/?p=live-boot-grml.git;a=blob;f=debian/patches/16_nodhcp.patch > > indeed, my fault.. i accidentally looked at 11_dhcphostname.patch > instead of 16_n

Re: Grml.org patch bomb

2011-08-04 Thread Michal Suchanek
On 4 August 2011 22:59, Ulrich Dangel wrote: > * Daniel Baumann wrote [04.08.11 22:14]: >> On 08/04/2011 09:54 PM, Ulrich Dangel wrote: >>> Hm? There is no NODHCPHOSTNAME in >>> http://git.grml.org/?p=live-boot-grml.git;a=blob;f=debian/patches/16_nodhcp.patch >> >> indeed, my fault.. i accidentall

Re: Grml.org patch bomb

2011-08-04 Thread Michal Suchanek
Hello On 4 August 2011 21:17, Daniel Baumann wrote: > On 07/26/2011 11:32 PM, Michael Prokop wrote: > >> 30_support_multiarch_dns.patch > > i'll wait for that on comments from Michal. > I propose to add this code to to initramfs-hooks to handle nss modules and similar ( http://paste.debian.net/

Vanillux live iso

2011-08-04 Thread fabrice quenneville
Hi, for the past few days i have been trying to build a live iso for the vanillux project and i could use some hints :) i am using a script to build the iso this way we can recreate iso's later easilly. the important part and what dosent work is this the config ($1 is the achitecture i386|amd64):

Bug#636489: live-build: Add some extra cleaning

2011-08-04 Thread Armin Krezović
On Thu, Aug 4, 2011 at 9:37 PM, Daniel Baumann < daniel.baum...@progress-technologies.net> wrote: > tag 636489 moreinfo > thanks > > > On 08/04/2011 01:01 PM, intrigeri wrote: > >> It seems to me any Debian system with>1 kernel installed has those >> symlinks, so I'd like to be explained what the

Bug#636489: marked as done (live-build: Add some extra cleaning)

2011-08-04 Thread Debian Bug Tracking System
Your message dated Fri, 05 Aug 2011 08:00:38 +0200 with message-id <4e3b8706.80...@progress-technologies.net> and subject line Re: Bug#636489: live-build: Add some extra cleaning has caused the Debian Bug report #636489, regarding live-build: Add some extra cleaning to be marked as done. This mean

Bug#586929: marked as done (packages not cached on failed build)

2011-08-04 Thread Debian Bug Tracking System
Your message dated Fri, 05 Aug 2011 06:17:38 + with message-id and subject line Bug#586929: fixed in live-build 3.0~a26-1 has caused the Debian Bug report #586929, regarding packages not cached on failed build to be marked as done. This means that you claim that the problem has been dealt wit

Bug#607225: marked as done (include mdadm as extra package in binary_debian-installer)

2011-08-04 Thread Debian Bug Tracking System
Your message dated Fri, 05 Aug 2011 06:17:38 + with message-id and subject line Bug#607225: fixed in live-build 3.0~a26-1 has caused the Debian Bug report #607225, regarding include mdadm as extra package in binary_debian-installer to be marked as done. This means that you claim that the prob

Bug#627332: marked as done (hook to update mlocate database)

2011-08-04 Thread Debian Bug Tracking System
Your message dated Fri, 05 Aug 2011 06:17:38 + with message-id and subject line Bug#627332: fixed in live-build 3.0~a26-1 has caused the Debian Bug report #627332, regarding hook to update mlocate database to be marked as done. This means that you claim that the problem has been dealt with. I

Bug#627716: marked as done (hook to update apt-xapian index)

2011-08-04 Thread Debian Bug Tracking System
Your message dated Fri, 05 Aug 2011 06:17:38 + with message-id and subject line Bug#627716: fixed in live-build 3.0~a26-1 has caused the Debian Bug report #627716, regarding hook to update apt-xapian index to be marked as done. This means that you claim that the problem has been dealt with. I

Bug#630088: marked as done (hook to remove gnome icon cache)

2011-08-04 Thread Debian Bug Tracking System
Your message dated Fri, 05 Aug 2011 06:17:38 + with message-id and subject line Bug#630088: fixed in live-build 3.0~a26-1 has caused the Debian Bug report #630088, regarding hook to remove gnome icon cache to be marked as done. This means that you claim that the problem has been dealt with. I

Bug#631281: marked as done (hook to remove pyc files)

2011-08-04 Thread Debian Bug Tracking System
Your message dated Fri, 05 Aug 2011 06:17:38 + with message-id and subject line Bug#631281: fixed in live-build 3.0~a26-1 has caused the Debian Bug report #631281, regarding hook to remove pyc files to be marked as done. This means that you claim that the problem has been dealt with. If this

Bug#633052: marked as done (live-build: Please add support for /run)

2011-08-04 Thread Debian Bug Tracking System
Your message dated Fri, 05 Aug 2011 06:17:38 + with message-id and subject line Bug#633052: fixed in live-build 3.0~a26-1 has caused the Debian Bug report #633052, regarding live-build: Please add support for /run to be marked as done. This means that you claim that the problem has been dealt

Bug#633356: marked as done (live-build: use LB_APT_SECURE too when bootstrapping system)

2011-08-04 Thread Debian Bug Tracking System
Your message dated Fri, 05 Aug 2011 06:17:38 + with message-id and subject line Bug#633356: fixed in live-build 3.0~a26-1 has caused the Debian Bug report #633356, regarding live-build: use LB_APT_SECURE too when bootstrapping system to be marked as done. This means that you claim that the pr

Bug#636208: marked as done (live-build: lb config fails without any diagnostic)

2011-08-04 Thread Debian Bug Tracking System
Your message dated Fri, 05 Aug 2011 06:17:38 + with message-id and subject line Bug#636208: fixed in live-build 3.0~a26-1 has caused the Debian Bug report #636208, regarding live-build: lb config fails without any diagnostic to be marked as done. This means that you claim that the problem has

Bug#636440: marked as done (update apt-file cache)

2011-08-04 Thread Debian Bug Tracking System
Your message dated Fri, 05 Aug 2011 06:17:38 + with message-id and subject line Bug#636440: fixed in live-build 3.0~a26-1 has caused the Debian Bug report #636440, regarding update apt-file cache to be marked as done. This means that you claim that the problem has been dealt with. If this is

Processing of live-config_3.0~a24-1_i386.changes

2011-08-04 Thread Debian FTP Masters
live-config_3.0~a24-1_i386.changes uploaded successfully to localhost along with the files: live-config_3.0~a24-1.dsc live-config_3.0~a24.orig.tar.gz live-config_3.0~a24-1.debian.tar.gz live-config_3.0~a24-1_all.deb live-config-doc_3.0~a24-1_all.deb live-config-runit_3.0~a24-1_all.deb

Processing of live-boot_3.0~a20-1_i386.changes

2011-08-04 Thread Debian FTP Masters
live-boot_3.0~a20-1_i386.changes uploaded successfully to localhost along with the files: live-boot_3.0~a20-1.dsc live-boot_3.0~a20.orig.tar.gz live-boot_3.0~a20-1.debian.tar.gz live-boot_3.0~a20-1_all.deb live-boot-doc_3.0~a20-1_all.deb live-boot-initramfs-tools_3.0~a20-1_all.deb Gree

Processing of live-build_3.0~a26-1_i386.changes

2011-08-04 Thread Debian FTP Masters
live-build_3.0~a26-1_i386.changes uploaded successfully to localhost along with the files: live-build_3.0~a26-1.dsc live-build_3.0~a26.orig.tar.gz live-build_3.0~a26-1.debian.tar.gz live-build_3.0~a26-1_all.deb live-build-cgi_3.0~a26-1_all.deb live-build-cron_3.0~a26-1_all.deb Greeting

live-boot_3.0~a20-1_i386.changes ACCEPTED into unstable

2011-08-04 Thread Debian FTP Masters
Accepted: live-boot-doc_3.0~a20-1_all.deb to main/l/live-boot/live-boot-doc_3.0~a20-1_all.deb live-boot-initramfs-tools_3.0~a20-1_all.deb to main/l/live-boot/live-boot-initramfs-tools_3.0~a20-1_all.deb live-boot_3.0~a20-1.debian.tar.gz to main/l/live-boot/live-boot_3.0~a20-1.debian.tar.gz

live-boot override disparity

2011-08-04 Thread Debian FTP Masters
There are disparities between your recently accepted upload and the override file for the following file(s): live-boot-doc_3.0~a20-1_all.deb: package says section is doc, override says misc. Please note that a list of new sections were recently added to the archive: cli-mono, database, debug, f

live-build_3.0~a26-1_i386.changes ACCEPTED into experimental

2011-08-04 Thread Debian FTP Masters
Accepted: live-build-cgi_3.0~a26-1_all.deb to main/l/live-build/live-build-cgi_3.0~a26-1_all.deb live-build-cron_3.0~a26-1_all.deb to main/l/live-build/live-build-cron_3.0~a26-1_all.deb live-build_3.0~a26-1.debian.tar.gz to main/l/live-build/live-build_3.0~a26-1.debian.tar.gz live-build_3.

live-config_3.0~a24-1_i386.changes ACCEPTED into unstable

2011-08-04 Thread Debian FTP Masters
Accepted: live-config-doc_3.0~a24-1_all.deb to main/l/live-config/live-config-doc_3.0~a24-1_all.deb live-config-runit_3.0~a24-1_all.deb to main/l/live-config/live-config-runit_3.0~a24-1_all.deb live-config-systemd_3.0~a24-1_all.deb to main/l/live-config/live-config-systemd_3.0~a24-1_all.de

Re: Vanillux live iso

2011-08-04 Thread Daniel Baumann
On 08/05/2011 12:57 AM, fabrice quenneville wrote: > --package-lists ../vanillux.list \ this will not work, copy you package list into config/package-lists/foo.chroot.list. > --debian-installer-distribution wheezy \ this will fail if your derivative doesn't ship d-i indices. > so i am wondering

Re: Boot Problems

2011-08-04 Thread Daniel Baumann
On 08/03/2011 02:09 AM, promo...@googlemail.com wrote: > I try to boot Tails 0.7.2 (http://tails.boum.org/) which is based on Debian, > and experience the > following problem: eventhough tails is based on debian-live, we can't support that here as we don't know the details about it necessary to