Closed JamesHawkinss closed 3 weeks ago
This issue is stale because it has been open for 30 days with no activity.
Still an issue
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 30 days since being marked as stale.
I have built the Debian 11 image and uploaded it to MAAS, and added the custom curtin userdata to the correct place in my MAAS install.
When deploying the Debian image to a machine, everything works except the apt sources are not correct. By default, without modifying any of the pre-supplied code, the
/etc/apt/sources.list
file contains the following:Comparing with a normal Debian's sources.list, there are differences with the
security.debian.org
sources which preventsapt update
from working properly.Differences:
security.debian.org
should besecurity.debian.org/debian-security
bullseye/updates
after security should bebullseye-security
To fix the first difference, I was able to modify the curtin custom userdata
late_3
command to change thesed
target.Despite modifying other curtin custom userdata commands, I have been unable to resolve the second difference.