Ubuntu Version: 24.04.02
This is going to sound a bit silly; I might be in the wrong place. I found this discourse via a dead link on cloud-init’s docs; I don’t know if I don’t have access or if it’s truly dead…
I’ve installed Ubuntu 24.04.02 to a VM using the standard interactive process to a VM, and I now have the autoinstall-user-data
file that gets written to /var/log/autoinstall-user-data.
I’m attempting to figure out
- how does Subiquity / Curtin know what to mount into the
/target
environment? (Happy to figure this out myself, if I was further along in being able to run Subiquity at all) - how to run Subiquity / Curtin from-source, in dry-run mode, so I can make the appropriate changes that I want to make (same might go for cloud-init; but it’s not yet clear where I have to introduce my changes)?
- where would I go to (politely) offer my patches to be upstreamed, if the dev teams would want them? Or is standard etiquette just to throw up a PR and if it’s wanted it’ll be merged?
I’ve cloned the Subiquity source into a the live environment of the 24.04.2 desktop installer disk image and run make install_deps
as suggested. Running subiquity via make dryrun
from the main branch gives strange warnings about the version being out of date (running 19.04.2 when 19.07.X. Switching to the 24.04 tag didn’t help, even with a git clean -xdf
and rerunning make install_deps
. When editing the makefile to pass in my autoinstall.yaml, Subiquity fails here (which as an aside, very non-descript error, but I assume I managed to get into an impossible state).
Apologies again if I’m in the wrong place. Happy to go wherever I can get an answer and talk to a human. Generative AI has hallucinated the wrong answer far too much, and the lack of dev-docs make it all the more difficult to find a concise answer without reaching out.