Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/idorobots/spartan-linux

A very spartan GNU/Linux distribution.
https://github.com/idorobots/spartan-linux

distribution linux shell spartan

Last synced: 8 days ago
JSON representation

A very spartan GNU/Linux distribution.

Awesome Lists containing this project

README

        

# Spartan Linux

A Linux kernel with statically-compiled Busybox & Dropbear userspace. Supported targets:

- [arm-rpi2](targets/arm-rpi2)
- [i386-generic](targets/i386-generic)
- [powerpc-generic](targets/powerpc-generic)
- [x86_64-generic](targets/x86_64-generic)

Prerequisites:

- *nix environment (make, wget, tar, patch, etc),
- gperf, help2man & other [crosstool-ng](http://crosstool-ng.github.io/) dependencies,
- anything extra that a specific target requires.

Building:

```
$ make -j8 TARGET=x86_64-generic
```

See target-specific README for extra assembly instructions.