Re: live-helper, Ubuntu, and casper.

2008-09-15 Thread Cyril Brulebois
John Clemens asked: > or should I work on making live-initramfs work for Ubuntu as well? Probably the way to go. Cheers, -- Cyril Brulebois, just passing by. signature.asc Description: Ceci est une partie de message numériquement signée

Re: Help testing syslinux

2008-09-22 Thread Cyril Brulebois
gression till now, things are quite better. If someone needs further descriptions of the HW, don't be afraid to ask. Just thinking the main point here are the BIOS versions. Also, sorry for the lag, but you know the reasons. Cheers, -- Cyril Brulebois signature.asc Description: This is a digitally signed message part.

Re: Help testing syslinux

2008-09-22 Thread Cyril Brulebois
Summing up: On Monday 22 September 2008 18:10:21 Cyril Brulebois wrote: > BIOS: A00 (08/14/07) Before/after: OK/OK > The newer series can't be booted with previous syslinux version, > using a 32-bit LiveCD, since the splash screen is cut at "Press F1 > for help, or E

Bug#500740: Some variables don't default correctly

2008-10-01 Thread Cyril Brulebois
Done > E: Regex compilation error - Invalid preceding regular expression Reminds me of #490290. -- Cyril Brulebois signature.asc Description: This is a digitally signed message part.

Re: NFS export

2008-10-06 Thread Cyril Brulebois
Olivier wrote (2008/10/06): > #From Cyril Brulebois post > sed -i -e '2 iexport CONFIG_AUFS_EXPORT=y' debian/conf.mk > sed -i -e 's/ -I/ -DCONFIG_AUFS_EXPORT -I/' debian/conf.mk Hm? It's been fixed since some time already, see #490079, fixed in 0+20080719-1,

Re: "Save the list of installed packages and load it"

2008-11-29 Thread Cyril Brulebois
Tzafrir Cohen <[EMAIL PROTECTED]> (30/11/2008): > > LH_PACKAGES_LISTS. > > Don't all local packages lists get processed? (I never needed to touch > anything for that to work) No longer. See #490755, 1.0.0-1. Cheers, -- Cyril Brulebois signature.asc Description: Digital signature

Re: FTWCA storing config/ in VCS

