Bug#1011254: The UDEB package "localechooser" contains probably some buggy source code in "05localechooser" file

2022-05-19 Thread Philip Hands
Philip Hands writes: > > https://salsa.debian.org/philh/localechooser/-/commit/24206bbaccb9619302bab5ca603fb214841ebf58#63952ea2967253e426478ffea08ddc67c3bff9d8_98_92 I just noticed: that commit's line order was mangled while rebasing. This is what it should have been:

Bug#1010393: installation-reports: No swap partition which disables hibernate

2022-05-19 Thread Pascal Hambourg
Le 19/05/2022 à 14:48, Andreas Tille a écrit : OK, I tried again. I confirm the automatic installer now created a swap partition inside encrypted LVM (no idea whether I simply looked at the wrong place this morning.) However, that swap partition is only 1GB thus way to small to enable

Bug#1011189: partman-auto-lvm/guided_size defaults to invalid value

2022-05-19 Thread Stephen Gelman
On May 19, 2022 at 2:12:54 AM, Cyril Brulebois wrote: > Hi Stephen, > > Stephen Gelman (2022-05-17): > > In trying to track down this bug, I found that > > partman-auto-lvm/guided_size was added and according to > > >

Bug#1011254: The UDEB package "localechooser" contains probably some buggy source code in "05localechooser" file

2022-05-19 Thread Michael Tokarev
19.05.2022 17:23, Philip Hands wrote: Michael Tokarev writes: 19.05.2022 15:59, Philip Hands wrote: ... Actually, I'm unable to resist the urge to remove the redundant use of cat (that was already there), so how about doing it in a single sed: LEVEL=$(sed "/^${LOCALE%%_*}/"'{ print $4 ;

Bug#1011254: The UDEB package "localechooser" contains probably some buggy source code in "05localechooser" file

2022-05-19 Thread Philip Hands
Michael Tokarev writes: > 19.05.2022 15:59, Philip Hands wrote: > ... >> Actually, I'm unable to resist the urge to remove the redundant use of >> cat (that was already there), so how about doing it in a single sed: >> >>LEVEL=$(sed "/^${LOCALE%%_*}/"'{ print $4 ; exit }' >>

Bug#1011254: The UDEB package "localechooser" contains probably some buggy source code in "05localechooser" file

2022-05-19 Thread Michael Tokarev
19.05.2022 15:59, Philip Hands wrote: ... Actually, I'm unable to resist the urge to remove the redundant use of cat (that was already there), so how about doing it in a single sed: LEVEL=$(sed "/^${LOCALE%%_*}/"'{ print $4 ; exit }' /usr/share/localechooser/languagelist) That smells like

Bug#1011254: The UDEB package "localechooser" contains probably some buggy source code in "05localechooser" file

2022-05-19 Thread Philip Hands
Jmkr writes: > Package: localechooser > Version: 2.94 > > Dear Maintainers, > > While working on my customized Debian installer (DI) I noticed that the > "./usr/lib/post-base-installer.d/05localechooser" file from the > "localechooser_2.93_*.udeb" package (at least for AMD64 and ARM64 >

Bug#1010393: installation-reports: No swap partition which disables hibernate

2022-05-19 Thread Pascal Hambourg
Le 19/05/2022 à 09:36, Andreas Tille wrote : I retried now with https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/11.3.0+nonfree/amd64/iso-dvd/firmware-11.3.0-amd64-DVD-1.iso to reinstall that laptop again. When choosing "encrypted LVM option" -> "using single

Bug#1011189: partman-auto-lvm/guided_size defaults to invalid value

2022-05-19 Thread Cyril Brulebois
Hi Stephen, Stephen Gelman (2022-05-17): > In trying to track down this bug, I found that > partman-auto-lvm/guided_size was added and according to > https://salsa.debian.org/installer-team/partman-auto-lvm/-/blob/master/debian/partman-auto-lvm.templates#L77-L79, > defaults to a value of "some

Bug#1010393: installation-reports: No swap partition which disables hibernate

2022-05-19 Thread Andreas Tille
Hi Pascal, Am Sat, Apr 30, 2022 at 11:27:36PM +0200 schrieb Pascal-liste: > There are mentions of a swap logical volume in partman's log. > Swap area not being a filesystem, df does not show it. Well, to make things short also lsblk does not show any swap partition. I retried now with