rootmos / spl

Deterministically configure, build and install custom Linux distributions from scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Single Purpose Linux distributions

A collection of scripts to deterministically configure, build and install custom Linux distributions from scratch.

  • raspberry.sh cross-compiled with musl libc:
    • arm-linux-musleabihf (32 bit): Raspberry Pi 1 and 1 B+
    • aarch64-linux-musl (64 bit): Raspberry Pi 3
  • debian.sh configured to boot on Google Compute Engine

About

Deterministically configure, build and install custom Linux distributions from scratch

License:The Unlicense


Languages

Language:Shell 95.2%Language:Makefile 4.8%