Difference between pages "User talk:Ivanvcouso" and "Package:Debian-sources"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
m
 
(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:
{{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
|Maintainer=Oleg,
|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 document will describe all required steps to install Funtoo to an external USB hard disk as a portable operating system. It assumes you have the experience of a manual Funtoo install.
== Usage ==
 
<console>
== Instalation Overview ==
###i## echo "sys-kernel/debian-sources binary" >> /etc/portage/package.use
 
###i## emerge debian-sources
 
###i## nano -w /etc/boot.conf
Montar disco
###i## boot-update
Crear particiones:
</console>
    1 FAT32 Label=Share
{{fancyimportant|1=
    2 EXT4 Label=USBFuntoo
<code>debian-sources</code> with <code>binary</code> USE flag also automatically installing a /usr/src/linux symlink pointing to debian kernel.}}
    NO SWAP
== Advanced use ==
mkdir /mnt/Funtoo
Additional information about using <code>config-extract</code> tool and genkernel tips can be found here:
Mount USBFuntoo /mnt/Funtoo
http://www.funtoo.org/Funtoo_Linux_Kernels
cd /mnt/Funtoo
{{EbuildFooter}}
wget stage3 x86-32bit generic
extraer
chroot
Crear SWAP
Downloading the portage tree
Configuring the system
----------------
/etc/fstab:
LABEL=USBFuntoo / ext4 noatime 0 1
/mnt/SWAP none swap sw 0 0
-----------------
emerge gentoo-sources
usar genkernel --disklabel --menuconfig --all
instalar grub:
real_root=LABEL=USBFuntoo
 
=== hi from [[User:Threesixes|Threesixes]] ([[User talk:Threesixes|talk]]) ===
Hi could you please watch the java, and python pages?  i need to make some pages explaining how to use the watch features of mediawiki.  Could you also go through the pages to ensure that everything contained within them is correct?  thanks for your time! [[User:Threesixes|Threesixes]] ([[User talk:Threesixes|talk]]) 03:45, March 27, 2015 (UTC)

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