Closed danielbisar closed 2 years ago
The url-list is also used for preseeding the Debian installer during Initvm creation:
And there is a limit:
https://www.debian.org/releases/testing/amd64/apbs04.en.html#preseed-apt
This is why this was limited once..
Manuel
Am 21.03.2022 um 15:46 schrieb bgermann @.***>:
Closed #324 via b7911ec.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.
Thanks for pointing this out!
Thanks for fixing :)
I think I will revert it again (see @manut's comment).
Wouldn't it be possible to use another value for the seeding? I mean it would just need to use another xsd oder update the xml-node of the schema according to the actual limit. As far as i could see the limit mentioned by @manut is system dependend, so there is no actual hard limit to 10. And to make elbe fail when not even using seeding doesn't make sense to me.
@manut also said: "This is why this was limited once...", so is it still really required?
Steps to reproduce:
<url>
to<url-list>
Result: Error message:
... elbe_rootfs.xml:418 error Element 'url': This element is not expected.
Expected behavior:
Is this expected behavior? What shall I do if i need more repos?