Improve Homebrew Store installation workflow - #57
Open
EduDicaseGameplay wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 improves the Homebrew Store installation workflow by making the installation device selection more flexible and user-friendly.
Background
While testing the Homebrew Store, I noticed that in some setups the installer would always use
Hdd1:as the installation destination, even when another storage device was intended to be used.This caused installation failures in my console and in some other setups from members of my Xbox 360 community, especially for users who don't have an internal HDD or who prefer installing content to USB storage.
I also noticed that some users solved this by manually changing the
homebrewstore.conffile. Community guides have provided preconfigured versions of this file forUsb0:orUsb1:installations, which works as a solution but requires manual changes depending on each user's configuration.Changes
Hdd1:path.homebrewstore.conffile for different storage configurations.Benefits
Testing
Tested on Aurora 0.7b2 with different storage configurations, including USB-based setups.