All Projects → leahneukirchen → Sabotage

leahneukirchen / Sabotage

Licence: other
an experimental distribution based on musl libc and busybox

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Sabotage

Msx
JSX for Mithril.js 0.x
Stars: ✭ 370 (+496.77%)
Mutual labels:  unmaintained
Rdfgrid
[Unmaintained] RDFgrid is a framework for batch-processing RDF data with Hadoop and Amazon Elastic MapReduce.
Stars: ✭ 16 (-74.19%)
Mutual labels:  unmaintained
Djangoffice
Project management/CRM for small offices - Clients, Jobs, Tasks, Rates, Activities, Timesheets, Contacts, Invoices etc. etc.
Stars: ✭ 13 (-79.03%)
Mutual labels:  unmaintained
Complexity Report
[UNMAINTAINED] Software complexity analysis for JavaScript projects
Stars: ✭ 465 (+650%)
Mutual labels:  unmaintained
Timegrid
Free, open-source, online appointments platform based on Laravel PHP Framework.
Stars: ✭ 793 (+1179.03%)
Mutual labels:  unmaintained
Divergence Meter
Divergence Meter is an application based on Steins;Gate. Unmaintained, feel free to contribute
Stars: ✭ 18 (-70.97%)
Mutual labels:  unmaintained
Scaleapp
scaleApp is a JavaScript framework for scalable and maintainable One-Page-Applications
Stars: ✭ 353 (+469.35%)
Mutual labels:  unmaintained
Bootstrap Imageupload
A Bootstrap/jQuery plugin to preview image uploads.
Stars: ✭ 49 (-20.97%)
Mutual labels:  unmaintained
Miniproxy
🚨⚠️ UNMAINTAINED! ⚠️🚨 A simple PHP web proxy.
Stars: ✭ 810 (+1206.45%)
Mutual labels:  unmaintained
Notifo Imap Listener
ARCHIVED - Listens for incoming mail and forwards it to notifo
Stars: ✭ 10 (-83.87%)
Mutual labels:  unmaintained
Bootstrap Tags
Bootstrap-themed jquery tag interface
Stars: ✭ 562 (+806.45%)
Mutual labels:  unmaintained
Newforms
Isomorphic form-handling for React
Stars: ✭ 649 (+946.77%)
Mutual labels:  unmaintained
Itunescontrol
[Unmaintained] Global Hotkeys for iTunes
Stars: ✭ 23 (-62.9%)
Mutual labels:  unmaintained
Axe Cli
[Deprecated] A command-line interface for the aXe accessibility testing engine
Stars: ✭ 419 (+575.81%)
Mutual labels:  unmaintained
Matrix Appservice Twitter
Twitter AS bridge for Matrix
Stars: ✭ 27 (-56.45%)
Mutual labels:  unmaintained
React Heatpack
A 'heatpack' command for quick React development with webpack hot reloading
Stars: ✭ 354 (+470.97%)
Mutual labels:  unmaintained
Tools
various simple tools, not worth a project on their own
Stars: ✭ 17 (-72.58%)
Mutual labels:  unmaintained
Autocomplete Ruby
Provides intelligent code completion for Ruby in the Atom editor. Requires RSense.
Stars: ✭ 50 (-19.35%)
Mutual labels:  unmaintained
Ipfs Textbook
[unmaintained] Helping me understand what IPFS is and how it works
Stars: ✭ 43 (-30.65%)
Mutual labels:  unmaintained
Sloc
simple tool to count SLOC (source lines of code)
Stars: ✭ 841 (+1256.45%)
Mutual labels:  unmaintained

This is sabotage, an experimental distribution based on musl libc and busybox. As of this release, sabotage supports both i386 and x86_64.

Requirements:

  • ~4G free disk space
  • root access
  • usual GCC 4 toolchain
  • git
  • a bootloader of your choice (extlinux is favored)
  • lots of time and a fair bit of Linux knowledge

This system has been built on up-to-date Gentoo, Exherbo and Arch systems.

You can bootstrap your own build from the scripts at

           https://github.com/chneukirchen/sabotage

or use a ready-to-boot disk image either for netinstall or with sets included (put it on an USB stick, burning a CD will not work), to be found at:

       http://xmw.de/mirror/sabotage/sabotage-2011-04-30/

You also can netboot the install kernel directly (use pxelinux from somewhere).

READ THE COOKBOOK FIRST.

Build instructions: Caveat emptor, this is all pre-alpha! DO NOT RUN SCRIPTS YOU HAVE NOT READ.

% cp KEEP/config.stage0 config % vi config $K directory with patches $S where sources are compiled (stage0: ~700MB, stage1: ~2.1GB) $R root file system

% . ./config # required!

% ./build-stage0 # build toolchain (~15min on a modern machine) % ./enter-chroot # enter $R chrooted, needs root password

cd /tmp/src/sabotage # absolute path required!

mk stage1 # rebuild stuff, build kernel (~1h)

copy $R to a ext4 file-system

extlinux -i $R/boot

mk pkg # additional stuff

mk xorg # build X.org

See "mk help" for further options.

The build is parallel-safe (MAKEFLAGS=-j), but all packages are build sequentially.

The default root password is "sabotage".

There is a mailinglist [email protected], mail [email protected] and follow instructions to get on it. Archives are at http://openwall.com/lists/sabotage/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].