mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 15:36:29 +00:00
Update the README file (#666)
This commit is contained in:
parent
613604ea74
commit
71974edfd7
13
README.md
13
README.md
@ -1,15 +1,18 @@
|
|||||||
# Home Assistant Operating-System
|
# Home Assistant Operating system
|
||||||
Hass.io OS based on [buildroot](https://buildroot.org/). It's a hypervisor for Docker and supports various kind of IoT hardware. It is also available as virtual appliance. The whole system is optimized for embedded system and security. You can update the system simple with OTA updates or offline updates.
|
|
||||||
|
|
||||||
This is a embedded Linux which work different as a normal Linux distribution. The system is designed to run with less as possible I/O and full optimized for what is needed to be. Not more and not less. If you don't have expirence with embedded systems, that will be the point to go out of this repository. All docs are for developer with embedded background.
|
Home Assistant Operating System (HassOS) is based on [buildroot](https://buildroot.org/). It's a hypervisor for Docker and supports various kind of hardware. It is also available as virtual appliance for different virtualization solutions. The whole system is optimized for hosting [Home Assistant](https://www.home-assistant.io) and its features (to be precise, the [Add-ons](https://www.home-assistant.io/addons/)). You can update the system by using OTA updates or offline updates.
|
||||||
|
|
||||||
|
This is an embedded Linux which works different than a normal Linux distribution. The system is designed to run with minimal I/O and is optimized for its tasks.
|
||||||
|
|
||||||
|
If you don't have experience with embedded systems, buildroot or the build process Linux distributions, then please read up on those topics. All provided documentation here is focusing on developers with a background on embedded systems or a strong understanding of the internal workings of operating systems.
|
||||||
|
|
||||||
## Focus
|
## Focus
|
||||||
|
|
||||||
- Barebox as bootloader on EFI
|
- Barebox as bootloader on EFI
|
||||||
- U-Boot as bootloader on IoT
|
- U-Boot as bootloader
|
||||||
- Linux/Buildroot LTS
|
- Linux/Buildroot LTS
|
||||||
- RAUC for OTA updates
|
- RAUC for OTA updates
|
||||||
- SquashFS LZ4 as filesystem
|
- SquashFS LZ4 as filesystem
|
||||||
- Docker-CE
|
- Docker-CE
|
||||||
- AppArmor protected
|
- AppArmor protected
|
||||||
- ZRAM LZ4 for /tmp, /var, swap
|
- ZRAM LZ4 for `/tmp`, `/var` and swap
|
||||||
|
Loading…
x
Reference in New Issue
Block a user