Difference between pages "Raspberry Pi" and "Talk:How to set up a binary package server"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
 
Line 1: Line 1:
The [http://raspberrypi.org Raspberry Pi] is an ARM device (BCM2835, ARMv6).
It would be nice to include a list of public binhost mirorrs for funtoo [http://en.gentoo-wiki.com/wiki/Using_Portage_BINHOST#List_of_public_BINHOST_servers like gentoo does.]. Because I often deal with compile failures (there is sometimes I can't solve failures) and it would be helpfull for peoples to download pre-compiled packages when they can't compile them rather than downloading the package from an another distribution (I think others reasons to do this exist).
 
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.
 
[http://wiki.gentoo.org/wiki/Raspberry_Pi_Quick_Install_Guide Gentoo's Raspberry Pi Quick Install Guide]
 
=== Stage 3 ===
 
Funtoo Linux Stage 3 tarballs for Raspberry Pi can be found on [http://ftp.osuosl.org/pub/funtoo/funtoo-current/arm-32bit/armv6j_hardfp/].
 
Extracting the tarball is done using <tt>tar xf</tt> instead of <tt>tar xjf</tt>.
 
=== Portage ===
 
Funtoo Linux Portage tarballs can be found on [http://ftp.osuosl.org/pub/funtoo/funtoo-current/snapshots/].
 
Extracting the tarball is done using <tt>tar xf</tt> instead of <tt>tar xjf</tt>.
 
=== 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]].
 
<console>
# ##i##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
</console>

Latest revision as of 22:21, January 12, 2013

It would be nice to include a list of public binhost mirorrs for funtoo like gentoo does.. Because I often deal with compile failures (there is sometimes I can't solve failures) and it would be helpfull for peoples to download pre-compiled packages when they can't compile them rather than downloading the package from an another distribution (I think others reasons to do this exist).