muOS
- Sustainable Operating System Architecture
- Programmable System Installation
- Fastest Automatic System Installation
- Fastest System Restoration
- Continuable System
You can download the custom Archiso in CircleCI artifacts of make-archiso-workflow.
- On the target:
addr="$(ip route get 1.2.3.4 | head --lines=1 | awk '{print $7}')"
echo "addr=$addr"
nc -lvp 6867 | install /dev/stdin /usr/local/bin/serve
- On the host:
addr='<addr>'
nc -vw 2 "$addr" 6867 < ./scripts/serve
- On the target:
serve
- On the host:
./scripts/transfer "$addr"