2009-01-23 Thread Cyril Brulebois
k to converting config/*. Cheers, -- Cyril Brulebois signature.asc Description: Digital signature

Re: FTWCA storing config/ in VCS

2009-01-23 Thread Cyril Brulebois
Cyril Brulebois (23/01/2009): > Daniel Baumann (16/01/2009): > > I've improved this, the way config.cfg is handled is: > > > > * if config.cfg is executed, its output is taken as extra arguments. > > > > * if config.cfg is not executable, but it'

Re: FTWCA storing config/ in VCS

2009-01-23 Thread Cyril Brulebois
Cyril Brulebois (23/01/2009): > As Juergen says, escaping in various ways didn't help, but I guess at > least the following bit should be reverted (though it doesn't address > the problem Juergen initially mentioned): > | -Local_arguments ${EXTRA_ARGUMENTS} "$

[PATCH] Fix typo: taskel vs. tasksel.

2009-01-23 Thread Cyril Brulebois
Signed-off-by: Cyril Brulebois --- functions/defaults.sh |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/functions/defaults.sh b/functions/defaults.sh index ae5c879..beeeb33 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -191,7 +191,7 @@ Set_defaults

[PATCH] Documentation: get rid of MIRROR_BOOTSTRAP_SECURITY.

2009-01-23 Thread Cyril Brulebois
Both --mirror-bootstrap-security and MIRROR_BOOTSTRAP_SECURITY are long gone, see: c6fa0ca0421a5353348ed8a16c56e3481ae12129. Signed-off-by: Cyril Brulebois --- debian/cron.daily|4 ++-- debian/default |1 - manpages/lh_config.en.1

[PATCH] Document LH_BOOTSTRAP_FLAVOUR as empty by default.

2009-01-23 Thread Cyril Brulebois
Signed-off-by: Cyril Brulebois -- Comment: While browsing generated config/* to see what I may want to tweak using lh_config parameters, I noticed that in config/bootstrap, most of the items are empty, and their Default is empty as well. That's not the case for LH_BOOTSTRAP_FLAVOUR and I

[PATCH] Fix --apt-pdiffs disabled being ignored.

2009-01-23 Thread Cyril Brulebois
Unlike APT_OPTIONS, APT_PDIFFS is public, so should be called LH_APT_PDIFFS when parsing options, so that config/common is generated properly (especially when the opposite of the default is specified). Signed-off-by: Cyril Brulebois --- helpers/lh_config |2 +- 1 files changed, 1 insertions

Re: [PATCH] Document LH_BOOTSTRAP_FLAVOUR as empty by default.

2009-01-23 Thread Cyril Brulebois
ation (git-done-the-wrong-way), things should go smoother anyway. Cheers, -- Cyril Brulebois signature.asc Description: Digital signature

Re: Lenny RC1, size issues, and the Lenny release

2009-02-10 Thread Cyril Brulebois
Daniel Baumann (10/02/2009): >Differencies between beta2 and rc1 are: >- laptop task is not pulled in by default anymore I can't tell about this one, >- instead of installing both 486 and 686 kernel flavours on > gnome-desktop and kde-desktop images, i've only included 486 >

Re: How to remove 70-persistent-net.rules?

2009-04-02 Thread Cyril Brulebois
to do it? Probably before > 23networking? I do that at build-time. For reference, I'm using this script: | #!/bin/sh -e | # Copyright © 2008 Cyril Brulebois / Kerlabs | # | | # Since udev may remember the different interfaces on every node, one | # can then notice the use of eth0, eth1, eth2,

Re: gmane follow this list?

2009-08-13 Thread Cyril Brulebois
Daryl Styrk (13/08/2009): > subject says it all.. I didn't find it. Pick a Message-ID, type http://mid.gmane.org/$mid in your favorite browser. There you go. Cheers, -- Cyril Brulebois signature.asc Description: Digital signature

Re: prevent udev from remembering eth0 (wicd problem)

2009-11-01 Thread Cyril Brulebois
Rob Owens (01/11/2009): > How can I make Debian *not* remember the interfaces in > 70-persistent-net.rules? 75-persistent-net-generator.rules seems > like a starting point, but I'm not brave enough to tinker w/ udev > stuff yet... Easy. Delete that file (the generator). Done.

Re: prevent udev from remembering eth0 (wicd problem)

2009-11-03 Thread Cyril Brulebois
removed. Further udev versions already have seen files be moved elsewhere, possibly several times. Cheers, -- Cyril Brulebois signature.asc Description: Digital signature

Re: README in debian-live-6.0.4-amd64-rescue.iso has wrong arch

2012-06-20 Thread Cyril Brulebois
Theodore Ts'o (20/06/2012): > (Please keep me in the cc line since I'm not on the debian-boot mailing list) Done. > Hi, > > This is a minor nit, but I noticed today that the README files in > /live/image/README.txt and /live/image/README.html found in > debian-live-6.0.4-amd64-rescue.iso states

Preparation for d-i beta 1

2012-06-24 Thread Cyril Brulebois
Hi folks, as you may know, nobody else stepped up, so I'm volunteering again to try and get a new debian-installer release out, codenamed « beta 1 ». I have looked at the packages mentioned on the udeb testing summary page[1] and I have “urgented” many of them, so that they reach testing sooner t

Re: Preparation for d-i beta 1

2012-06-25 Thread Cyril Brulebois
Julien Cristau (25/06/2012): > > Questions: > > A. if we build a debian-installer package against the old linux kernel > > ABI, and then images with that debian-installer, will the installer > > be able to install a kernel with the old ABI to begin with, *and* a > > kernel with the ne

Re: Preparation for d-i beta 1

2012-06-26 Thread Cyril Brulebois
Cyril Brulebois (25/06/2012): > TL;DR: > - 1st d-i upload less than 12 hours from now. debian-installer was uploaded earlier today. > - udeb freeze. debian-release, please put that back into place. Thanks already! Mraw, KiBi. signature.asc Description: Digital signature

Re: Preparation for d-i beta 1

2012-07-07 Thread Cyril Brulebois
Cyril Brulebois (25/06/2012): > - 1st d-i upload less than 12 hours from now. > - udeb freeze. Done. > - 2nd upload when the kernel is ready, hopefully some time next week. I have to review a few packages we might want to get into testing soon, that should happen during this wee

Re: Finalizing beta1: please dak copy-installer, urgent d-i, build images

2012-07-13 Thread Cyril Brulebois
Cyril Brulebois (14/07/2012): > Hi ftpmasters, release team, cd team, Hi live team, > please respectively, do: > - dak copy-installer > - urgent d-i > - start building installation images (I think it needs at least a >dinstall + a mirror pulse though); putting th

Re: Scheduling 9.1, maybe 8.9

2017-06-25 Thread Cyril Brulebois
Hi, Jonathan Wiltshire (2017-06-25): > A month or so from 9.0 bring us to about 15th July. How would any of > these suit? Is 8.9 at the same time feasible? > > 8/9 July (probably a bit soon) > 15/16 July > 22/23 July I should be equally busy on all weeks leading to these week-ends, so no prefer

Bug#879215: stretch-pu: package live-config/5.20170112

2017-10-20 Thread Cyril Brulebois
kporting a fix from unstable to stable. The source debdiff is attached, and here's the changelog entry: | live-config (5.20170112+deb9u1) stretch; urgency=medium | | [ Cyril Brulebois ] | * Cherry-pick the change below to improve KDE live images. | | [ Алексей Шилин ] | * Add compo

Re: Bug#879215: stretch-pu: package live-config/5.20170112

2017-10-29 Thread Cyril Brulebois
Hi Adam, Adam D. Barratt (2017-10-29): > On Fri, 2017-10-20 at 17:02 +0200, Cyril Brulebois wrote: > > > > We've been having issues with KDE live images, and since this popped > > up on #debian-cd again, a few days ago, I've looked into backporting > > a fi

Re: Scheduling 9.4

2018-02-11 Thread Cyril Brulebois
: - There's a busybox I need to look at. - The kernel ABI bump is already in git, and we'll need a source upload accordingly. debian-boot@ people, feel free to mention other things that should be in the next stretch point release (ideally cc-ing me). Cheers, -- Cyril Bruleb

Re: Scheduling 9.5

2018-05-15 Thread Cyril Brulebois
missed pu requests for d-i components though, but hopefully debian-boot@ will correct me if I'm wrong on this. Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Re: Scheduling final Jessie point release, 8.11

2018-05-15 Thread Cyril Brulebois
n I already know is impossible, for the sake of completeness) > - 7th July Anything June/July-ish should be good for me. debian-boot@, if there's anything needing a fix in jessie, please follow up to the list and myself. Cheers, -- Cyril Brulebois (k...@debian.org)<https:

Re: Scheduling 9.5

2018-06-12 Thread Cyril Brulebois
Debconf on the 28th. So that leaves us with: > > - July 7th > - July 14th > > Are people available for either or both of those dates? Will try hard to be available for the timing of your choosing. Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com

Re: Scheduling 9.6

2018-10-09 Thread Cyril Brulebois
October 27th > - November 3rd > - November 10th All of these look good to me. The first one is a bit close (esp. with my backlog, as you pointed out a few days ago), but that should be doable. Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D

Re: Scheduling 9.7

2019-01-19 Thread Cyril Brulebois
Hi, Jonathan Wiltshire (2019-01-18): > Please indicate your availablility out of: > > - (Feb 2 unlikely, FOSDEM) > - Feb 9 > - Feb 16 I should be able to make anything work regarding d-i preparations/checks before the point release, thanks. Cheers, -- Cyril Brulebois (

Re: Scheduling 9.9

2019-02-20 Thread Cyril Brulebois
hese, I'm afraid, and so is chief CD > tester Andy. > > > - April 27 > > But this works. All dates should be OK for d-i preparations on my side. Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Re: Scheduling 10.1 and maybe 9.10

2019-07-14 Thread Cyril Brulebois
n some time - would the > same day or adjacent weekends be preferable? Everything should work fine for me regarding d-i (except maybe the last one on September 7th, as beginning of that week should be busy on the Tails side; this should work though if you're fine with possibly getti

Bug#944696: python-apt: relies on MD5 internally to download packages

2019-11-13 Thread Cyril Brulebois
hat comes up on a regular fashion (with fingers being pointed at jigdo in particular), it looks to me python-apt should get some attention as well; hence filing at serious severity. Feel free to adjust as required. Cheers, -- Cyril Brulebois -- Debian Consultant @ DEBAMAX -- https://debamax.com/

Bug#944697: security.debian.org: please bring back MD5Sum, at least for buster/updates

2019-11-13 Thread Cyril Brulebois
essie/updates and stretch/updates seem fine (MD5Sum is present there). I don't have an opinion regarding bulleyes/updates (MD5Sum is missing there) at this point, but given at least some apt bindings don't support missing MD5Sum, it would seem premature to remove it from there as

Re: DebianInstaller Help Request

2021-07-21 Thread Cyril Brulebois
e the relevant configuration file(s) for this aspect of the >installer's operations may be located in the live distro iso. > > Thank you. You'll want to check with debian-live@ (in copy). Cheers, -- Cyril Brulebois (k...@debian.org)<https://debama

Re: Q: different behavior about d-i between normal install image and live image

2021-08-17 Thread Cyril Brulebois
nded behavior? cc += debian-live@ Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Re: Starting the weekly live images for Bookworm building again

2023-03-15 Thread Cyril Brulebois
Luna Jernberg (2023-03-15): > And now they have not built for 2 days any specific reason? casulana broke; please refrain from hijacking threads and cross-posting to so many lists. debian-cd would have done just fine… Cheers, -- Cyril Brulebois (k...@debian.org)<https://debam

Re: Starting the weekly live images for Bookworm building again

2023-03-19 Thread Cyril Brulebois
r the avoidance of doubt: While I have been behind most of non-free-firmware related work[1], I don't plan on touching anything on the debian-live side. I'm happy to try and answer any n-f-f related questions though. 1. https://debamax.com/blog/2023/02/27/debian-versus-non-free-fir

Re: Bug#1035360: bookworm RC2 installation leaves luks encrypted system in unbootable state

2023-05-01 Thread Cyril Brulebois
[ Reordering slightly ] Cyril Brulebois (2023-05-02): > Paul Seelig (2023-05-02): > > Attached installation logs should be sufficiently verbose about what > > actually happened underneath. > > Either it was forgotten or dropped by the BTS; please use reply-all, > and

Upcoming D-I Bookworm RC 3 and RC 4

2023-05-05 Thread Cyril Brulebois
, that's quite a long mail… With the release approaching, I thought it'd make sense to be as explicit as possible to make sure everyone is on the same page. Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Re: Bug#1023472: Workaround implemented for live images

2023-05-18 Thread Cyril Brulebois
codename. (Similar example: debian-cd.) Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Re: Bug#1023472: Workaround implemented for live images

2023-05-19 Thread Cyril Brulebois
package, it lives only in Salsa [2]. OK. I just wanted to make sure to raise that topic, I'm fine with whatever the live team ends up (not) doing. No stone unturned, etc. Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Rele

Re: Upcoming D-I Bookworm RC 3 and RC 4

2023-05-21 Thread Cyril Brulebois
Hi all, Cyril Brulebois (2023-05-06): > I think it'd make sense to have at least 2 releases: > - 1 around mid-May; > - 1 around end of May. > > The first one would bundle a bunch of the fixes or improvements being > worked on these days, making sure everything works

Re: Bug#1023472: Workaround implemented for live images

2023-05-24 Thread Cyril Brulebois
ed side effects like important packages going away.) Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Upcoming D-I Bookworm RC 4 and pseudo-RC 5

2023-05-24 Thread Cyril Brulebois
Hi all, Cyril Brulebois (2023-05-21): > Dates that have been announced[1] so far: > - 2023-05-24: full freeze [x] ← You are here! > - 2023-05-28: last moment to file unblock requests > - 2023-06-03: bookworm totally frozen >(per “last week prior to the release”)

Re: Bug#1023472: Workaround implemented for live images

2023-05-24 Thread Cyril Brulebois
Hi, Cyril Brulebois (2023-05-24): > I'm fine with a late tasksel upload with the proposed change (including > the typo fix, sddm-theme-debian-elarun vs. sddm-theme), before RC 4. > > I'd need a *very swift* confirmation the aforementioned results are OK > on the lxqt f

Re: Bug#1037550: installation-reports: Command /usr/sbin/bootloader-config failed to finish in 600 seconds.

2023-06-13 Thread Cyril Brulebois
nstaller images. The one you linked to is about the latter. Cc-ing debian-live@ as a heads-up. Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Re: Bug#1037550: installation-reports: Command /usr/sbin/bootloader-config failed to finish in 600 seconds.

2023-06-13 Thread Cyril Brulebois
op (for further reference, using reply-all is best). Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Re: Bug#1069964: debian-installer: Debian LXQt ISO loads all unnecessary proprietary firmware even with firmware=never parameter

2024-04-27 Thread Cyril Brulebois
ntenance (esp. across architectures, BIOS vs. UEFI, etc.) is a huge mess already, it might happen but I'm not holding my breath here. > It would be a good idea to warn the user if the entered parameter / > value does not exist, to avoid unwanted results like installing > non-free firmware

Re: Package "usr-is-merged" is reported as missing in Debian Live ISO 12.5 (debian-live-12.5.0-amd64-lxqt.iso) during installation with live-installer/enable=false

2024-05-01 Thread Cyril Brulebois
> dr-xr-xr-x1 root root 2048 Feb 10 11:07 usrmerge > > Which package should I report to the bug tracking system ? > > Let me know if I can help. > > Thanks. > > -- > [0] > https://live-team.pages.debian.net/live-manual/html/live-ma

Re: Wheezy point release planning

2013-05-15 Thread Cyril Brulebois
Hi, Adam D. Barratt (12/05/2013): > Based on some informal queries a little while ago, the weekend of > 15/16 June looks like a good date for the first wheezy point > release. Would that work for everyone? I hope to have the d-i side in shape by then. (Adding -boot@ for their information.) Mra

Re: Upcoming oldstable point release (6.0.8)

2013-09-22 Thread Cyril Brulebois
Adam D. Barratt (2013-09-22): > The next point release for "squeeze" (6.0.8) is scheduled for Saturday > October 19th. Oldstable NEW will be frozen during the preceding > weekend. > > As usual, base-files can be uploaded at any point before the freeze. I don't think I have anything d-i-ish for

Re: Upcoming stable point release (7.2)

2013-09-22 Thread Cyril Brulebois
Adam D. Barratt (2013-09-22): > The next point release for "wheezy" (7.2) is scheduled for Saturday > October 12th. Stable NEW will be frozen during the preceding weekend. So there's a new linux kernel for that one: http://womble.decadent.org.uk/blog/linux-kernel-update-for-wheezy-3251-1.html

Re: 7.7 planning

2014-09-20 Thread Cyril Brulebois
Adam D. Barratt (2014-09-20): > We're (over)due another wheezy point release; this time, 7.7. I > propose we go for one of: > > 11/12 October > 18/19 October > 25/26 October As far as rebuilding/testing d-i is concerned, any of those should be just fine. Reminds me I have some pending p-u. ;-)

Bug#779313: Sid installer broken - wrong branch in apt sources.list

2015-02-28 Thread Cyril Brulebois
jnqnfe (2015-02-28): > On Fri, 2015-02-27 at 22:26 +0100, Cyril Brulebois wrote: > > > Right, so to get an installer that will work correctly as a Sid > > > installer, you have to build a copy as such. This is what I assumed > > > would be the case when I filed the b

Re: About modifying live-images

2015-04-28 Thread Cyril Brulebois
Daniel, Daniel Baumann (2015-04-28): > Steve, > > I'm rather unhappy about seeing local modifications done on top of > live-images here: > > http://anonscm.debian.org/cgit/debian-cd/pettersson-live.git/tree/available/run-30live-build Yes, it's always upsetting when people fix bugs or improve s

Re: 8.1 (and maybe 7.9) planning

2015-05-20 Thread Cyril Brulebois
Adam D. Barratt (2015-05-20): > Based on received responses and the current date, I'm proposing June 6th > for 8.1 (and then looking at other dates for 7.9). Does that still work > for people? Provided the p-u freeze happens on time so that I can perform d-i tests ahead of the release, that's fin

Re: 8.2 and 7.9 planning

2015-08-20 Thread Cyril Brulebois
Hi, Adam D. Barratt (2015-08-18): > We're somewhat overdue for both 8.2 and 7.9 now (in that order). Some > potential September dates: > > 5/6th - okay for me > 12/13th - the 12th doesn't work for me until at least mid-afternoon > 19th/20th - looks okay > 26th/27th - looks okay > > >From a quic

Re: 8.3 planning

2015-12-04 Thread Cyril Brulebois
Adam D. Barratt (2015-12-04): > 2nd/3rd - depends how much people are still suffering. :-) I'd rather avoid this one, but might be able to. > 9th/10th > 16th/17th > 23rd/24th - likely to be bad for me Any of those should work as far as d-i goes. Mraw, KiBi. signature.asc Description: Digital

Re: Bug#816682: live-installer: Inaccessible utility

2016-03-07 Thread Cyril Brulebois
Samuel Thibault (2016-03-08): > There was also a bug in at-spi2-atk, I have uploaded a fixed package. > > So, to summarize the needed steps to get d-i accessible from debian live: > > - at-spi2-atk fix (debian/patches/p2p), done. > - adding a udeb for libgail-common & libgail18, filed as #816720

Re: 8.5 and 7.11 planning

2016-05-15 Thread Cyril Brulebois
Julien Cristau (2016-05-14): > with wheezy EOL, we should get a final point release out. In order to > avoid version skew, it'd be good to have a jessie point release around > the same time, so if that works for everyone let's do them both on the > same Saturday again. > > Some suggested dates:

Re: 8.6 planning

2016-08-14 Thread Cyril Brulebois
Adam D. Barratt (2016-08-07): > It's time for another Jessie point release; as wheezy's EOL, we don't > have to worry about trying to fit two in at the same time. Some possible > dates: > > August 20th/21st - doesn't work for me > > August 27th/28th - public holiday weekend in the UK; doesn't wo

Re: 8.6 planning

2016-08-29 Thread Cyril Brulebois
Hi, Adam D. Barratt (2016-08-29): > We seem to have converged on these two. The 10th is doable, but means > freezing over the coming weekend and I'm not sure how much time I'll > have between now and then, so I'm tempted to opt for the 17th and get > the announcement out ASAP. > > Last minute co

Re: 8.8 planning

2017-03-16 Thread Cyril Brulebois
Hi, Julien Cristau (2017-03-14): > It's time to start thinking about our next stable point release. Here > are some dates, please let us know which ones would work. > > * April 8-9 Not ideal for me. > * April 15-16 > * April 22-23 > * April 29-30 > * May 6-7 All those should work. KiBi.

Re: Live images url's broken

2025-01-01 Thread Cyril Brulebois
so that's really just bad luck. Either wait until next week's build, or maybe trigger a new one outside cron to see if there are other problems to get fixed before then? Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release te

Re: Bug#1091366: debian-installer: No graphical mode in sid

2024-12-24 Thread Cyril Brulebois
Hi, Roland Clobus (2024-12-24): > On 24/12/2024 18:58, Cyril Brulebois wrote: > > Maybe you could be more specific? That's rather vague and if I look > > into live-build-install_to_HD_with_di, I see d-i starting, except in > > text mode. > > That is my point.

Re: Bug#1091366: debian-installer: No graphical mode in sid

2024-12-24 Thread Cyril Brulebois
we get X starting in a loop (see recent bug reports until the fix in the X server), there's no fallback to text mode. Without any more information, that looks like some live problem… Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Re: Bug#1091366: debian-installer: No graphical mode in sid

2024-12-24 Thread Cyril Brulebois
ail as soon as I confirmed the results, and forgot about the BTS dance. Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Re: Bug#1091366: debian-installer: No graphical mode in sid

2024-12-25 Thread Cyril Brulebois
t tested the vmlinuz+initrd.gz under dest/cdrom/gtk thing again, with 0.276 cdebconf udebs, and that looks much better indeed. Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Re: Confusion about sid or trixie (Was: Bug#1091366: debian-installer: No graphical mode in sid)

2024-12-25 Thread Cyril Brulebois
based installer, see you in a few days… Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature