From 90ef9f0279b0248a336ff2fbfab930ec41f09ec4 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Mon, 15 Apr 2019 22:12:06 +0200 Subject: Add errata entries for D-I Buster RC 1. --- english/devel/debian-installer/errata.wml | 35 +++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/english/devel/debian-installer/errata.wml b/english/devel/debian-installer/errata.wml index ea79c41d400..9cd81a1d66b 100644 --- a/english/devel/debian-installer/errata.wml +++ b/english/devel/debian-installer/errata.wml @@ -52,6 +52,41 @@ report describing the problem.
Status: Fixed in Buster Alpha 5. +
TLS support in wget is broken
+
A change in the openssl library leads to some issues for its + users, since a configuration file that was initially optional + suddenly became mandatory. As a consequence, at + least wget doesn't support HTTPS within the installer + (#926315). +
+ Status: The root cause has been identified and a fix is + expected for D-I Buster RC 2.
+ +
Entropy-related issues
+
Even with functional HTTPS support in wget, one might run + into entropy-related issues, depending on the availability of a + hardware random number generator (RNG) and/or on a sufficient + number of events to feed the entropy pool + (#923675). Usual + symptoms can be a long delay when the first HTTPS connection + happens, or during SSH keypair generation. +
+ Status: This needs to be investigated.
+ +
LUKS2 is incompatible with GRUB's cryptodisk support
+
It was only lately discovered that GRUB has no support for + LUKS2. This means that users who want to use + GRUB_ENABLE_CRYPTODISK and avoid a separate, + unencrypted /boot, won't be able to do so + (#927165). This + setup isn't supported in the installer anyway, but it would + make sense to at least document this limitation more + prominently, and to have at least the possibility to opt for + LUKS1 during the installation process. +
+ Status: Some ideas have been expressed on the bug.
+ +