logo

bootstrap-initrd

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

muxzcat.sh (157B)


  1. #!/bin/sh
  2. set -ex
  3. cd /extras/muxzcat-*/
  4. $CC -std=c90 $CFLAGS -o /usr/bin/muxzcat muxzcat.c
  5. ln -s muxzcat /usr/bin/xzcat
  6. ln -s muxzcat /usr/bin/xzdec
  7. cd -