Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to pass config files to cloud-init device #208

Open
lstocchi opened this issue Oct 15, 2024 · 0 comments
Open

Allow to pass config files to cloud-init device #208

lstocchi opened this issue Oct 15, 2024 · 0 comments

Comments

@lstocchi
Copy link
Contributor

#123 adds a first implementation to pass configuration to cloud-init so that it can set the system at boot time. However it just allows to pass an ISO image which must be built by the user in advance.

It could be useful to give users the chance to pass just their config files and make vfkit create the iso image itself.

So far we have
--device cloud-init,path=<iso_image_path>

What we could offer is
--device cloud-init,user_data=<file_path>,meta-data=<file_path>....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant