From 1922d16073d15dd9148420cbaf28ddd2e23df4b5 Mon Sep 17 00:00:00 2001 From: Alex Harvey Date: Wed, 3 Jan 2018 10:50:25 -0800 Subject: [PATCH] Start of a readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..fc66e6dd7 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +## WORK IN PROGRESS! + +# hassio-os +Hass.io OS based on buildroot + +# building +Running sudo `./enter.sh` will get you into the build docker container. +`cd /buildroot/buildroot-2017.11.1` +`make` + +From outside the docker container, while it is still running you can use `sudo ./getimage.sh` to get the output image, +and `sudo ./getconfig` to backup the config changes to buildroot you made.