Skip to content

Commit 658e387

Browse files
authored
Update openhabian.md: make paths of openhabian.conf and initial.zip clearer. (#2017)
Signed-off-by: schup011 <60545419+schup011@users.noreply.github.com>
1 parent d995b2a commit 658e387

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/openhabian.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,8 @@ Each of these are included as a part of `openhabian-config` menu option 20.
249249

250250
Many settings are configurable prior to the first boot of openHABian by changing the key value pairs in the `/boot/openhabian.conf` file on the SD card once you have flashed the initial image onto it.
251251

252+
Please note that - in case you use a Windows system for writing the SD card - the `/boot/` partition will be mounted to a drive named `bootfs`. So, e.g. if this drive has the letter `D:`, `/boot/openhabian.conf` will be found as `D:\openhabian.conf`.
253+
252254
The openHABian configuration file uses key value pairs, essentially a list of `option=value` settings in a plain text file.
253255
All supported options are already in the file but unused options and optional components are commented out by default.
254256
Comments are defined by a `#` followed by a space, so any line you want to be ignored needs to start with a `# ` (yes the space is important).
@@ -401,7 +403,8 @@ clonebranch="openHAB"
401403

402404
An initial configuration file to import when setting up openHAB.
403405
This file must be a `.zip` archive created by `openhab-cli backup`.
404-
ATTENTION: keep /boot/firmware as the directory if you provide an absolute path
406+
ATTENTION: keep /boot/firmware as the directory if you provide an absolute path.
407+
So use the existing `firmware` folder in the boot partition (Windows: on the `bootfs` drive) or create it and place the backup file named `initial.zip` in that folder.
405408

406409
::: details Example
407410
```

0 commit comments

Comments
 (0)