mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00:00
Fix hassos-conf label (#48)
* Update mnt-config.mount * Update configuration.md * Update configuration.md * Update mnt-config.mount * Update configuration.md
This commit is contained in:
parent
f6a916001d
commit
f739aed8de
@ -2,7 +2,7 @@
|
||||
|
||||
## Automatic
|
||||
|
||||
You can format a USB stick with FAT32 and name it with `hassos-config`. The layout could be look like:
|
||||
You can format a USB stick with FAT32/EXT4 and name it with `config`. The layout could be look like:
|
||||
```
|
||||
network/
|
||||
modules/
|
||||
@ -28,5 +28,8 @@ You can edit or create a `cmdline.txt` into your boot partition. That will be re
|
||||
|
||||
The kernel module folder `/etc/modules-load.d` is persistent and you can add your config files there. See [Systemd modules load][systemd-modules].
|
||||
|
||||
### Network
|
||||
|
||||
You can manual add, edit or remove connections configs from `/etc/NetworkManager/system-connections`.
|
||||
|
||||
[systemd-modules]: https://www.freedesktop.org/software/systemd/man/modules-load.d.html
|
||||
|
@ -2,7 +2,7 @@
|
||||
Description=HassOS config partition
|
||||
|
||||
[Mount]
|
||||
What=LABEL=hassos-config
|
||||
What=LABEL=config
|
||||
Where=/mnt/config
|
||||
Type=auto
|
||||
Options=ro
|
||||
|
Loading…
x
Reference in New Issue
Block a user