Bug#1040267: partman-efi: Should warn about EFI partition inside raid or lvm

2023-07-03 Thread Cyril Brulebois
Samuel Thibault (2023-07-04): > As pointed out in #1040266, when using guided partitioning inside a > raid, partman-auto creates an EFI partition there, and then grub-install > fails because it can't register it. This error could also happen if a > user creates by hand an EFI partition inside the

Re: Proposal: change Japanese font for GUI installer

2023-07-03 Thread Cyril Brulebois
Hi, Kentaro HAYASHI (2023-06-30): > To solve this issue, I've tried the following steps. > > Step 1: Bundle MotoyaLCedar (MTLc3m.ttf) for fonts-android-udeb. >MTLc3m.ttf itself is included fonts-android source archive, >but not shipped as a udeb yet. > Step 2: Apply PoC patch

Bug#1040267: partman-efi: Should warn about EFI partition inside raid or lvm

2023-07-03 Thread Samuel Thibault
Source: partman-efi Version: 101 Severity: normal Tags: d-i Hello, As pointed out in #1040266, when using guided partitioning inside a raid, partman-auto creates an EFI partition there, and then grub-install fails because it can't register it. This error could also happen if a user creates by

Bug#1040266: partman-auto: should not create EFI partition when ran inside software RAID disk

2023-07-03 Thread Samuel Thibault
Source: partman-auto Version: 162 Severity: normal Tags: d-i Hello, It took me some time to realize why I was not able to install Debian with software RAID1 system. The reason is that when I was running the Guided partitioning on the whole software RAID disk, partman-auto would create an EFI

Bug#1040251: marked as done (debian-installer: Add UTC timezone selection for all locales)

2023-07-03 Thread Debian Bug Tracking System
Your message dated Tue, 4 Jul 2023 02:45:36 +0200 with message-id <20230704004536.qpnrmiyydzzkx...@mraw.org> and subject line Re: Bug#1040251: debian-installer: Add UTC timezone selection for all locales has caused the Debian Bug report #1040251, regarding debian-installer: Add UTC timezone

Bug#1040251: debian-installer: Add UTC timezone selection for all locales

2023-07-03 Thread Brent Kolasinski
Cyril, Even better. Thanks. Currently in the process of translating things from Red Hat land to Debian, and this is now an non-issue with this information. Appreciate the responsiveness. I think it is safe to close this item as I have paths forward for what I am wishing to accomplish. All

Bug#1040251: debian-installer: Add UTC timezone selection for all locales

2023-07-03 Thread Cyril Brulebois
Hi Brent, Brent Kolasinski (2023-07-03): > There does seem to be quite a few extra steps involved in the expert > install vs the normal install, especially if the only reason you are > running expert mode is to just set the timezone to UTC. Right. I forgot to mention a middle ground: passing

Bug#1040251: debian-installer: Add UTC timezone selection for all locales

2023-07-03 Thread Brent Kolasinski
Hi Cyril, Expert Installation provides the behavior I was looking for, specifically adding the extra option of UTC at the end of local timezones. There does seem to be quite a few extra steps involved in the expert install vs the normal install, especially if the only reason you are running

Bug#1040251: debian-installer: Add UTC timezone selection for all locales

2023-07-03 Thread Cyril Brulebois
Hi Brent, Brent Kolasinski (2023-07-03): >* What led up to the situation? > When using the text based debian installer, I would like to be able to > choose the UTC timezone (etc/UTC) as an option for my timezone. When > the timezones are displayed for selection, a set of

Bug#1040251: debian-installer: Add UTC timezone selection for all locales

2023-07-03 Thread Brent Kolasinski
Package: debian-installer Version: 20230607 Severity: wishlist Tags: d-i X-Debbugs-Cc: b...@brentk.io Dear Maintainer, * What led up to the situation? When using the text based debian installer, I would like to be able to choose the UTC timezone (etc/UTC) as an option for my

Bug#849400: debian-installer: LUKS on rootfs and boot

2023-07-03 Thread Cyril Brulebois
Jinesh Choksi (2023-07-03): > - This bug was raised in 2016. > > - Grub2 added support for accessing LUKS1 partitions in 2011. > > - Between 2016 and 2019 (when cryptsetup defaulted to luks2 - > https://gitlab.com/cryptsetup/cryptsetup/-/commit/ae90497762bc4e3f04064e0ebbbde8c64bf27c4a) > the

Bug#849400: debian-installer: LUKS on rootfs and boot

2023-07-03 Thread Jinesh Choksi
On 2023-07-03 00:57 +01:00 BST, "Cyril Brulebois" wrote: > Hi, > > Jinesh Choksi (2023-07-02): >> The issue is this block of code: >> https://salsa.debian.org/installer-team/partman-crypto/-/blob/master/check.d/crypto_check_mountpoints#L94-102 >> >> This 17 year old "Check - Is there a /boot

Bug#1040224: cdebconf: confmodule cannot be sourced by scripts that use `set -u`

2023-07-03 Thread Gioele Barabucci
Package: cdebconf Version: 0.270 Tags: patch Dear cdebconf maintainers, cdebconf's `confmodule` cannot be sourced by scripts that turned on strict variable handling via `set -u`, similarly to what is reported in #369953 for classic debconf. A patch to fix this this problem can be found at

Bug#1040216: cdebconf: confmodule: Erranous behaviour if IFS does not start with a space during db_*

2023-07-03 Thread Gioele Barabucci
Package: cdebconf Version: 0.270 Tags: patch Dear cdebconf maintainers, in confmodule, the command arguments are passed to cdebconf via IFS=' ' printf "%s\n" "$*" That command-local assignment of IFS affects the way printf works, but not the way in which "$*" is expanded by the shell: "$*"