Bug#971599: Provide more options to 'cryptsetup luksFormat' at install time

2020-10-02 Thread Mauricio Oliveira
Package: partman-crypto Version: 109 Severity: wishlist Tags: patch Most users should be fine with the options to 'cryptsetup luksFormat' used by the installer. However, some users may have reasons to use other options, and that is not possible now. Let's provide a new preseed option for that: '

Bug#924680: Test procedure

2019-03-15 Thread Mauricio Oliveira
Test Procedure with KVM guests + iPXE = - 2 guests: iSCSI target/server and iSCSI initiator/client. - 1 bridge for iSCSI traffic (virbr-iscsi, new), static ip. - 1 bridge for internet access (virbr0, exists), dhcp ip. - Release/Installer: Debian Buster Alpha 5 (

Bug#924680: Support different network interface for iSCSI and option for ISCSI_AUTO=true for iSCSI iBFT

2019-03-15 Thread Mauricio Oliveira
Package: partman-iscsi Version: 60 Severity: wishlist Tags: patch Hi, These 2 patches help with the iSCSI iBFT support in installer (basic support for iBFT in disk-detect posted in bug #924675). iBFT provides iSCSI configuration in the system firmware tables, often used for automatic installs, m

Bug#924675: Test procedure and syslog

2019-03-15 Thread Mauricio Oliveira
Test Procedure with KVM guests + iPXE = - 2 guests: iSCSI target/server and iSCSI initiator/client. - 1 bridge for iSCSI traffic (virbr-iscsi, new), static ip. - 1 bridge for internet access (virbr0, exists), dhcp ip. - Release/Installer: Debian Buster Alpha 5 (

Bug#924675: Patch

2019-03-15 Thread Mauricio Oliveira
Patch attached. -- Mauricio Faria de Oliveira From f31f72dded8c83ce14d342096773891820698585 Mon Sep 17 00:00:00 2001 From: Mauricio Faria de Oliveira Date: Wed, 30 Jan 2019 17:26:59 -0200 Subject: [PATCH] Add iSCSI iBFT support to disk-detect This patch adds support for iSCSI LUNs configured wi

Bug#924675: Add iSCSI iBFT support to disk-detect

2019-03-15 Thread Mauricio Oliveira
Package: disk-detect Version: 1.136 Severity: wishlist Tags: patch Hi, This patch adds support for iSCSI iBFT (iSCSI Boot Firmware Table). iBFT provides iSCSI configuration in the system firmware tables, often used for automatic installs, mainly in larger deployments. It can be made available t

Bug#913740: fetch-url does not use --no-check-certificate on HTTP to HTTPS redirects

2018-11-22 Thread Mauricio Oliveira
On Wed, Nov 21, 2018 at 7:02 PM Philipp Kern wrote: > > Am 21.11.2018 um 15:47 schrieb Mauricio Oliveira: > >> [...] I will note that it's also possible to copy additional > >> root certificates into the initrd pre-install. (At least it used to work > >>

Bug#913740: fetch-url does not use --no-check-certificate on HTTP to HTTPS redirects

2018-11-21 Thread Mauricio Oliveira
Hi Philipp, On Thu, Nov 15, 2018 at 7:21 AM Philipp Kern wrote: [...] > Why do we need to build out this insecure option more rather than the > target having supported SSL certificates (now that Let's Encrypt and > friends exist)? [...] Point taken, however this seems orthogonal to the current p

Bug#913740: Testing with daily netboot image

2018-11-14 Thread Mauricio Oliveira
Logs from testing with the daily netboot image. (web-server http/https setup not included) Start KVM guest for Debian's daily netboot image: --- Options: url=http://192.168.122.1/preseed debian-installer/allow_unauthenticated_ssl=true $ wget https://d-i.debian.org/daily-images/amd64/daily/netb

Bug#913740: fetch-url does not use --no-check-certificate on HTTP to HTTPS redirects

2018-11-14 Thread Mauricio Oliveira
Package: src:debian-installer-utils Version: 1.129 Tags: patch In fetch-url the --no-check-certificate option is conditioned to HTTPS. In case of HTTP to HTTPS redirect, that option is not enabled, and may cause fetch-url to fail if the certificate cannot be verified. Since that option/functional