-
Couldn't load subscription status.
- Fork 881
config: Make the data directory configurable #1806
Conversation
|
I decided to postpone renaming the |
|
TBD: Update the CHANGELOG, after the 0.12.0 is released. |
5421e8b to
772634a
Compare
|
Just a nitpick |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually the first sentence in this file is:
The data directory is normally /var/lib/rkt but rkt can be requested to use another directory via the --dir command line argument.
Can this updated? Maybe something like:
The data directory is normally /var/lib/rkt, unless configured otherwise. + link to configuration.md
772634a to
97407b4
Compare
|
Rebased to master and updated the documentation. |
678d14a to
46807a6
Compare
|
needs to be rebased again. |
Adds a new category of config called "paths" which is intended to allow the user to configure various paths. At the moment, it supports one - the data directory. By setting this, you can control where image files are stored without having to give a CLI argument.
46807a6 to
6db3861
Compare
|
Rebased. |
|
LGTM |
config: Make the data directory configurable
Adds a new category of config called "paths" which is intended to
allow the user to configure various paths. At the moment, it supports
one - the data directory. By setting this, you can control where image
files are stored without having to give a CLI argument.
This is based on #1192.
I will need it for configuring default stage1 directory.