From 651b17ed8f8a3106877a1485546758fe9feb2655 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 2 Apr 2018 22:40:27 +0200 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fd2b8ff58..4e5c6a089 100644 --- a/README.md +++ b/README.md @@ -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`