The trigger in your Debian packages

2011-06-03 Thread Raphael Hertzog
Hello, you're maintaining a Debian package which provides a trigger file. Currently a package that "activates" a trigger is put in the "triggers-awaited" status where it doesn't fulfill dependencies. The trigger must first be processed and only then is the package considered as "installed". I bel

Bug#684891: live-build: add a config parameter to define the project name

2012-08-14 Thread Raphael Hertzog
Another way to deal with this issue would be to extract the relevant information from /etc/os-release in the chroot. It exports $NAME and $PRETTY_NAME (and $VERSION for released versions of products). Cheers, -- Raphaël Hertzog ◈ Debian Developer Get the Debian Administrator's Handbook: → http:/

Patches to fix live-installer

2012-12-06 Thread Raphael Hertzog
Hello, please have a look at the attached patch and consider merging it. It's required to get live-installer to work. There's also another patch for live-build that adds the missing bootloader menu entries to start debian-installer from the live image. Please consider including it as well. Thank

Re: How to submit patches?

2017-06-06 Thread Raphael Hertzog
Hello Daniel, On Sat, 03 Jun 2017, Daniel Reichelt wrote: > Since live.debian.net went down, the contributing section of live-manual > didn't get any updates and there are no debian-next branches at > anonscm.d.o/.../live-* as mentioned therein... > > So what's currently the live-team's preferred

Bug#864386: live-build: Keyboard shortcut for "Advanced options" missing in some syslinux-based menus

2017-06-09 Thread Raphael Hertzog
Control: tag -1 + pending On Wed, 07 Jun 2017, Daniel Reichelt wrote: > the attached patch streamlines the missing keyboard shortcut "A" for the > "Advanced options" entry in the syslinux-based boot menu configs. Thanks, committed to git. Cheers, -- Raphaël Hertzog ◈ Debian Developer Support D

Bug#864385: live-boot: fix file duplication in initramfs-tools hook

2017-06-15 Thread Raphael Hertzog
Control: tag -1 + pending Hello Daniel, On Wed, 07 Jun 2017, Daniel Reichelt wrote: > The duplication was introduced by [3] and is fixed by this patch to read > > 8<- > cp -a /bin/live-boot "${DESTDIR}/bin" > >8- Ap

Bug#865586: live-build: binary_hdd failed with mkfs.vfat error

2017-06-23 Thread Raphael Hertzog
On Thu, 22 Jun 2017, Grégory DAVID wrote: >With a simple live-build config, What is your simple live-build config? Please share your config directory and/or the command line options that you are using. Thank you! -- Raphaël Hertzog ◈ Debian Developer Support Debian LTS: https://www.freexian

Bug#852570: live-boot: Update udevadm path

2017-06-23 Thread Raphael Hertzog
Hi, On Tue, 20 Jun 2017, Michael Biebl wrote: > You might also consider not hard-coding the path at all, and simply rely > on PATH being set properly. This should be a safe assumption, especially > since the binary is now in /bin The path is not hardcoded anywhere, except in the place where we wa

Re: Please consider to let live-build add file /.disk/mkisofs to the ISO

2017-08-10 Thread Raphael Hertzog
Hi, On Fri, 04 Aug 2017, Steve McIntyre wrote: > I've just added support for this in live-wrapper. I'll let Raphaël do > the changes in live-build. Done in git as well. Cheers, -- Raphaël Hertzog ◈ Debian Developer Support Debian LTS: https://www.freexian.com/services/debian-lts.html Learn to

Bug#866364: Partial implementation of live boot localisation

2017-08-29 Thread Raphael Hertzog
Hello, On Thu, 29 Jun 2017, Narcis Garcia wrote: > No keyboard localisation when choosing "Debian Live with Localisation > Support". For example, choosing "Spanish" at this boot submenu, keyboard > is set to an USA layout (in any X, TTY and pty). > > Keyboard layout should do same associations as

Bug#865586: live-build: binary_hdd failed with mkfs.vfat error

2017-09-01 Thread Raphael Hertzog
Hello, On Tue, 29 Aug 2017, Matthijs Kooijman wrote: > I also ran into this same error a while ago. It is caused by partition > devices being created when parted creates partitions, which are not > cleaned up when the loop devices are cleaned up. I'm attaching a patch > that fixes this, by passing

Bug#873640: live-build: Hdd image fails due to hard links in binary directory

2017-09-01 Thread Raphael Hertzog
Hi Matthijs, On Tue, 29 Aug 2017, Matthijs Kooijman wrote: > To fix this I've attached a patch that, passes --count-links to du when > the target is FAT, to make the space estimation correct. Thanks for your multiple patches, I applied them all in git. Would you like to become co-maintainer of l

Bug#874774: live-build: Use of /var/lib/apt/lists internals

2017-09-12 Thread Raphael Hertzog
On Sat, 09 Sep 2017, Julian Andres Klode wrote: > your package appears to be relying on the internal layout of > /var/lib/apt/lists > and the location of that directory (which is configurable), as it matches the > following regular expression (and a quick check did not rule out a false > positive

Bug#866361: live-config: Keyboard configuration in gnome-shell not working

2017-09-14 Thread Raphael Hertzog
Hello Andreas, On Thu, 29 Jun 2017, Andreas Heinlein wrote: > Related to but not identical to #854004. Keyboard configuration is still > not working in gnome shell 3.22 as expected. The fix for #854004 works > on the console and has the effect that we now have two keyboard layouts > in gnome shell

Bug#877776: live-boot: fixed read-only mode with overlayfs

2017-11-20 Thread Raphael Hertzog
Hello Ronny, On Thu, 05 Oct 2017, Ronny Standtke wrote: > Read-only persistence mode doesn't currently work with overlayfs. The > attached patch fixes this issue. Can you be a bit more verbose in your explanation? How can we reproduce the problem? Why is your patch fixing the issue? I will gla

Bug#877776: live-boot: fixed read-only mode with overlayfs

2017-11-21 Thread Raphael Hertzog
On Tue, 21 Nov 2017, Ronny Standtke wrote: > > Why is your patch fixing the issue? > > Because it correctly mounts the persistence partition in the overlayfs > case including the necessary "/rw" postfix. Ok, shouldn't the same fix be done here too then (for the opt_link case)? https://anonscm.deb

Bug#882769: Cannot upgrade from Stretch: cp: target '/lib/live/mount/medium/live/vmlinuz.new' is not a directory

2017-11-28 Thread Raphael Hertzog
Hi Thomas, On Sun, 26 Nov 2017, Thomas Goirand wrote: > After booting a Stretch live image, I tried to upgrade it to Sid, and > it fails with this error: > > update-initramfs: deferring update (trigger activated) > cp: target '/lib/live/mount/medium/live/vmlinuz.new' is not a directory This is u

Bug#882769: Cannot upgrade from Stretch: cp: target '/lib/live/mount/medium/live/vmlinuz.new' is not a directory

2017-11-28 Thread Raphael Hertzog
On Tue, 28 Nov 2017, Goirand Thomas (aka zigo) wrote: > I did try to purge and it didn't help. The issue is indeed about 2 > kernels installed, though as I wrote, upgrading linux-image-amd64 first > works arround the problem. So I'm not sure what's going on, really. Any > hint/clue ? Run "update-i

Re: Bug#882769: Cannot upgrade from Stretch: cp: target '/lib/live/mount/medium/live/vmlinuz.new' is not a directory

2017-12-04 Thread Raphael Hertzog
Control: reassign -1 live-tools On Wed, 29 Nov 2017, Thomas Goirand wrote: > Building cpio /boot/initrd.img-4.9.0-4-amd64.new initramfs > cp: target '/lib/live/mount/medium/live/vmlinuz.new' is not a directory > > I still don't see where to search... :/ I guess that you have live-tools installed

Bug#882769: Cannot upgrade from Stretch: cp: target '/lib/live/mount/medium/live/vmlinuz.new' is not a directory

2017-12-05 Thread Raphael Hertzog
On Mon, 04 Dec 2017, Thomas Goirand wrote: > Could you please review the patch and let me know if you think it's ok, > apply to the git, and allow me to upload? I think it's wrong because it handles vmlinuz/initrd separately. I pushed what I think is a proper fix into git. Can you test the git ver

Re: Please consider to let live-build add file /.disk/mkisofs to the ISO

2017-12-07 Thread Raphael Hertzog
Hi, On Thu, 07 Dec 2017, Thomas Schmitt wrote: > > the generated > > script initially was supposed to be a wrapper script around xorriso > > Out of curiosity: Inhowfar is xorriso in need of a wrapper for the > debian-live use case ? > (This is no criticism. I just want to learn about the motivati

Bug#884553: live-build: Foreign architecture package support for linux kernel flavours in Stretch

2017-12-21 Thread Raphael Hertzog
Hi, On Sat, 16 Dec 2017, adrian15 wrote: > Now using: > > --linux-flavours="amd64:amd64 686" > > in a i386 system does install amd64 kernel from amd64 architecture in a > transparent manner. > > Please tell me if there's something to be polished so that it's accepted > upstream. Your patch doe

Bug#884591: live-build: grub.cfg failsafe entries rework

2017-12-21 Thread Raphael Hertzog
Hi, On Sun, 17 Dec 2017, adrian15 wrote: > I attach a patch that fixes this problem. Now failsafe entries are > consistent in both autodetect entries and not autodetect entries. Applied to git, had to update it due to the rename of variables that I made earlier. Cheers, -- Raphaël Hertzog ◈ Deb

Bug#884585: live-build: Grub autodetect option no longer works with 686 kernel

2017-12-21 Thread Raphael Hertzog
On Sun, 17 Dec 2017, adrian15 wrote: >* What led up to the situation? The reportbug templates are not always very appropriate when you just want to submit a patch... just go straight to the explanation of the patch and why it should be merged. > I attach a patch (that can be applied on curren

Bug#884886: live-boot: Installing live-boot (and devirates) into standard Stretch system gives boot problems

2017-12-21 Thread Raphael Hertzog
Hi, On Thu, 21 Dec 2017, Christian Knoke wrote: > Installing live* packages into a normal Installation of Debian Stable > can lead to boot problems on the host. Aptitude does not warn. It's hardly a bug. But I improved the long description of the package to make it clear that those packages must

Bug#884588: live-build: Showing all kernels at grub menu when there is more than one kernel is not working

2017-12-21 Thread Raphael Hertzog
On Sun, 17 Dec 2017, adrian15 wrote: > I attach a patch that fixes this problem. It seems it was just a typo. Applied in git. Cheers, -- Raphaël Hertzog ◈ Debian Developer Support Debian LTS: https://www.freexian.com/services/debian-lts.html Learn to master Debian: https://debian-handbook.info/

Bug#887278: live-build should depend on e2fsprogs explicitly

2018-01-25 Thread Raphael Hertzog
Hello, On Mon, 22 Jan 2018, Andreas Henriksson wrote: > I can only find mke2fs mentioned in a comment: > https://sources.debian.org/src/live-build/1:20171207/functions/losetup.sh/#L64 > > My conclusion is thus that this is a false positive and the bug report > should simply be closed. > > Would

Bug#888507: live-build: option to build against a distribution which is not the one enabled in the final image

2018-01-26 Thread Raphael Hertzog
Control: tag -1 + patch On Fri, 26 Jan 2018, Raphaël Hertzog wrote: > Much like we have --mirror-chroot and --mirror-binary, it would be nice to > have --distribution-chroot and --distribution-binary so that we can build > against a specific repository but have the final sources.list point to > an

New team on salsa, which repositories shall we migrate?

2018-02-07 Thread Raphael Hertzog
Hello, I created a new team on salsa to migrate our git repositories: https://salsa.debian.org/groups/live-team I haven't migrated anything yet due to lack of time but I wonder what repositories have to be migrated. archive live-build.git live-manual.git live-tools.git setup-rep

Re: New team on salsa, which repositories shall we migrate?

2018-02-09 Thread Raphael Hertzog
Hi, On Thu, 08 Feb 2018, Steve McIntyre wrote: > Happy to do that for all the other debian-live --> live-team repos too > if people would like me to - just say so. I've done a couple of other Please go ahead! Cheres, -- Raphaël Hertzog ◈ Debian Developer Support Debian LTS: https://www.freexia

Bug#887278: live-build should depend on e2fsprogs explicitly

2018-02-14 Thread Raphael Hertzog
Hello, On Wed, 14 Feb 2018, Andreas Henriksson wrote: > The source of live-build might well need improvements to deal with > what's inside the chroot it works with, but I don't think that's > the main focus of this bug report. A package relationship of live-build, > could not influence what's avai

Bug#887278: live-build should depend on e2fsprogs explicitly

2018-02-14 Thread Raphael Hertzog
On Wed, 14 Feb 2018, Andreas Henriksson wrote: > > /sbin/mkfs.ntfs is a path to an existing program > > Agreed, but that's not what the source code uses. > Please read the source again. You'll spot it. ;) Duh, indeed. Fixed in git. Thanks to Stefan who also showed me the typo. Cheers, -- Raphaë

Re: New team on salsa, which repositories shall we migrate?

2018-02-19 Thread Raphael Hertzog
Hi, On Sat, 17 Feb 2018, Steve McIntyre wrote: > >This seems to be an old copy of the live-build repo. > >Do we need it? > > That was what I thought, too, hence I left it. I think it can go. alioth always created a repository with the name of the project and in many case, it was just not used. T

Bug#885455: live-boot: Please drop wget from initrd (busybox provides wget)

2018-02-21 Thread Raphael Hertzog
Hello, On Wed, 27 Dec 2017, Benjamin Drung wrote: > The wget binary depends on many libraries. On Debian 9 (stretch) these > are: libffi6, libgnutls30, libhogweed4, libidn11, libidn2-0, libnettle6, > libp11-kit0, libpsl5, libtasn1-6, libunistring0. In total 8 megabytes. > This increases the initra

Bug#884553: live-build: Foreign architecture package support for linux kernel flavours in Stretch

2018-02-23 Thread Raphael Hertzog
Hi, On Sat, 23 Dec 2017, adrian15 wrote: > 3) So I dropped that implementation of the patch and searched for > something more elegant. A patch that modified the least possible lines > of the live-build code and I finally found out how... with this new > package based variable that would only have

Bug#884355: live-boot: Please support live-{top,premount,bottom} hooks

2018-02-23 Thread Raphael Hertzog
Hi, On Thu, 14 Dec 2017, Benjamin Drung wrote: > initramfs-tools support hooks for top, premount, bottom when booting > with boot=local or boot=nfs. Please add similar support to live-boot > when booting with boot=live. A patch (for git) is attached. I will gladly apply your patch but I think it'

Bug#886328: live-boot: Please use /run/live instead of /lib/live/mount

2018-02-23 Thread Raphael Hertzog
Hello, On Fri, 05 Jan 2018, intrigeri wrote: > Benjamin Drung: > > Therefore move /lib/live/mount to /run/live and skip the intermedia > > /live mount points. This reduces code and complexity. > > As someone who had to repeatedly bang his head against exactly this > part of the live-boot code (la

Bug#885455: live-boot: Please drop wget from initrd (busybox provides wget)

2018-02-23 Thread Raphael Hertzog
Control: tag -1 + pending On Fri, 23 Feb 2018, Kristian Klausen wrote: > Busybox version of wget does not check the certificate at all, which defeat > the purpose of https. > Tested with (on testing): busybox wget 'https://untrusted-root.badssl.com/' > and busybox wget 'https://expired.badssl.co

Re: New team on salsa, which repositories shall we migrate?

2018-02-23 Thread Raphael Hertzog
On Fri, 09 Feb 2018, Steve McIntyre wrote: > 10 repos moved now: I just noticed that you did not setup the email integration with the package tracker and the hook tagpending. I just did this for all the repositories. Cheers, -- Raphaël Hertzog ◈ Debian Developer Support Debian LTS: https://www.

Re: New team on salsa, which repositories shall we migrate?

2018-02-23 Thread Raphael Hertzog
On Fri, 23 Feb 2018, Steve McIntyre wrote: > On Fri, Feb 23, 2018 at 08:28:55PM +0100, Raphael Hertzog wrote: > >On Fri, 09 Feb 2018, Steve McIntyre wrote: > >> 10 repos moved now: > > > >I just noticed that you did not setup the email integration with the &

Bug#863388: live-boot: Added new functionality to live-boot: rootcopy, modularized filesystems, package installer

2018-02-24 Thread Raphael Hertzog
Hello guys, I tried to merged all pending patches recently and I just came on this discussion and this bug submission. On Fri, 16 Jun 2017, William Prochazka wrote: > I concede that I didn't realize the module file could include a raw > directory since the man page refers to disk images. Maybe y

Bug#680070: live-boot-initramfs-tools: Booting with fetch mechanism over tftp fails because of empty ${DEVICE} variable

2018-02-24 Thread Raphael Hertzog
Control: tag -1 - patch On Tue, 03 Jul 2012, Lars Eric Scheidler wrote: > Booting with fetch mechanism over tftp fails because of empty ${DEVICE} > variable > Attached is a patch to fix this issue. Is this still a problem in today's live-boot? It looks like to me that DEVICE should be set by Sel

Bug#885692: live-build: [Patch] Support building ARM64 live system with EFI boot mechanism

2018-02-24 Thread Raphael Hertzog
Hello Steven, On Fri, 29 Dec 2017, Steven Shiau wrote: > Dear Maintainer, > > Attached please find the patch for creating EFI boot mechanism for ARM64 > system. It would be great to have this for creating ARM64 Debian live. My 2 > cents. How did you test the resulting image? On what kind of har

Bug#856482: [live-build] Comments in checksum fails make the check fail

2018-02-24 Thread Raphael Hertzog
Control: reassign -1 live-boot Control: tags -1 - patch On Wed, 01 Mar 2017, Andreas Heinlein wrote: > live-build generates a checksum file with seven lines of comments at the > start, which explain what this file is for. > While this works with "normal" shaXsum utilities, the script used to check

Bug#885692: live-build: [Patch] Support building ARM64 live system with EFI boot mechanism

2018-03-01 Thread Raphael Hertzog
Hi, On Wed, 28 Feb 2018, Steven Shiau wrote: > > Please find below a few comments that I would like you to take into > > account. Please submit an updated (and tested) patch via a merge request > > on https://salsa.debian.org/live-team/live-build > Yes, I have sent the merge request: > https://sal

Bug#892406: live-build: UEFI boot fails on SuperMicro dev board with AMI bios

2018-03-09 Thread Raphael Hertzog
Hi Thomas, you forgot to cc the bug reporter, I'm not sure that he saw your email. On Thu, 08 Mar 2018, Thomas Schmitt wrote: > i wonder why the built-in configuration of the EFI boot file does not work: > # mount debian-live-9.3.0-amd64-xfce.iso /mnt/iso I think you are not speaking of the sam

Bug#886328: live-boot: Please use /run/live instead of /lib/live/mount

2018-03-13 Thread Raphael Hertzog
Hi, On Mon, 12 Mar 2018, Luca Boccassi wrote: > That is certainly the case for myself at $work - we have a lot of > scripts to deal with installing&upgrading images, I've tested it, and > they all break due to this change. In my case it's a derivative with > proprietary bits, so I understand if th

Bug#886328: live-boot: Please use /run/live instead of /lib/live/mount

2018-03-13 Thread Raphael Hertzog
Hi, On Tue, 13 Mar 2018, Luca Boccassi wrote: > > > Or maybe have a backward-compatible symlinks? > > > > This seems entirely reasonable. Can you work on this? > > Yes no problem, I'll give it a shot and send a PR for review before the > end of the week. Great. > > BTW, given your vested inter

Bug#886328: live-boot: Please use /run/live instead of /lib/live/mount

2018-03-15 Thread Raphael Hertzog
On Thu, 15 Mar 2018, Benjamin Drung wrote: > I have finally tested git master and found one missing rename of > /live/overlay (probably caused by applying my patches in a different > order which causes merge conflicts). See > https://salsa.debian.org/live-team/live-boot/merge_requests/6 > for a fix

Bug#884553: live-build: Foreign architecture package support for linux kernel flavours in Stretch

2018-11-20 Thread Raphael Hertzog
Hi, On Sun, 18 Nov 2018, adrian15 wrote: > After testing this change the Grub menu which should have two kernel > entries has only one. It might be other of my patches are pending of > applying or somewhat I messed up with this patch. It's up to you to figure this. I won't do it for you. And I wo

Bug#884553: Foreign architecture package support for linux kernel flavours patch

2019-03-13 Thread Raphael Hertzog
On Tue, 12 Mar 2019, adrian15 wrote: > Is it ok for merging in Debian GIT or is there anything that I can improve? I think it's OK if this was tested and if it doesn't break anything. Do you have commit rights to apply it yourself? If not, you might want to submit a merge request. You might want

Bug#928840: boot hangs forever at live-config when libnss-systemd in image

2019-05-13 Thread Raphael Hertzog
Control: tag -1 pending Control: forwarded -1 https://github.com/systemd/systemd/issues/12492 Hi, On Sat, 11 May 2019, Steven Monai wrote: > When the package 'libnss-systemd' is included in a debian-live image, > all attempts to boot the image fail, hanging forever at a particular > point in the

Bug#897137: live-build: man -k and apropos don't work in live system

2019-12-19 Thread Raphael Hertzog
Control: tag -1 - patch On Sat, 28 Apr 2018, Robert Munyer wrote: > The cause is the command "rm -rf /var/cache/man/*" in > "/usr/share/live/build/hooks/normal/0190-remove-temporary-files.hook.chroot". > > You can prevent the problem by doing the following before "lb config": While this fixes th

About your live-build contributions

2020-03-03 Thread Raphael Hertzog
Hello, I'm sorry, you are probably well-meaning, but submitting so many bugs and so many merge requests in a such a small timeframe is counter productive. I feel overwhelmed and instead of gradually building a trust relationship, I'm putting the review work on the side because there's too much of

Re: About your live-build contributions

2020-03-04 Thread Raphael Hertzog
Hi Lyndon, On Tue, 03 Mar 2020, jnq...@gmail.com wrote: > I understand. Just to summarise before I expand on things, I > contributed a lot of work on LB back around 2015 which never made it > into master, and this is a resubmission (partial so far) of that work, > because I'd like to see it merged

Re: About your live-build contributions

2020-03-05 Thread Raphael Hertzog
Hi, On Thu, 05 Mar 2020, jnq...@gmail.com wrote: > > Ok. Still, you should have discussed this beforehand and you should > > have submitted stuff gradually as we merge your contributions. > > With all due respect, and no desire to fall out whatsoever, I feel a > little defensive about being told

Re: live-build copyright notices

2020-03-11 Thread Raphael Hertzog
Hi, On Tue, 10 Mar 2020, jnq...@gmail.com wrote: > since Daniel Baumann abandoned the live-build project a few years ago, > should the copyright notices not now be updated to reflect this?, i.e. Can you show precisely how you would like to reflect this? I don't think that we want to add many ind

Re: live-build copyright notices

2020-03-11 Thread Raphael Hertzog
On Wed, 11 Mar 2020, jnq...@gmail.com wrote: > I could not find an existing string "Copyright (C) 2016 The Debian Live > team" in the codebase, so I'm not sure what you were referring to > there. Oh, I thought that you copied some sample copyright notice that you would like to see updated... I did

Re: Porting the standard image from live-wrapper to live-build

2020-11-17 Thread Raphael Hertzog
Hi Roland, thanks for your efforts! I would very much welcome if you could submit gradually your live-build changes to the official repository so that you don't have to keep a big fork. On Wed, 11 Nov 2020, Roland Clobus wrote: > live-wrapper: > * ISO volume ID contains '10.6.0' > ** AP: live bui

Bug#970689: live-build: fails when lilo can't be installed, even if unused

2021-02-11 Thread Raphael Hertzog
On Wed, 10 Feb 2021, Roland Clobus wrote: > If you want to use > Bullseye, you'll need the daily installer > (--parent-debian-installer-distribution daily), otherwise you'll get a > warning that no kernel modules are found (because the installer is based > on the current Debian Stable). That state

Re: Replacing live-wrapper for live images by live-build?

2021-04-20 Thread Raphael Hertzog
Hello, On Tue, 20 Apr 2021, Michael . wrote: > Now having said all that let me just ask you why would someone or > "people" plural want to take on a task like this in Debian when Debian > isn't fixing the problems it created. Maybe if Debian acknowledged > the handling of the issue and made prov

Bug#1018878: live-build: dealing with firmware files provided by multiple packages

2022-09-01 Thread Raphael Hertzog
Package: live-build Version: 1:20220505 Severity: normal User: de...@kali.org Usertags: origin-kali Looking closely at the issue that I reported in #1018873, I realize that the Contents file have those entries: lib/firmware/nvidia/470.141.03/gsp.bin non-free/kernel/nvidia-kernel-support,non-

Bug#729844: live-build: UEFI boot support

2013-11-19 Thread Raphael Hertzog
Hi, Please keep the submitter in CC, I wasn't aware of your reply. On Mon, 18 Nov 2013, Daniel Baumann wrote: > it needs finalized debianization of syslinux 6 first, which will have to > go through NEW (again; after passing NEW for years it was now rejected > because of its embedded gpxe that has

Bug#729844: live-build: UEFI boot support

2013-11-28 Thread Raphael Hertzog
Hello, On Mon, 18 Nov 2013, Daniel Baumann wrote: > it needs finalized debianization of syslinux 6 first, which will have to > go through NEW (again; after passing NEW for years it was now rejected > because of its embedded gpxe that has not/never been in > debian/copyright. as that is a major tas

Bug#731709: Preliminary patch for EFI boot support in live-build

2014-03-28 Thread Raphael Hertzog
Hello, I worked on EFI boot support for Kali's live+installer image and this resulted in the attached patch for live-build 3.0.5. Some comments: * The patch can't be used as-is because it assumes that syslinux 6 is packaged like syslinux 4 in wheezy (eg almost everything in syslinux-common).

Bug#731709: Preliminary patch for EFI boot support in live-build

2014-03-31 Thread Raphael Hertzog
On Mon, 31 Mar 2014, Thomas Schmitt wrote: > It is rather intended to advertise a HFS+ image for booting Macs > according to http://mjg59.dreamwidth.org/11285.html . > > So my question here too: > Is there any system known which would demand the EFI image to be > presented in an Apple Partition M

Bug#731709: Preliminary patch for EFI boot support in live-build

2014-12-09 Thread Raphael Hertzog
Control: tag -1 patch On Sat, 29 Mar 2014, Daniel Baumann wrote: > On 03/28/2014 11:00 PM, Raphael Hertzog wrote: > > I worked on EFI boot support for Kali's live+installer image and > > this resulted in the attached patch for live-build 3.0.5. > > thanks. however, i&

Bug#731709: Preliminary patch for EFI boot support in live-build

2014-12-10 Thread Raphael Hertzog
Hi, On Wed, 10 Dec 2014, Thomas Schmitt wrote: > How was the result from older xorriso better than from > the newer one ? > > Which particular version produced better, which version > produced the worse image ? It's not about a particular version of xorriso, but about the set of command-line opt

Bug#731709: Updated EFI patch

2014-12-11 Thread Raphael Hertzog
Attached is an updated patch that works on top of 4.0.4 (change needed to replace LIVE_IMAGE_ARCHITECTURE with LB_ARCHITECTURES). Cheers, -- Raphaël Hertzog ◈ Debian Developer Support Debian LTS: http://www.freexian.com/services/debian-lts.html Learn to master Debian: http://debian-handbook.info

Bug#731709: Updated EFI patch

2015-01-10 Thread Raphael Hertzog
Hi, On Sat, 10 Jan 2015, jnqnfe wrote: > "After includes/hooks because it copies in efi.img files that can be > overriden by binary_includes and modified by binary_hooks" > > Do you have examples of existing hooks/includes which actually clash > with the new files? In Kali we use both of those f

Bug#731709: Updated EFI patch

2015-01-11 Thread Raphael Hertzog
On Sun, 11 Jan 2015, jnqnfe wrote: > What about the local config support provided? I.e placing a custom copy > of the default syslinux config files into config/bootloaders/${_BOOTLOADER}. > > Were you aware that this functionality existed? Is it sufficient for > your needs, or if not, how specific

Bug#789800: Clone the bug and repurpose it

2015-07-02 Thread Raphael Hertzog
Control: clone -1 -2 Control: retitle -1 apt-ftparchive call fails with releases unknown to live-build Control: severity -1 normal I'm cloning this bug because the suggestion to retrieve the version from the Release file should not be lost (the version is used in multiple places, not only in the

Re: live-build UEFI support: WAS: Re: Debian derivatives census: changes around Debian Live; live-build orphaned

2016-02-25 Thread Raphael Hertzog
Hi Paul, On Thu, 25 Feb 2016, Paul Wise wrote: > On Thu, 2016-02-25 at 19:46 +1100, Michael . wrote: > > > Just incase no one already know this there is a version of Live-Build > > that supports UEFI. > > Kali Linux developer (also Debian Developer) Raphael Hertzog has

Re: live-build UEFI support: WAS: Re: Debian derivatives census: changes around Debian Live; live-build orphaned

2016-02-25 Thread Raphael Hertzog
On Thu, 25 Feb 2016, Paul Wise wrote: > Since live-build is now orphaned, you'll need to join the Debian Live > team to get access to the repo and then commit the UEFI support. I know that and I already have git commit access. In fact, I have already used it to merge all our other changes. We wil

Re: RM: live-build -- RoQA; no upstream; name changed in archive

2016-11-14 Thread Raphael Hertzog
Hi Iain, On Mon, 14 Nov 2016, Iain R. Learmonth wrote: > This is orphaned and while maintained upstream does appear to have had a name > change and is now packaged as open-infrastructure-system-build (which is nice > and easy to type). I have been maintaining live-build in git to keep it an worki

Re: debian-installer-launcher proposed removal

2016-11-17 Thread Raphael Hertzog
On Thu, 17 Nov 2016, Holger Levsen wrote: > On the latter I can't really comment, but I would find it very > unfortunate if this package would get removed from stretch *now*… (where > there is no time to develop a replacement…) Why would anyone develop a replacement instead of taking it over? In

Re: Live build debian/stretch/amd64 failed "gpg: signing failed: No secret key"

2016-12-02 Thread Raphael Hertzog
On Tue, 29 Nov 2016, cittadinoeuro...@aol.com wrote: > I periodically build a debian/stretch/amd64 system and all is OK until > september 2016. > I have some packages .deb into into directory config/packages.chroot > > After september 2016 live build fail. This is fixed in git, I intend to uplo

Bug#844217: live-boot: immediately detect medium from live-media parameter

2017-01-12 Thread Raphael Hertzog
Hi, On Sun, 13 Nov 2016, Ronny Standtke wrote: > Package: live-boot > Version: 1:20160511 > Severity: normal > > If a preferred medium (device or medium type) is given with the > live-media parameter then waiting for the timeout to expire before > scanning for these devices is not necessary. Just

Bug#827665: systemd goes into timeout while waiting for local-fs.target

2017-01-12 Thread Raphael Hertzog
Hello, On Sun, 19 Jun 2016, Eugenio 'g7' Paolantonio wrote: > The After=local-fs.target rule introduced in commit 63ab809 made systemd > go in timeout while waiting for the local-fs target to be reached. > > This is due to the fact that the Before= rule in the live-config unit > prevents the star

Bug#857151: live-build: broken symlinks: /usr/share/live/build/bootloaders/*/*.c32

2017-03-22 Thread Raphael Hertzog
On Wed, 08 Mar 2017, Andreas Beckmann wrote: > during a test with piuparts I noticed your package ships (or creates) > a broken symlink. [...] > /usr/share/live/build/bootloaders/extlinux/hdt.c32 -> > /usr/lib/syslinux/modules/bios/hdt.c32 > > Are you missing a Depends/Recommends/Suggests? Not

Re: Whats wrong with gmd3/gnome in Debian stretch?

2017-03-22 Thread Raphael Hertzog
On Mon, 27 Feb 2017, Ronny Standtke wrote: > ...produced an ISO image where the GNOME desktop doesn't appear but gdm3 > just keeps crashing for quite a while until the system drops to a text > console. > > I tested both ISO files in VirtualBox. Can you reproduce the problem or > is there something