The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:Debian-sources"
Threesixes (talk | contribs) m (https://bugs.funtoo.org/browse/FL-2280) |
|||
Line 1: | Line 1: | ||
{{Ebuild | {{Ebuild | ||
|Summary=This is the Debian kernel. This is default recommended kernel to use in | |Summary=This is the Debian kernel. This is default recommended kernel to use in [[Funtoo_Linux_Installation]] | ||
|CatPkg=sys-kernel/debian-sources | |CatPkg=sys-kernel/debian-sources | ||
|Maintainer=Oleg, | |Maintainer=Oleg, | ||
|Homepage=http://www.funtoo.org/Funtoo_Linux_Kernels | |Homepage=http://www.funtoo.org/Funtoo_Linux_Kernels | ||
}} | }} | ||
== Introduction == | == Introduction == | ||
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. | 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. | ||
== Usage == | == Usage == | ||
{{console|body= | |||
###i## echo "sys-kernel/debian-sources binary" >> /etc/portage/package.use | ###i## echo "sys-kernel/debian-sources binary" >> /etc/portage/package.use | ||
###i## emerge debian-sources | ###i## emerge debian-sources | ||
###i## nano -w /etc/boot.conf | ###i## nano -w /etc/boot.conf | ||
###i## boot-update | ###i## boot-update | ||
}} | |||
{{ | |||
{{important|1= | |||
{{c|debian-sources}} with {{c|binary}} USE flag also automatically installing a /usr/src/linux symlink pointing to debian kernel.}} | |||
== Advanced use == | == Advanced use == | ||
Additional information about using | |||
Additional information about using {{c|config-extract}} tool and genkernel tips can be found here: | |||
[[Funtoo_Linux_Kernels#Using_Debian-Sources_with_Genkernel]] | |||
{{EbuildFooter}} | {{EbuildFooter}} |
Revision as of 04:13, May 16, 2015
Debian-sources
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
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:
Funtoo_Linux_Kernels#Using_Debian-Sources_with_Genkernel