-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
wizard(apple): proper support for ISO disk drives #3472
Comments
The one thing I don't like about this is that it makes the wizard flow more complicated for Linux now. Please test and try to see if any edge cases break the wizard. Thanks. |
@osy since the current code isn't making it read only anyway, I think the simplest thing to do is to revert this commit and just add a checkbox for FYI If you do |
8eacd8f now makes it read-only. Is that all? |
Also a I'll do some proper testing and let you know |
Fixed in ceb6f91 |
If I download the Alpine Linux 3.15 virt aarch64 ISO and extract the vmlinuz and initramfs from it, I can then use the whole ISO as the rootfs.
This causes a problem because 60ac313 makes it that putting a ISO in the rootfs field will cause a disk image to not be created, which is wrong.
I propose adding a ISO field that will also be marked as read only, since you can't write to an ISO.
(followup to #3461 (comment))
The text was updated successfully, but these errors were encountered: