Difference between pages "Raspberry Pi" and "Template:DisplayBuilds"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
 
Line 1: Line 1:
{{fancywarning|Please, follow http://www.funtoo.org/Funtoo_Linux_Installation_on_ARM.}}
<includeonly>
 
{{#get_web_data:url=http://build.funtoo.org/index.xml|format=xml|use xpath|data=build=/subarches/subarch[@name='{{#var:subarch}}']/build[@id='{{{1}}}']/@build,variant=/subarches/subarch[@name='{{#var:subarch}}']/build[@id='{{{1}}}']/@variant,latest=/subarches/subarch[@name='{{#var:subarch}}']/build[@id='{{{1}}}']/@latest,path=/subarches/subarch[@name='{{#var:subarch}}']/build[@id='{{{1}}}']/@path,download=/subarches/subarch[@name='{{#var:subarch}}']/build[@id='{{{1}}}']/@download}}
In above mentioned guide installation is more detailed
<tr>
 
<td>{{#external_value:build}}</td>
The [http://raspberrypi.org Raspberry Pi] is an ARM device (BCM2835, ARMv6).
<td>{{#vardefine:v|{{#external_value:variant}}}}{{#if:{{#var:v}}|{{#var:v}}|<span style="color: #888;">standard</span>}}</td>
 
<td>{{#external_value:latest}}</td>
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.
<td>*'''[http://ftp.osuosl.org/pub/funtoo{{#external_value:download}} osuosl.org]'''
 
* '''[http://build.funtoo.org{{#external_value:download}} funtoo.org]'''</td>
Please read [[Funtoo Linux Installation on ARM]] for general information about installing Funtoo Linux on ARM architecture.
<td>* [http://ftp.osuosl.org/pub/funtoo{{#external_value:path}} osuosl.org]  
 
* [http://build.funtoo.org{{#external_value:path}} funtoo.org]</td>
 
</tr>
== Installation ==
</includeonly>
 
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>

Revision as of 04:21, January 15, 2015