-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: upload qcow2 images #44
Comments
Hello, you can download the image, convert it and then upload it from your local file with the In general it makes sense to add support for other image types, but for simplicity the tools needed to convert the images should already be installed in the rescue environment, not sure if I would add it as a separate thing to compression though, but in the same way that compression is currently handled. |
Ah, thanks, that's nice. Is this documented and I just missed it? Or is this just visible from the
Yes, that sounds good. IMHO it would be a nice feature. I'll keep this issue open, to track its progress? Kind Regards, |
That was only included in the
Sounds good. I will update the title :) |
Any updates? |
No updates, happy to aid if you want to implement it. |
Hi,
I just found your very nice tool and successfully used it to upload a Flatcar image.
I wanted to try out the openSUSE MicroOS images, but those are only available in formats other than RAW.
https://get.opensuse.org/microos/ => Download => Alternative Downloads
Is there a way to upload e.g. a qcow2 image? Would it be possible to add a feature to support qcow2, maybe by piggy-backing as "compression"?
Or do I need to download the image, convert it manually and then use the local image file? (I guess this does not work, as the image is downloaded into the rescue system from $somewhere, where $somewhere needs to be reachable...)
Kind Regards,
Johannes
The text was updated successfully, but these errors were encountered: