fix(apps): library mount resilience (G6) - #4
Draft
Dadud wants to merge 4 commits into
Draft
Conversation
…ch, pegasus Symlink ROM/Steam paths at startup, warn on empty or read-only mounts, and document expected bind targets so Moonlight sessions see host libraries reliably. Co-authored-by: Cursor <cursoragent@cursor.com>
Use steam.sh-style symlink logic so ln does not nest inside existing ~/ROMs or ~/bioses directories. Pegasus no longer aborts under set -e when ~/bioses exists. Steam startup warns on non-empty ~/.steam/steam. Co-authored-by: Kyle B <Dadud30@gmail.com>
Drop the anonymous lutris:/var/lutris Docker volume from the Wolf preset so apply-mount-presets can bind the host Lutris library. Document Unraid dev install flow in manual-build. Co-authored-by: Kyle B <Dadud30@gmail.com>
…lone Reflect mounts = [] preset change. Keep unraid-plugin checkout out of gow commits. Co-authored-by: Kyle B <Dadud30@gmail.com>
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.
G6 — library mount resilience (draft on fork)
Stacks on #1 (
draft/gow-preset-mount-examples). Container-side complement to unraid-plugin P10.Problem
Host library paths must be bind-mounted into each Moonlight app session. Even with correct
config.tomlbinds, apps can fail silently when:ROMDirectoryin existinges_settings.xml~/.steam/steamas a symlink, not a directory/var/lutris/ROMsmounts are hard to diagnoseChanges
~/ROMs/~/biosessymlinks; normalizeROMDirectoryin existing config; warn on empty/ROMs.~/.steam/steamsymlink; Fedorasystem-services.shno longer exits on legacy steam dir; mount docs in_index.md./var/lutriswarning; mount docs in_index.md..gitattributes: enforce LF for shell scripts.Test plan
:edgeimages (or test locally).dev-sync, launch ES-DE / Steam / Lutris and confirm libraries visible.Upstream promotion
Merge after G1–G3 stack is green; pairs with unraid-plugin P10.