Tiny Linux based OS for probing, discovering and provisioning new nodes.
The project is built by Makefile so you need to run:
maketo build whole project.
You may build only parts of the project:
- Kernel
- Python
- Initramfs
To build kernel from scratch you need to run:
make kernelTo clean the project you need to run:
make clean