mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-05-08 17:49:46 +01:00
13 lines
390 B
Makefile
13 lines
390 B
Makefile
# Configuration
|
|
|
|
## Bootargs
|
|
|
|
You can edit or create a `cmdline.txt` into your boot partition. That will be read from our bootloader.
|
|
|
|
## 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].
|
|
|
|
|
|
[systemd-modules]: https://www.freedesktop.org/software/systemd/man/modules-load.d.html
|