The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Raspberry Pi
Please, follow http://www.funtoo.org/Funtoo_Linux_Installation_on_ARM.
In above mentioned guide installation is more detailed
The Raspberry Pi is an ARM device (BCM2835, ARMv6).
This document contains notes about getting Funtoo Linux up-and-running on the Raspberry Pi. Most information is already available on other documents, so this document mostly explains how to get the information needed to perform the installation.
Please read Funtoo Linux Installation on ARM for general information about installing Funtoo Linux on ARM architecture.
Installation
Gentoo Linux's wiki already provide a complete installation manual for Gentoo Linux. To avoid duplicating information, only parts that are different for Funtoo Linux will be highlighted here.
Gentoo's Raspberry Pi Quick Install Guide
Stage 3
Funtoo Linux Stage 3 tarballs for Raspberry Pi can be found on [1].
Extracting the tarball is done using tar xpf instead of tar xpjf.
Portage
Funtoo Linux Portage tarballs can be found on [2].
Extracting the tarball is done using tar xf instead of tar xjf.
Enabling networking on boot
Please consult Funtoo Linux Networking for information regarding network configuration.
Select profile
Funtoo Linux has a different profile than Gentoo. Correct arch and build will be already set. It is possible to change flavor or add mix-ins using eselect.
More information can be found on Funtoo 1.0 Profile.
root # eselect profile list Currently available arch profiles: [1] funtoo/1.0/linux-gnu/arch/arm-32bit/armv7a_hardfp [2] funtoo/1.0/linux-gnu/arch/arm-32bit/armv6j_hardfp * Currently available build profiles: [3] funtoo/1.0/linux-gnu/build/stable [4] funtoo/1.0/linux-gnu/build/current * [5] funtoo/1.0/linux-gnu/build/experimental Currently available flavor profiles: [6] funtoo/1.0/linux-gnu/flavor/minimal [7] funtoo/1.0/linux-gnu/flavor/core * [8] funtoo/1.0/linux-gnu/flavor/desktop [9] funtoo/1.0/linux-gnu/flavor/workstation Currently available mix-ins profiles: [10] funtoo/1.0/linux-gnu/mix-ins/audio [11] funtoo/1.0/linux-gnu/mix-ins/console-extras [12] funtoo/1.0/linux-gnu/mix-ins/dvd [13] funtoo/1.0/linux-gnu/mix-ins/gnome [14] funtoo/1.0/linux-gnu/mix-ins/kde [15] funtoo/1.0/linux-gnu/mix-ins/media [16] funtoo/1.0/linux-gnu/mix-ins/print [17] funtoo/1.0/linux-gnu/mix-ins/python3-only [18] funtoo/1.0/linux-gnu/mix-ins/rhel5-compat [19] funtoo/1.0/linux-gnu/mix-ins/server-db [20] funtoo/1.0/linux-gnu/mix-ins/server-mail [21] funtoo/1.0/linux-gnu/mix-ins/server-web [22] funtoo/1.0/linux-gnu/mix-ins/X [23] funtoo/1.0/linux-gnu/mix-ins/xfce