Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/idorobots/spartan-linux
- Owner: Idorobots
- Created: 2017-05-05T19:24:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-10T23:42:18.000Z (over 3 years ago)
- Last Synced: 2024-10-11T01:18:55.723Z (25 days ago)
- Topics: distribution, linux, shell, spartan
- Language: Makefile
- Homepage:
- Size: 258 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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.