-
-
Notifications
You must be signed in to change notification settings - Fork 470
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: Add Redox OS #1078
feat: Add Redox OS #1078
Conversation
Need more tweaking! (configuration) Done: - dowload - unpack - create VM - Booted but!
I worked on this for a bit earlier as well, didn't realize there was newer images than the 0.8.0. Either way, we can't be hardcoding the date like that. Look at the get_ubuntu function for an example of what you should be doing. curl the SHA256SUM page, grep for the edition, grep for '.iso', and then gather the filename/checksum. |
Me to Its why I puted there just this one release... |
Better parsing by @lj3954
we need use this parametrs:
Can you help mod quickemu @lj3954 |
I'm not interested on making major changes to bash quickemu. I'm working on my rewrite, as you already know, and I'll add support for these operating systems to that, once I get basic functionality. |
oK |
Pause work on this until I get the |
Need more tweaking! (configuration)
Booted but! Try yourself and help...
Eventually closes: #1076