Skip to content
README.md 218 B
Newer Older
# inkbox-os-init
InkBox OS init program. Is launched by BusyBox from `/etc/inittab` reference.
## Compilation
```
armv7l-linux-musleabihf-gcc init.c -o init -static -D_GNU_SOURCE
armv7l-linux-musleabihf-strip init
```