From 13899d8b71d9b4e72dc0daf7b196f2575d75fa4e Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 25 Mar 2018 13:37:52 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3e09190fa..e05bdd835 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,22 @@ ## WORK IN PROGRESS! -# hassio-os +# HassioOS Hass.io OS based on buildroot -# Pin +# Focus - Linux kernel 4.15 - Barebox as bootloader - RAUC for OTA updates - SquashFS LZ4 for filesystem - Docker 17.12.1 -# building +# Building Running sudo `./enter.sh` will get you into the build docker container. `make -C /build/buildroot BR2_EXTERNAL=/build/buildroot-external xy_defconfig` From outside the docker container, while it is still running you can use `./getimage.sh` to get the output image. -# Helpers +## Helpers - `make -C /build/buildroot BR2_EXTERNAL=/build/buildroot-external defconfig BR2_DEFCONFIG=/build/buildroot-external/configs/xy_defconfig` - `make -C /build/buildroot BR2_EXTERNAL=/build/buildroot-external menuconfig`