logo

bootstrap-initrd

Linux initrd to bootstrap from a small binary seed git clone https://anongit.hacktivis.me/git/bootstrap-initrd.git/

usign.sh (175B)


  1. #!/bin/sh
  2. set -ex
  3. cd /extras/usign-*/
  4. ${CC} -std=gnu99 ${CFLAGS} -o /bin/usign ed25519.c edsign.c f25519.c fprime.c sha512.c base64.c main.c
  5. ln -s usign /bin/signify
  6. cd -