1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-20 02:18:37 +00:00

Add submodule

This commit is contained in:
Pascal Vizeli
2018-03-07 22:24:16 +01:00
parent 687a8fb962
commit 9541a7e67e
7 changed files with 11 additions and 20 deletions

View File

@@ -5,8 +5,6 @@ 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`
`make -C /build/buildroot BR2_EXTERNAL=/build/buildroot-external`
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.
From outside the docker container, while it is still running you can use `./getimage.sh` to get the output image.