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
0181f95ba7
commit
651b17ed8f
14
README.md
14
README.md
@ -1,18 +1,26 @@
|
|||||||
## WORK IN PROGRESS!
|
# WORK IN PROGRESS!
|
||||||
|
|
||||||
# HassioOS
|
# HassioOS
|
||||||
Hass.io OS based on buildroot
|
Hass.io OS based on buildroot
|
||||||
|
|
||||||
# Focus
|
## 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
|
||||||
|
- ZRAM LZ4 for /tmp, /var, /run
|
||||||
|
|
||||||
# Schemas
|
## Schemas
|
||||||

|

|
||||||
|
|
||||||
|
## Config
|
||||||
|
|
||||||
|
Create a USB stick with a partition "hassio-config". This partition can include follow files:
|
||||||
|
|
||||||
|
- network-*.config
|
||||||
|
- swap.config
|
||||||
|
|
||||||
# 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`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user