Bug#982155: Found the regression

2021-02-08 Thread Steven Shiau
Hi Thomas, Apparently Luca Boccassi has merged that, and a new release live-boot 1:20210208 was released by Raphaël Hertzog: https://metadata.ftp-master.debian.org/changelogs//main/l/live-boot/live-boot_20210208_changelog Steven On 2021/2/8 下午 06:53, Thomas Goirand wrote: Hi Steven, Thanks f

Bug#982155: Found the regression

2021-02-08 Thread Thomas Goirand
Hi Steven, Thanks for such a quick reply. Indeed, your commit fixes the problem: I've tested it by hand-patching my initrd.img. I very much would love this to be uploaded ASAP. Cheers, Thomas Goirand (zigo)

Bug#982155: Found the regression

2021-02-08 Thread Steven Shiau
You can check this MR: https://salsa.debian.org/live-team/live-boot/-/merge_requests/35 Steven Thomas Goirand at 2021/2/8 Monday 17:57 Wrote: > Hi, > > After some investigation, it looks like the regression is in this script: > > 9990-select-eth-device.sh > > Indeed, when I replace it by the o

Bug#982155: Found the regression

2021-02-08 Thread Thomas Goirand
Hi, After some investigation, it looks like the regression is in this script: 9990-select-eth-device.sh Indeed, when I replace it by the old version, then things work again. I'm investigating further to try to see where is the issue in this script, and hopefully will come back with a fix... Che