-
Notifications
You must be signed in to change notification settings - Fork 87
Add Support for Offline Catalog Files in OSD Module (branch: feature/support-offline-catalog) #278
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
Add Support for Offline Catalog Files in OSD Module (branch: feature/support-offline-catalog) #278
Conversation
This will take some time to review ... probably not until July as I'll be at WPNinjasUK later this month. Thanks for contributing this work! |
Thank you for the update, and I completely understand that the review will take some time — I hope WPNinjasUK goes well! In the meantime, I'm happy to make any changes or improvements you might suggest once you're able to review. I'll also keep my branch in sync with the upstream repository, since I noticed it's updated frequently. Thanks again for the opportunity to contribute! |
Import offline catalog in Get-OSDCloudOperatingSystems.ps1 v2
….ps1 Fix Json Conversion error with OSD 25.6.10.1 Start-OSDCloudGUIDev may be able to display Kanji in indexNames
…o feature/support-offline-catalog
…KatsuhiroWatanabe/OSD into feature/support-offline-catalog
…hub.com/KatsuhiroWatanabe/OSD into feature/support-offline-catalog" This reverts commit 0121fb5, reversing changes made to f0ec679.
I mixed up and broke my OSD fork. I will re-post my Pull Request again. Thanks. |
Pull Request: Add Support for Offline Catalog Files in OSD Module
This update introduces support for using offline catalog files in the OSD environment, enhancing flexibility for scenarios where the default OSD module cache may not be suitable.
Background
Since mid-April, daily OSD module updates have included OS and DriverPack catalog files (JSON and XML) under the cache folder. These daily updates ensure access to the latest download information.
However, some users may require customized or alternative catalog files. To support this, the update allows placing user-defined catalog files in the
USB\OSDCloud\Catalogs
folder.Key Features
Catalogs
folder.curl
-based validation step has been added. This has proven effective in internal testing.Catalogs
folder is explicitly created.Request
Please consider merging this enhancement into the
master
branch of the OSD project.