Bug#913431: Debian Installer Bullseye RC 2 release

2023-04-24 Thread Vincent Danjean
Hi, Le 24/04/2023 à 21:49, Emanuele Rocca a écrit : Let me know if this is ok for you. As d-i is already in RC, if you prefer, I can revert the longint2human part that modifies some information, and only keep the human2longint that adds some new input that were forbidden before (no change f

Bug#913431: Debian Installer Bullseye RC 2 release

2023-04-24 Thread Emanuele Rocca
Hi Vincent, On Sat, Apr 22, 2023 at 02:58:22AM +0200, Vincent Danjean wrote: > I made a push request[1] but I missed the fact that it fails. > It was due to the tests being run with sh(dash) instead of bash or > busybox sh. > So, I just fixed the code so that it works with any of these 3 shell

Bug#913431: Debian Installer Bullseye RC 2 release

2023-04-21 Thread Vincent Danjean
Hi Philip, I made a push request[1] but I missed the fact that it fails. It was due to the tests being run with sh(dash) instead of bash or busybox sh. So, I just fixed the code so that it works with any of these 3 shells and I update the testsuite. Now, all the tests pass on salsa. Let

Bug#913431: Debian Installer Bullseye RC 2 release

2023-03-27 Thread Vincent Danjean
Hi Philip, Le 27/03/2023 à 02:07, Philip Hands a écrit : Hi Vincent, I've applied your patch and pushed it to to salsa (my fork) to get it built by CI ... which failed, because of the use of ${X/...} and ${X:...}, which it seems busybox doesn't like. So I've changed that code, and added a co

Bug#913431: Debian Installer Bullseye RC 2 release

2023-03-26 Thread Philip Hands
Hi Vincent, I've applied your patch and pushed it to to salsa (my fork) to get it built by CI ... which failed, because of the use of ${X/...} and ${X:...}, which it seems busybox doesn't like. So I've changed that code, and added a couple of other tweaks, as you can see here: https://salsa.de

Bug#913431: Debian Installer Bullseye RC 2 release

2023-03-26 Thread Vincent Danjean
Le 26/03/2023 à 18:38, Emanuele Rocca a écrit : Hi Vincent, On 2023-03-24 11:03, Vincent Danjean wrote: However, I did not rebuild all the installer packages to generate a new installer and test it in real conditions. I haven't had the time to test your patch yet, but there's a hack I'd like

Bug#913431: Debian Installer Bullseye RC 2 release

2023-03-26 Thread Emanuele Rocca
Hi Vincent, On 2023-03-24 11:03, Vincent Danjean wrote: > However, I did not rebuild all the installer packages to generate a > new installer and test it in real conditions. I haven't had the time to test your patch yet, but there's a hack I'd like to share to test things in d-i without rebuildin

Bug#913431: Debian Installer Bullseye RC 2 release

2023-03-24 Thread Vincent Danjean
Le 23/03/2023 à 12:01, Vincent Danjean a écrit : Le 23/03/2023 à 11:41, Vincent Danjean a écrit :    Hi, Le 23/03/2023 à 10:06, Emanuele Rocca a écrit : There is (now) a function in partman-base called valid_human [1] which checks if the partition size specified by the user is valid. Probably

Bug#913431: Debian Installer Bullseye RC 2 release

2023-03-23 Thread Vincent Danjean
Le 23/03/2023 à 11:41, Vincent Danjean a écrit :   Hi, Le 23/03/2023 à 10:06, Emanuele Rocca a écrit : Hi Vincent, On 2021-06-20 10:54, Vincent Danjean wrote: Would someone give a feedback to the (old) patch proposed in #913431 in order to be able to also use power-of-two units in the Debian

Bug#913431: Debian Installer Bullseye RC 2 release

2023-03-23 Thread Vincent Danjean
Hi, Le 23/03/2023 à 10:06, Emanuele Rocca a écrit : Hi Vincent, On 2021-06-20 10:54, Vincent Danjean wrote: Would someone give a feedback to the (old) patch proposed in #913431 in order to be able to also use power-of-two units in the Debian Installer? It took a while, sorry about that. :)

Bug#913431: Debian Installer Bullseye RC 2 release

2023-03-23 Thread Emanuele Rocca
Hi Vincent, On 2021-06-20 10:54, Vincent Danjean wrote: > Would someone give a feedback to the (old) patch proposed > in #913431 in order to be able to also use power-of-two units > in the Debian Installer? It took a while, sorry about that. :) There is (now) a function in partman-base called va

Bug#913431: Debian Installer Bullseye RC 2 release

2021-06-20 Thread Vincent Danjean
Hi, On 14/06/2021 23:26, Cyril Brulebois wrote: > The Debian Installer team[1] is pleased to announce the second > release candidate of the installer for Debian 11 "Bullseye". > [...] > Feedback for this release > = > > We need your help to find bugs and further improve