Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Shell
Cannot retrieve the latest commit at this time.
| Failed to load latest commit information. | |||
|
|
archive | ||
|
|
external/ryao | ||
|
|
files | ||
|
|
mygentoo @ d5e8530 | ||
|
|
utils | ||
|
|
.gitignore | ||
|
|
.gitmodules | ||
|
|
LICENSE | ||
|
|
Makefile | ||
|
|
README.txt | ||
|
|
emerge-wrapper.sh | ||
|
|
helpers.mk | ||
|
|
init.mk | ||
|
|
stage0.mk | ||
|
|
stage1.mk | ||
|
|
stage2.mk | ||
|
|
stage3.mk | ||
|
|
stage4.mk | ||
|
|
system.mk | ||
|
|
update_env.sh | ||
README.txt
============================================================================ Gentoo Prefix Boostrap ============================================================================ Highly experimental, use at your own risk and expect stuff to break. License: -------- Do What The Fuck You Want To Public License (WTFPL) see LICENSE file Usage: ------ To get some help: $ make help To install everything: $ make To uninstall everything: $ make uninstall By default the Gentoo Prefix will be installed in $HOME/gentoo but this can be overriden by specifying the EPREFIX environment variable, for example: $ EPREFIX=/path/to/my/eprefix make Successfully tested on: ----------------------- * Gentoo ;-) * Fedora release 12 (Constantine) * CentOS release 5.6 (Final) * Ubuntu 10.10 (Maverick Meerkat) * Ubuntu 9.10 (Karmic Koala) * Mandriva Linux release 2011.0 (Official) for x86_64 * Red Had 5.4 * Red Hat Enterprise Linux ES release 5 More information about Gentoo Prefix: ------------------------------------- * http://www.gentoo.org/proj/en/gentoo-alt/prefix/ * http://www.gentoo.org/proj/en/gentoo-alt/prefix/usecases.xml * http://www.gentoo.org/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml Contributors: ------------- * Nicolas Pinto <pinto@alum.mit.edu> * Nicolas Poilvert <poilvert@alum.mit.edu>