-
Notifications
You must be signed in to change notification settings - Fork 1
Caveman Development
Chris edited this page Oct 20, 2013
·
11 revisions
Warning: These are the first steps we're making to develop NexToo. This is very much a work in progress. Follow these steps with caution...
You will need to be root
- Create a directory to develop in
- Download latest Gentoo Stage3
- Extract Stage3
- Download latest Portage
- Extract Portage
- Mount proc
- Mount dev
- Mount sys
- Copy resolve.conf
- chroot into new environment
cd /opt/devbin/ && mkdir nextooTest && cd nextooTest
wget http://gentoo.closest.myvwan.com/gentoo/releases/amd64/current-stage3/stage3-amd64-20131010.tar.bz2
tar -xvpf stage3-amd64-20131010.tar.bz2
http://gentoo.closest.myvwan.com/gentoo/snapshots/portage-latest.tar.bz2
tar -xvf portage-latest.tar.bz2 -C usr/
mount -t proc none proc/
mount --rbind /dev dev/
mount --rbind /sys sys/
cp /etc/resolv.conf etc/
chroot .
env-update
source /etc/profile
- Emerge Layman
- Add
source /var/lib/layman/make.confto your make.conf - Edit Layman conf file and add http://www.nextoo.org/layman/repositories.xml as an Overlay Repository
- Add nextoo to Layman
emerge -av layman
nano -w /etc/layman/layman.conf
layman --add nextoo