I am trying to add custom .list entries to sources.d no matter what I do it always crashes the installer, The Ubuntu autoinstall reference documentation only shows you how to add a ppa not a .list file, the curtin docs give you the syntax for .list but I cant get it to work. The primary repo gets added no problems if I only use that, but sources have me stumped.
Any ideas
autoinstall:
version: 1
apt:
primary:
- arches: [amd64]
uri: https://redacted.com
sources:
aaa.list:
source: "deb https://redacted repo aaa"
bbb.list:
source: "deb https://redacted repo bbb"
ccc.list:
source: "deb [trusted=yes] https://redacted repo ccc"