docs/getting-started -document RIP vs install copy behavior in pickconfig#3974
Open
grandixximo wants to merge 1 commit intoLinuxCNC:masterfrom
Open
docs/getting-started -document RIP vs install copy behavior in pickconfig#3974grandixximo wants to merge 1 commit intoLinuxCNC:masterfrom
grandixximo wants to merge 1 commit intoLinuxCNC:masterfrom
Conversation
…nfig Configuration Selector copies sample configs to ~/linuxcnc/configs on package installs but runs them in place on RIP builds. This was documented only in pickconfig.tcl source comments. Add user-facing notes covering when the copy happens (package install vs RIP) and the debug_pickconfig=1 override for forcing a copy from a RIP build. Refs LinuxCNC#3924.
Contributor
|
Looks good! |
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
Documents the Configuration Selector copy-on-launch behavior in
docs/src/getting-started/running-linuxcnc.adoc:under a non-writable system path
writable by the user who built it
debug_pickconfig=1env var forces a copy from a RIP buildBehavior is unchanged since 2006 (commit 03ebae2, "prompt the user
to copy a read-only configuration"); this was previously only
documented in
tcl/bin/pickconfig.tclsource comments.Closes the documentation gap raised in #3924 by @rodw-au.
Test plan