Linutronix / elbe

Embedded Linux Build Environment
https://elbe-rfs.org
GNU General Public License v3.0
170 stars 59 forks source link

elbe initvm create broken #388

Closed martinsteih-lr closed 1 year ago

martinsteih-lr commented 1 year ago

Hi, since the last update, we are not able to create new initvms. The step "select and install software" always fails.

If however I remove this: % for p in elbe_initvm_packagelist: ${p}=${elbe_version}* \ % endfor

from elbepack/init/preseed.cfg.mako

the installation succeeds (obviously not usable but at least it goes through).

I tried a couple of things, but I am unable to get a hold of the actual reason.