Skip to content

Commit

Permalink
fix: typo in persistent home docs (#2874)
Browse files Browse the repository at this point in the history
* fix: typo in persistent home docs

Signed-off-by: dkwon17 <[email protected]>

* Update modules/administration-guide/pages/about-persistent-user-home.adoc

Co-authored-by: Mykhailo Kuznietsov <[email protected]>

---------

Signed-off-by: dkwon17 <[email protected]>
Co-authored-by: Mykhailo Kuznietsov <[email protected]>
  • Loading branch information
dkwon17 and mkuznyetsov authored Mar 6, 2025
1 parent 62ced6e commit c47a409
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The primary function of the `stow` command is to run:
stow -t /home/user/ -d /home/tooling/ --no-folding
----

The command above creates symbolic links in `/home/user` for files and directories located in /home/tooling. This populates the persistent volume with symbolic links to the content in `/home/tooling`. As a result, it the `persistentUserHome` feature expects the tooling image to have its `/home/user/` content within `/home/tooling`.
The command above creates symbolic links in `/home/user` for files and directories located in `/home/tooling`. This populates the persistent volume with symbolic links to the content in `/home/tooling`. As a result, the `persistUserHome` feature expects the tooling image to have its `/home/user/` content within `/home/tooling`.

For example, if the tools container image contains files in the `home/tooling` directory such as `.config` and `.config-folder/another-file`, stow will create symbolic links in the persistent volume in the following manner:

Expand Down

0 comments on commit c47a409

Please sign in to comment.