From c503592a56db543c32423debbba2bec69262e8bc Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 3 Jun 2018 15:13:07 +0200 Subject: [PATCH] Update configuration.md --- Documentation/configuration.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Documentation/configuration.md b/Documentation/configuration.md index 05f96d050..20a2dd53d 100644 --- a/Documentation/configuration.md +++ b/Documentation/configuration.md @@ -1,6 +1,6 @@ # Configuration -## USB +## Automatic You can format a USB stick with FAT32 and name it with `hassos-config`. The layout could be look like: ``` @@ -15,11 +15,13 @@ hassos-xy.rauc - `known_hosts` file activate debug SSH access of port `22222`. - For firmware updates you can but the `hassos-*.rauc` OTA update they should be install. -## Bootargs +## Local + +### Bootargs You can edit or create a `cmdline.txt` into your boot partition. That will be read from our bootloader. -## Kernel-Module +### Kernel-Module The kernel module folder `/etc/modules-load.d` is persistent and you can add your config files there. See [Systemd modules load][systemd-modules].