The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Install/de/PortageTree
This is a template that is used as part of the Installation instructions which covers: downloading the Portage tree within the chroot. Templates are being used to allow multiple variant install guides that use most of the same re-usable parts.
Herunterladen des Portage Tree
Fuer eine alternative zur hier beschriebenen Methode siehe: Installing Portage From Snapshot.
Jetzt ist es an der Zeit eine Kopie des Portage Repository, welches Paket Skripte (sogennante ebuilds) enthaelt die portage anweisen wie tausende von Programmen gebaut und installiert werden muessen, zu installieren. Um das Repository zu erstellen, fuehrt man einfach emerge --sync
innerhalb der chroot Umgebung aus. Dies erstellt automatisch eine Kopie des Trees von GitHub:
(chroot) # emerge --sync
Falls du beim erstmaligen ausfuehren von emerge --sync
aufgrund von Begrenzungen des git Protokolls bekommst, aendere die VariableSYNC
in /etc/make.conf
folgendermassen:
SYNC="https://github.com/funtoo/ports-2012.git"