docs: Add documentation about how to reconfigure "$DATA_SHARE" (#251)
This was mainly used by https://github.com/home-assistant/supervised-installer/issues/187
This commit is contained in:
parent
51a506a494
commit
10b1819f05
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -66,6 +66,17 @@ dpkg -i homeassistant-supervised.deb
|
||||||
- tinker
|
- tinker
|
||||||
- khadas-vim3
|
- khadas-vim3
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
The default path for our `$DATA_SHARE` is `/usr/share/hassio`.
|
||||||
|
This path is used to store all home assistant related things.
|
||||||
|
|
||||||
|
You can reconfigure this path during installation with
|
||||||
|
|
||||||
|
```bash
|
||||||
|
DATA_SHARE=/my/own/homeassistant dpkg --force-confdef --force-confold -i /srv/setup/homeassistant-supervised.deb
|
||||||
|
```
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
If something's going wrong, use `journalctl -f` to get your system logs. If you are not familiar with Linux and how you can fix issues, we recommend to use our Home Assistant OS.
|
If something's going wrong, use `journalctl -f` to get your system logs. If you are not familiar with Linux and how you can fix issues, we recommend to use our Home Assistant OS.
|
||||||
|
|
Loading…
Reference in a new issue