You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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>....
The text was updated successfully, but these errors were encountered:
#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>....
The text was updated successfully, but these errors were encountered: