Skip to content

Commit 00f69f5

Browse files
committed
Add manual page
1 parent 84ec25e commit 00f69f5

File tree

3 files changed

+397
-3
lines changed

3 files changed

+397
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ image is used, the `REGISTRY` and/or `IMAGE` needs to be specified with every
4242

4343
Beside the user configuration file, there are two additional system wide
4444
configuration files:
45-
* `/usr/etc/toolboxrc`: distribution specific configuration file
45+
* `/usr/share/toolbox/toolboxrc`: distribution specific configuration file
4646
* `/etc/toolboxrc`: system specific configuration file created by a system administrator
4747

48-
The configuration files are read in the order: `/usr/etc/toolboxrc`,
48+
The configuration files are read in the order: `/usr/share/toolbox/toolboxrc`,
4949
`/etc/toolboxrc`, `~/.toolboxrc`. The last value is used.
5050

5151
### Alternative UI

toolbox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ else
3232
echo "$0: ERROR: neither 'podman' nor 'docker' are available. Exiting!"
3333
fi
3434

35-
test -f /usr/etc/toolboxrc && . /usr/etc/toolboxrc
35+
test -f /usr/share/toolbox/toolboxrc && . /usr/share/toolbox/toolboxrc
3636
test -f /etc/toolboxrc && . /etc/toolboxrc
3737

3838
MODE="system"

0 commit comments

Comments
 (0)