thecode 00723f2115 Add condition to run QEMU guest agent for QEMU hypervisor (#752)
The proposed changed is to run the qemu guest agent for QEMU hypervisor. QEMU hypervisor and KVM hypervisor are using the same guest agent.
systemd allow detecting the difference between the two hypervisors. The change is using OR trigger, meaning it will trigger if one of the "ConditionVirtualization" rules is true.
2020-07-02 09:45:38 +00:00
2020-02-17 09:53:09 +01:00
2020-06-06 11:11:26 +00:00
2018-10-11 20:56:11 +02:00
2018-06-24 00:11:54 +02:00
2019-05-09 10:10:53 +02:00
2020-05-26 06:03:47 +00:00
2018-04-15 10:27:33 +02:00
2019-01-04 22:01:43 +01:00
2020-05-14 09:27:11 +02:00

Home Assistant Operating system

Home Assistant Operating System (HassOS) is based on buildroot. 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 and its features (to be precise, the Add-ons). 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

  • Barebox as bootloader on EFI
  • U-Boot as bootloader
  • Linux/Buildroot LTS
  • RAUC for OTA updates
  • SquashFS LZ4 as filesystem
  • Docker-CE
  • AppArmor protected
  • ZRAM LZ4 for /tmp, /var and swap
Description
Languages
Python 73.1%
Shell 16.6%
Makefile 8.7%
HTML 0.8%
Dockerfile 0.4%
Other 0.4%