mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-08-30 01:44:25 +01:00
* Use kernel local version for HAOS compiled Linux kernel Use the local version config option to add "haos" to the system's Linux kernel version to indicate the kernel is built specifically for Home Assistant OS. This makes sure to overwrite any other local version (e.g. provided by Raspberry Pi kernel's defconfig) and makes it easier to verify something is running on HAOS since the string will be visible in any Container using `uname -a`. * Add dash in front