From 56baadc829f709bd3880bf58f96e7b96d66e2eeb Mon Sep 17 00:00:00 2001 From: Karol Stosik Date: Mon, 25 Apr 2022 14:35:01 +0200 Subject: [PATCH] Update configuration.md (#1856) With CR LF my configuration wasn't used at all. --- Documentation/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/configuration.md b/Documentation/configuration.md index 672e46d7f..f62c72dd9 100644 --- a/Documentation/configuration.md +++ b/Documentation/configuration.md @@ -23,6 +23,8 @@ hassos-xy.raucb - The `timesyncd.conf` file allow you to set different NTP servers. HassOS won't boot without correct working time servers! - The `hassos-*.raucb` file is a firmware OTA update which will be installed. These can be found on on the [release][hassos-release] page. +Text files that are on USB stick must have Unix (LF) end of line characters. If you create USB stick on Windows machine, be sure to use Notepad++, Visual Studio Code or any other editor, that supports different line endings. In Notepad++ LF EOL can be enabled with setting `Edit -> EOL Conversion -> Unix (LF)`. + You can put this USB stick into the device and it will be read on startup and files written to the correct places. You can also trigger this process later over the API/UI or by calling `systemctl restart hassos-config` on the host. *The USB Stick just needs to be inserted to the device during this setup process and can be disconnected afterwards.*