mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 15:06:29 +00:00
Update README.md
This commit is contained in:
parent
13e1bd0d81
commit
13899d8b71
@ -1,22 +1,22 @@
|
|||||||
## WORK IN PROGRESS!
|
## WORK IN PROGRESS!
|
||||||
|
|
||||||
# hassio-os
|
# HassioOS
|
||||||
Hass.io OS based on buildroot
|
Hass.io OS based on buildroot
|
||||||
|
|
||||||
# Pin
|
# Focus
|
||||||
- Linux kernel 4.15
|
- Linux kernel 4.15
|
||||||
- Barebox as bootloader
|
- Barebox as bootloader
|
||||||
- RAUC for OTA updates
|
- RAUC for OTA updates
|
||||||
- SquashFS LZ4 for filesystem
|
- SquashFS LZ4 for filesystem
|
||||||
- Docker 17.12.1
|
- Docker 17.12.1
|
||||||
|
|
||||||
# building
|
# Building
|
||||||
Running sudo `./enter.sh` will get you into the build docker container.
|
Running sudo `./enter.sh` will get you into the build docker container.
|
||||||
`make -C /build/buildroot BR2_EXTERNAL=/build/buildroot-external xy_defconfig`
|
`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.
|
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 defconfig BR2_DEFCONFIG=/build/buildroot-external/configs/xy_defconfig`
|
||||||
- `make -C /build/buildroot BR2_EXTERNAL=/build/buildroot-external menuconfig`
|
- `make -C /build/buildroot BR2_EXTERNAL=/build/buildroot-external menuconfig`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user