https://www.youtube.com/watch?v=-5onRbZA0QQ
https://github.com/opencomputeproject/onie/blob/master/machine/kvm_x86_64/INSTALL
https://github.com/CumulusNetworks/DUE/
https://opencomputeproject.github.io/onie/developers/building.html
https://gist.github.com/lool/acfa4d74aa5f8dc8cda721536f230b6f
git clone https://github.com/CumulusNetworks/DUE.git
cd DUE
$ sudo vi /etc/docker/daemon.json
with content:
{
"experimental": true
}
systemctl restart docker
./due --create help
./due --create --platform linux/amd64 --name onie-build-debian-10 --prompt ONIE-10 --tag onie --use-template onie --from debian:10 --description "ONIE Build Debian 10"
./due --run
git clone https://github.com/opencomputeproject/onie.git
git config --global user.email "[email protected]"
git config --global user.name "Dipankar Pal"
make MACHINE=kvm_x86_64 signing-keys-generate
make MACHINE=kvm_x86_64 -j4 shim-self-sign
make -j $(grep -c "^processor" /proc/cpuinfo) MACHINE=kvm_x86_64 all recovery-iso