R.Launchpad is a minimal distribution of Linux that builds a system-image from sources into a given disk partition. It covers all the commands needed to boot the most recent version of Linux-2.6.
| Tags | Linux Source Linux Distributions build system minimal |
|---|---|
| Licenses | GPLv3 |
| Operating Systems | Linux |
| Implementation | make gcc GNU Flex Bison bash Red Hat 7.3 |
| Translations | English |
Recent comments
05 Aug 2011 01:26
R.Launchpad is a minimal distribution for Linux that build a system-image in given disk-partition(ROOTDEV).
It doesn't include linux source but just refers to the include-files to build the system-image and uses the compiled kernel-image to boot the system-image from ROOTDEV.
It's distributed in the form of source code from which the system-image can be built on given ROOTDEV in 1~2 minutes(host-machine: Pentium4).
This software is a light-weighted x86 base-system,
aiming at kernel-testbeds for developers,