feat(install): honour configurable install root across components#739
Open
mister2d wants to merge 2 commits intodw-0:masterfrom
Open
feat(install): honour configurable install root across components#739mister2d wants to merge 2 commits intodw-0:masterfrom
mister2d wants to merge 2 commits intodw-0:masterfrom
Conversation
added 2 commits
October 13, 2025 16:13
- add install_root setting plus KIAUH_INSTALL_ROOT env override helper with legacy detection\n- route klipper, moonraker, extensions, and web clients to resolve paths via install root\n- create directories with sudo fallback and update backup/nginx helpers to use configured base\n- export actual backup destination in menu messaging and clarify default config
Ensure every crowsnest make invocation preserves the configured install root by injecting KIAUH_INSTALL_ROOT into the environment and using sudo --preserve-env, preventing installs from escaping the selected prefix. Also rerun make config/uninstall without relying on shell=True to avoid losing the environment. Resolve the Debian Trixie input shaper install failure by dynamically selecting between libatlas3-base and libatlas-base-dev using installed package checks and apt-cache, so users get the available ATLAS variant while the prompts and dependency installer stay in sync.
Owner
|
Hi, thank you for your contribution. The first bullet point should also be already solved. I fixed that issue after receiving a bug report :) |
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.
fixed kiauh.sh from launching with an error stating top_border: command not found.
add install_root setting plus KIAUH_INSTALL_ROOT env override helper with legacy detection\n- route klipper, moonraker, extensions, and web clients to resolve paths via install root\n- create directories with sudo fallback and update backup/nginx helpers to use configured base\n- export actual backup destination in menu messaging and clarify default config.
Fix crowsnest install root propagation and atlas dependency detection
Ensure every crowsnest make invocation preserves the configured install root by injecting KIAUH_INSTALL_ROOT into the environment and using sudo --preserve-env, preventing installs from escaping the selected prefix. Also rerun make config/uninstall without relying on shell=True to avoid losing the environment.
Resolve the Debian Trixie input shaper install failure by dynamically selecting between libatlas3-base and libatlas-base-dev using installed package checks and apt-cache, so users get the available ATLAS variant while the prompts and dependency installer stay in sync.