Improve SSH Ramdisk Script — Offline IPSW Support, Ramdisk Caching, README Updates #311
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR introduces several improvements and quality-of-life changes to the SSH Ramdisk Script, focusing on usability, offline functionality, and documentation clarity.
Key Improvements
Offline IPSW Support
The script can now create ramdisks using locally stored IPSW files, removing the dependency on online IPSW fetches and making the workflow more reliable in low-connectivity environments.
Ramdisk File Caching
After creation, ramdisk components are automatically saved to:
./ramdisk/$model_$versionThis makes rebuilding or reusing ramdisks significantly faster.
Updated Documentation / README
Added shields/badges for visibility.
Added a dedicated “About this Fork” section explaining differences from the upstream version.
Added proper credit for remote-zip-viewer.py (from the
remote-zip-downloaderproject).Removed self-credit to keep the credits section clean and objective.
Compatibility & Testing Notes
While basic functionality works, I could not verify full compatibility with newer macOS versions due to hardware limitations. Additional testing from maintainers or contributors on modern macOS releases would be helpful.
Additional Notes
Thanks for reviewing this PR!