Update README.md

This commit is contained in:
Pascal Vizeli 2018-04-02 22:40:27 +02:00 committed by GitHub
parent 0181f95ba7
commit 651b17ed8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,18 +1,26 @@
## WORK IN PROGRESS!
# WORK IN PROGRESS!
# HassioOS
Hass.io OS based on buildroot
# Focus
## Focus
- Linux kernel 4.15
- Barebox as bootloader
- RAUC for OTA updates
- SquashFS LZ4 for filesystem
- Docker 17.12.1
- ZRAM LZ4 for /tmp, /var, /run
# Schemas
## Schemas
![](misc/hassio-os-partition.png?raw=true)
## Config
Create a USB stick with a partition "hassio-config". This partition can include follow files:
- network-*.config
- swap.config
# Building
Running sudo `./enter.sh` will get you into the build docker container.
`make -C /build/buildroot BR2_EXTERNAL=/build/buildroot-external xy_defconfig`