logo

bootstrap-initrd

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

muon-stage1.sh (266B)


  1. #!/bin/sh
  2. set -ex
  3. tar xof /distfiles/muon-*.tar.gz
  4. cd muon-*/
  5. ./bootstrap.sh bootstrap
  6. export LD=$CC
  7. ./bootstrap/muon-bootstrap setup -Dprefix=/usr build
  8. ./bootstrap/muon-bootstrap -C build samu
  9. ./bootstrap/muon-bootstrap -C build install
  10. cd ..
  11. rm -r ./muon-*/