Changes

Jump to navigation Jump to search
Line 49: Line 49:     
==== Gentoo chroot ====
 
==== Gentoo chroot ====
 +
 +
Well, if you are familiar with regular Gentoo installation process(by using [http://www.gentoo.org/doc/en/handbook/ Handbook] instead of GUI stuff) you should know how to setup Gentoo chtoot :). Otherwise use these instructions.
 +
 +
* Firstly, you need Gentoo stage tarball. You can borrow it from any [http://www.gentoo.org/main/en/mirrolrs2.xml mirror] (use releases/<platform>/current sub directory).
 +
 +
* Lets think you are using stage3-i686-20090623.tar.bz2, then:
 +
 +
mkdir chroot-gentoo
 +
tar xjpf stage3-i686-20090623.tar.bz2 -C chroot-gentoo
 +
mount -o bind /dev chroot-gentoo/dev
 +
mount -o bind /proc chroot-gentoo/proc
 +
chroot chroot-gentoo /bin/bash
    
=== Sugar Installation ===
 
=== Sugar Installation ===

Navigation menu