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

[Question] Support for virtual image other than iso #458

Closed
pvshewale opened this issue Apr 1, 2024 · 2 comments
Closed

[Question] Support for virtual image other than iso #458

pvshewale opened this issue Apr 1, 2024 · 2 comments

Comments

@pvshewale
Copy link

I would like to know if we can use any other virtual image format like qcow2 etc. for boot disk. I can see only iso is supported at the moment.

@kroese
Copy link
Collaborator

kroese commented Apr 1, 2024

If you set:

environment:
  DISK_FMT: "qcow2"

And rename the file to data.qcow2 and place it in the /storage folder, you can boot any qcow file because it will have higher priority than the ISO.

@kroese
Copy link
Collaborator

kroese commented Jun 12, 2024

There is a new version (v5.15) which now supports disk images like qcow2.gz or .img directly in the URL field (not only ISO's anymore).

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

2 participants