Bug#1006612: Update to latest git master, patch available

2024-12-09 Thread Andreas B. Mundt
:/standard-dracut/live/filesystem.squashfs or (copy to RAM): netboot=nfs boot=live components \ root=live:nfs4:10.1.2.3:/standard-dracut/live/filesystem.squashfs \ rd.live.ram=1 Best regards, Andi >From f059d912ef93100adba1facf4a7ebf6712d7dd1a Mon Sep 17 00:00:00 2001 From: "A

Re: Asking for help

2024-03-14 Thread Andreas B. Mundt
Hi Victor, On Wed, Mar 13, 2024 at 04:22:33PM +, HAZARD Victor wrote: > > My name is Victor. And I’m working on a project, using your > solution. And I’m currently facing a problem. Which, I wish you do > have a solution. > I work on a diskless Linux, which will boot on your live Debian. On

Re: .disk/info should contain flavour/version of live image -> done

2023-07-17 Thread Andreas B. Mundt
Hello Roland, On Sun, Jul 16, 2023 at 03:59:52PM +0200, Roland Clobus wrote: > On 25/06/2023 21:33, Andreas B. Mundt wrote: > > On Wed, Jun 21, 2023 at 10:16:44PM +0200, Roland Clobus wrote: > > > On 21/06/2023 20:57, Andreas B. Mundt wrote: > > > > with the bookw

Re: mounting live ISO images, inodes and NFS

2023-06-30 Thread Andreas B. Mundt
Hi Thomas, many thanks for your valuable input! On Fri, Jun 30, 2023 at 12:44:01PM +0200, Thomas Schmitt wrote: > Hi, > > Andreas B. Mundt wrote: > > I guess, for a more advanced di-netboot-assistant, > > the relevant files need to be copied to the local file system, when

mounting live ISO images, inodes and NFS

2023-06-30 Thread Andreas B. Mundt
Hi all! I would like to report an interesting finding: The package di-netboot-assistant offers the feature to loop-mount Debian live ISO images and provide them over the network as PXE-netboot live systems. To avoid the download of the whole root file system (image), it is possible to provide t

Re: .disk/info should contain flavour/version of live image

2023-06-25 Thread Andreas B. Mundt
Hello Roland, On Wed, Jun 21, 2023 at 10:16:44PM +0200, Roland Clobus wrote: > On 21/06/2023 20:57, Andreas B. Mundt wrote: > > with the bookworm live images, the format of the .disk/info file on > > the iso images has been modified, for example: > > > > bullse

.disk/info should contain flavour/version of live image

2023-06-21 Thread Andreas B. Mundt
Hi all, with the bookworm live images, the format of the .disk/info file on the iso images has been modified, for example: bullseye: # mount -o loop debian-live-11.2.0.amd64-kde+nonfree.iso /mnt $ cat /mnt/.disk/info Official Debian GNU/Linux Live 11.2.0 kde 2021-12-18T13:54 bookw

Bug#1006612: live-build: netboot IPv6 only and NFSv4 → dracut

2022-02-28 Thread Andreas B. Mundt
Package: live-build Version: 1:20210902 Severity: wishlist X-Debbugs-Cc: a...@debian.org Hi, we are using live-build to provide diskless (fat) client images in our network. Clients are IPv6 PXE booted and load Grub (bootnetx64.efi) which in turn loads the kernel and initrd. The rootfs is then m

Bug#680070: works fine here

2022-02-09 Thread Andreas B. Mundt
Hi, On Tue, 03 Jul 2012, Lars Eric Scheidler wrote: > Booting with fetch mechanism over tftp fails because of empty ${DEVICE} > variable It works fine here, so I guess this bug is not relevant anymore and can be closed. Regards, Andi

Bug#964914: This should still make it into the bullseye release.

2021-03-19 Thread Andreas B. Mundt
Control: severity -1 important Hi Roland, Raphaël, all! Many thanks for working on the debian-live system. As bullseye should be able to build bullseye live system with bullseye-security included, I hope the pending fix can still make it into the release. Therefore I modify the severity to 'im

Re: Re: live-boot and FAI in wheezy

2012-10-29 Thread Andreas B. Mundt
Hi Daniel, thanks for your quick reply. > On 10/28/2012 08:59 PM, Andreas B. Mundt wrote: > > Could someone please comment on the chance of updating the packages > > in wheezy? > > like i said last time you asked the exact same question: there's no 100% > certaint

live-boot and FAI in wheezy

2012-10-28 Thread Andreas B. Mundt
Hi, as reported a few months ago [1], the current version of live-boot (3.0~a35-1) in wheezy fails to work with FAI. Upgrading live-boot and live-boot-initramfs-tools to version 3.0~b6-1 available in sid fixes the problem for me. Now, with the proceeding freeze of wheezy, I fear that finally the

Debian-LAN issues for wheezy

2012-07-27 Thread Andreas B. Mundt
Andi [1] http://wiki.debian.org/DebianLAN> [2] http://wiki.debian.org/DebianLAN/bootstrap/wheezy> -- -- A N D R E A S B. M U N D T GPG key: 4096R/617B586D 2010-03-22 Andreas B. Mu

Bug#681579: patch to illustrate/workaround

2012-07-15 Thread Andreas B. Mundt
tags 681579 patch thanks Hi, find below a simple patch (for the debian branch) that illustrates the problem and solves it for me. Please review the patch carefully, there might be better implementations instead of this workaround. Thanks, Andi diff --git a/scripts/boot/overlay.sh b/s

Bug#681579: live-boot + FAI fails: tmpfs seems to hide mounted image

2012-07-14 Thread Andreas B. Mundt
Package: live-boot Severity: important Dear everybody, I described the situation already on the live-boot mailing list in this thread: https://lists.debian.org/debian-live/2012/07/msg00052.html> Bisecting [1] the code showed that the bad commit is f92f379a6e868bc [2] The relevant part seem

Re: Re: Re: live-boot + FAI fails

2012-07-13 Thread Andreas B. Mundt
So, I got it working with git-buildpackage --git-ignore-new --git-ignore-branch --git-upstream-branch=origin/upstream -us -uc -i.* The result: f92f379a6e868bc486c050ff5ca81c1707da7374 is the first bad commit commit f92f379a6e868bc486c050ff5ca81c1707da7374 Author: Tails developers Date: M

Re: Re: live-boot + FAI fails

2012-07-13 Thread Andreas B. Mundt
Hi, I tried to bisect the individual commits, however I did not manage to build the package. I am not yet familliar with git-buildpackage, perhaps someone can give me a hint what I got wrong. The error seems do boil down to the message "error: aborting due to unexpected upstream changes" Fin

Re: Re: live-boot + FAI fails

2012-07-11 Thread Andreas B. Mundt
Hi Daniel, > can you bisect that? > 3.0~a25 is awfully old, there have been many changes since. live-boot-initramfs-tools_3.0~a30-1_all.deb live-boot_3.0~a30-1_all.deb fails live-boot-initramfs-tools_3.0~a27-1_all.deb live-boot_3.0~a27-1_all.deb fails live-boot-initramfs-tools_3.0~a26-1_all.de

Re: live-boot + FAI fails

2012-07-11 Thread Andreas B. Mundt
Hi, I digged a bit more into this issue. Checking the history of the live-boot package, I found that the last version that worked for me was 3.0~a25-1. I fetched the packages from snapshots.debian.org and installed them in the chroot and prepared the fai-cd as usual [1]. This CD does not fail

Re: Re: live-boot + FAI fails

2012-07-09 Thread Andreas B. Mundt
> On 07/09/2012 04:51 PM, Andreas B. Mundt wrote: > > After booting the kernel, I end on the initramfs command line. > > do you use dracut or initramfs-tools? No, no dracut, initramfs-tools, and the package is available in the chroot: ii initramfs-tool 0.106 Regards,

live-boot + FAI fails

2012-07-09 Thread Andreas B. Mundt
Hi, I am trying to build a CD image for FAI. The image uses live-boot. After booting the kernel, I end on the initramfs command line. The last messages of interest are: aufs opt_add:714:busybox[255]: lookup failed /live/image/live/filesystem.dir/ (-2) and: live-boot will now start a

Re: adding the default user to another group fails (solved)

2011-02-05 Thread Andreas B. Mundt
Hi there, happy news, I found the 'bug', my bad: On Fri, Feb 04, 2011 at 03:04:06PM +0100, Andreas B. Mundt wrote: [...] > I fixed that, however, it still doesn't work. I use > > andi@flashgordon:~/devel/debian-live$ cat > config/chroot_local-preseed/preseed.cf

Re: adding the default user to another group fails

2011-02-04 Thread Andreas B. Mundt
Hi Ben, On Fri, Feb 04, 2011 at 02:57:34PM -0400, Ben Armstrong wrote: > On 02/04/2011 02:31 PM, Andreas B. Mundt wrote: > > I use the 'auto' directory for configuration (only small modifications > > from the 'default' as described in the manual, i.e. a few ex

Re: adding the default user to another group fails

2011-02-04 Thread Andreas B. Mundt
Hi Ben, On Fri, Feb 04, 2011 at 10:53:05AM -0400, Ben Armstrong wrote: > On 02/04/2011 10:04 AM, Andreas B. Mundt wrote: > > I fixed that, however, it still doesn't work. I use [...] > > my changes are disregarded. Any ideas? Let me know if you prefer a bug > > repor

Re: adding the default user to another group fails

2011-02-04 Thread Andreas B. Mundt
Hi Daniel, thanks or your quick answer, > > no idea who came up with that line, but it's simply wrong. i've > corrected it in git, it should show up soon on the net. > I fixed that, however, it still doesn't work. I use andi@flashgordon:~/devel/debian-live$ cat config/chroot_local-preseed/pres

adding the default user to another group fails

2011-02-03 Thread Andreas B. Mundt
Hi, I am trying to build a customized debian-live cd. However, adding a user to the "dailout" group fails, although I think I followed the manual as described in http://live.debian.net/manual/en/html/live-manual.html#478>: andi@flashgordon:~/devel/debian-live$ cat config/chroot_local-preseed/pr