https://github.com/idorobots/spartan-linux
A very spartan GNU/Linux distribution.
https://github.com/idorobots/spartan-linux
distribution linux shell spartan
Last synced: 6 months 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-02-10T23:42:18.000Z (over 5 years ago)
- Last Synced: 2025-02-08T02:14:19.141Z (over 1 year 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.