Difference between pages "Template:Organization" and "Package:Debian-sources"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
m (Undo revision 9467 by Pytony (talk))
 
Line 1: Line 1:
<noinclude>
{{Ebuild
This is the "Organization" template.
|Summary=This is the Debian kernel. This is default recommended kernel to use in http://www.funtoo.org/Funtoo_Linux_Installation
It should be called in the following format:
|CatPkg=sys-kernel/debian-sources
<pre>
|Maintainer=Oleg,
{{Organization
|Homepage=http://www.funtoo.org/Funtoo_Linux_Kernels
|Homepage=
|Services=
|Funtoo Services
|Geoloc=
|Location name=
}}
}}
</pre>
== Introduction ==
Edit the page to see the template text.
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.
</noinclude><includeonly>
== Usage ==
= {{PAGENAME}} =
<console>
<div style="margin-left: 15px; color: #888;">
###i## echo "sys-kernel/debian-sources binary" >> /etc/portage/package.use
====Funtoo-Friendly Organization====
###i## emerge debian-sources
</div>
###i## nano -w /etc/boot.conf
<div class="container" style="margin-top: 20px;"><div class="row"><div class="col-xs-12 col-md-9">
###i## boot-update
{{{Summary|}}}{{#if:{{{Homepage|}}}|
</console>
 
{{fancyimportant|1=
 
<code>debian-sources</code> with <code>binary</code> USE flag also automatically installing a /usr/src/linux symlink pointing to debian kernel.}}
'''[{{{Homepage}}} Visit the {{PAGENAME}} Web site.]'''
== Advanced use ==
 
Additional information about using <code>config-extract</code> tool and genkernel tips can be found here:
}}
http://www.funtoo.org/Funtoo_Linux_Kernels#Using_Debian-Sources_with_Genkernel
=== Funtoo-Related Services ===
{{EbuildFooter}}
{{{Funtoo Services|}}}
{{#if:{{{Services|}}}|
=== Other Services ===
{{{Services}}}
}}
{{#widget:AddThis}}{{#set:Homepage={{{Homepage|}}}|Geoloc={{{Geoloc|}}}|Location name={{{Location name|}}}|Summary={{{Summary|}}}|Services={{{Services|}}}|Funtoo Services={{{Funtoo Services|}}}}}{{#seo:
|title=Organization:{{PAGENAME}}
|keywords=funtoo,organization,{{PAGENAME}}
|description={{{Summary|}}}
}}
__NOTOC__
__NOEDITSECTION__
__NOTITLE__
</includeonly>

Revision as of 19:44, April 1, 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#Using_Debian-Sources_with_Genkernel