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