Difference between pages "Subarches" and "Package:Debian-sources"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
m (resolving zillions of complaints)
 
(Created page with "{{Ebuild |Summary=This is the Debian kernel. This is default recommended kernel to use in http://www.funtoo.org/Funtoo_Linux_Installation |CatPkg=sys-kernel/debian-sources |Ma...")
 
Line 1: Line 1:
= Download/Browse Funtoo Linux Subarches =
{{Ebuild
__NOTITLE__
|Summary=This is the Debian kernel. This is default recommended kernel to use in http://www.funtoo.org/Funtoo_Linux_Installation
This page provides an overview of Funtoo Linux sub-architectures (also called ''subarches'') designed for quick and easy reference. Funtoo Linux provides optimized installation images for all sub-architectures listed below. Clicking on a particular subarch will bring you to a detail page where you can learn more about that subarch and download a stage3 for installation.
|CatPkg=sys-kernel/debian-sources
 
|Maintainer=Oleg,
{{#widget:AddThis}}
|Homepage=http://www.funtoo.org/Funtoo_Linux_Kernels
{{Note|There are a couple of ways to identify the type of CPU you have. One option is to use the {{c|lscpu}} command:
{{console|body=
# ##i##lscpu
}}
}}
If the {{c|lscpu}} command is unavailable, you can get similar information via {{f|/proc}}:
== Introduction ==
{{console|body=
This is the Debian kernel. It is roughly equal to a kernel shipped by Debian Linux in their releases. Ebuild now support the <code>binary</code> USE flag. The aim of this ebuild is to have support for near all possible hardware and users shouldn't really dig into configs, aka "install and forget".  Daniel has added a special config-extract command which can be used to list all available official Debian kernel configurations, and generate them from the Debian files included with the kernel.  
# ##i##cat /proc/cpuinfo {{!}} grep "^model name" {{!}} uniq
== Usage ==
model name : Intel(R) Core(TM) i7-2640M CPU @ 2.80GHz
}}
The {{c|cpuid}} command is another option and can provide other interesting information:
<console>
<console>
###i## emerge cpuid; cpuid | tail -n 1
###i## echo "sys-kernel/debian-sources binary" >> /etc/portage/package.use
</console>}}
###i## emerge debian-sources
 
###i## nano -w /etc/boot.conf
{{note|Finding which microarch your hardware needs to use takes a little bit of searching.
###i## boot-update
Take the chip name gathered, then google wiki chipname to find the wikipedia article for your chip.  The right hand column of your processors wiki article will list the microarchitecture.
</console>
 
{{fancyimportant|1=
example:
<code>debian-sources</code> with <code>binary</code> USE flag also automatically installing a /usr/src/linux symlink pointing to debian kernel.}}
searching for "amd phenom wiki" returns this [https://en.wikipedia.org/wiki/AMD_Phenom article] & the article says its "Microarchitecture K10"
== Advanced use ==
}}
Additional information about using <code>config-extract</code> tool and genkernel tips can be found here:
== ARM ==
http://www.funtoo.org/Funtoo_Linux_Kernels
 
{{EbuildFooter}}
{{TableStart}}
<tr><th class="warn" colspan="3">32-bit ARM Processors</th></tr>
{{#ask:[[CPU Family::32-bit ARM Processors]]
|?#
|?Subarch
|?CFLAGS
|?Description
|format=template
|link=none
|headers=hide
|searchlabel=... further results
|sep=,
|template=SubarchList
}}
{{TableEnd}}
 
== PC-Compatible ==
 
{{TableStart}}
<tr><th class="warn" colspan="3">64-bit AMD Processors</th></tr>
{{#ask:[[CPU Family::64-bit AMD Processors]]
|?#
|?Subarch
|?CFLAGS
|?Description
|format=template
|link=none
|headers=hide
|searchlabel=... further results
|sep=,
|template=SubarchList
}}
<tr><th class="warn" colspan="3">64-bit Intel Processors</th></tr>
{{#ask:[[CPU Family::64-bit Intel Processors]]
|?#
|?Subarch
|?CFLAGS
|?Description
|format=template
|link=none
|headers=hide
|searchlabel=... further results
|sep=,
|template=SubarchList
}}
<tr><th class="warn" colspan="3">64-bit PC-Compatible (Generic) Processors</th></tr>
{{#ask:[[CPU Family::64-bit Processors (PC-Compatible, Generic)]]
|?#
|?Subarch
|?CFLAGS
|?Description
|format=template
|link=none
|headers=hide
|searchlabel=... further results
|sep=,
|template=SubarchList
}}
<tr><th class="warn" colspan="3">32-bit AMD Processors</th></tr>
{{#ask:[[CPU Family::32-bit AMD Processors]]
|?#
|?Subarch
|?CFLAGS
|?Description
|format=template
|link=none
|headers=hide
|searchlabel=... further results
|sep=,
|template=SubarchList
}}
<tr><th class="warn" colspan="3">32-bit Intel Processors</th></tr>
{{#ask:[[CPU Family::32-bit Intel Processors]]
|?#
|?Subarch
|?CFLAGS
|?Description
|format=template
|link=none
|headers=hide
|searchlabel=... further results
|sep=,
|template=SubarchList
}}
<tr><th class="warn" colspan="3">32-bit PC-Compatible (Generic) Processors</th></tr>
{{#ask:[[CPU Family::32-bit Processors (PC-Compatible, Generic)]]
|?#
|?Subarch
|?CFLAGS
|?Description
|format=template
|link=none
|headers=hide
|searchlabel=... further results
|sep=,
|template=SubarchList
}}
{{TableEnd}}

Revision as of 09:47, March 31, 2015

Debian-sources

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

Introduction

This is the Debian kernel. It is roughly equal to a kernel shipped by Debian Linux in their releases. Ebuild now support the binary USE flag. The aim of this ebuild is to have support for near all possible hardware and users shouldn't really dig into configs, aka "install and forget". Daniel has added a special config-extract command which can be used to list all available official Debian kernel configurations, and generate them from the Debian files included with the kernel.

Usage

root # echo "sys-kernel/debian-sources binary" >> /etc/portage/package.use
root # emerge debian-sources
root # nano -w /etc/boot.conf
root # boot-update
   Important

debian-sources with binary USE flag also automatically installing a /usr/src/linux symlink pointing to debian kernel.

Advanced use

Additional information about using config-extract tool and genkernel tips can be found here: http://www.funtoo.org/Funtoo_Linux_Kernels