On 7/12/26 10:55, Michael Tokarev wrote:

So it looks lie we have, apparently, a single place in d-i which
preseeds the debconf vars from environment and the preseed.cfg
file, which uses `set', where it should be using `env' instead.

and indeed this is the case.  preseed, env2debconf:

for line in $(set); do

changing this to

for line in $(env); do

makes the kernel parameters to be recognized as preseed variables
again, with unpatched busybox.

This is the only place, it looks like, where we had a problem.

Should I file a bug against preseed, or fix it myself, or someone
else can do it?

After removing the hacks from busybox, it will break older preseed.

Thanks!

/mjt

Reply via email to