Hi Ludo, Ludovic Courtès writes: > Sounds good. I think the way you split patches in v3 was fine too (the > added test was also a nice bonus), so I actually have a slight > preference for v3. > (...) > This (and v3) LGTM! We’ll have to do another round of testing before > 1.2. I plan to push them today. The code is the same as v4 (as it contained the code for roll-back in ssh.scm) plus the test from v3, with only cosmetic changes to avoid touching other lines and an update for multiboot-modules in the test. Thank you very much for your review. Nonetheless, I have a nice last minute addition for this to keep this open for a bit more. :-) It brings the whole glibc-locales to the grub and extlinux configuration builders, and changes again boot-parameters. It would be optimal to create a minimal locale with the desired locale, as glibc-utf8-locales doesn't work with my to-go test target (es_ES.utf8) because setlocale raises an exception. I have in my TODO list to extract translate-label somewhere else, even though I'm not sure where could it fit, and to sanitize some inputs to ensure the correct generation. The latter should be ready this week, the first depends on finding (or creating) the right place. WDYT? Happy hacking! Miguel