-
I am trying to inject into the lima "start" the ability to add additional information to the cloud-init configuration (cidata.iso) the only documentation I can see is this is only available internally ? (docs/internal.md) is this correct ? I have a similar style setup in multipass, but want to adapt it to lima, so there is some cross processor architecture functionality. finding the arm64-linux quite problematic .. Also given qemu 8.0 is just release, was wondering if the cross-processor emulation is still really bad, I am mainly only looking at headless operations . thanks any input / direction would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
when you say "bad", do you mean slow ? it should be ok Some examples would make it easier to guess what you are trying to do, or if it would be a feature that would be nice to have |
Beta Was this translation helpful? Give feedback.
Hi
So I did a bit of tinkering (go is not my main language)
I forked the repo and have since done one extra commit,
https://github.com/sendit2me/lima
It basically add a map of strings [filename: ref] which allows you to reference a file "user-data" "meta-data" etc which will be yaml merged with the matching file (if exists) in the cidata iso,
this allows for more complex cloud-init templates, which comes in quite handy