mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-25 22:16:30 +00:00
Update README.md
This commit is contained in:
parent
c7d231bdb1
commit
d903438125
19
README.md
19
README.md
@ -3,13 +3,26 @@
|
|||||||
# hassio-os
|
# hassio-os
|
||||||
Hass.io OS based on buildroot
|
Hass.io OS based on buildroot
|
||||||
|
|
||||||
|
# Pin
|
||||||
|
- 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.
|
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.
|
||||||
|
|
||||||
# edit
|
# 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 savedefconfig 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 linux-menuconfig`
|
||||||
|
- `make -C /build/buildroot BR2_EXTERNAL=/build/buildroot-external barebox-menuconfig`
|
||||||
|
|
||||||
|
- `make -C /build/buildroot BR2_EXTERNAL=/build/buildroot-external savedefconfig BR2_DEFCONFIG=/build/buildroot-external/configs/xy_defconfig`
|
||||||
|
- `make -C /build/buildroot BR2_EXTERNAL=/build/buildroot-external linux-update-defconfig`
|
||||||
|
- `make -C /build/buildroot BR2_EXTERNAL=/build/buildroot-external barebox-update-defconfig`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user