Difference between pages "User talk:Ivanvcouso" and "Talk:Funtoo Linux Kernels"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
(Created page with "== Introduction == 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 exper...")
 
(→‎tuxonice-sources: new section)
 
Line 1: Line 1:
== Introduction ==
config-extract need update, doesn't work with recent debian-kernels. binary flag not working as there is no default .config generated by config-extract.
http://kernel.alioth.debian.org/config/ providing kernel configs used in debian releases


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.
== tuxonice-sources ==


== Instalation Overview ==
I am using my laptop for development and all desktop stuff. (LXDE with compiz - looks great, works fine, consumes few power)


When I switch on my machine I see my funtoo grub theme. This is followed by my funtoo boottime splash. This is also schown when suspending, hibernating and waking up and shutdown.
This works great with tuxonice-sources and splashutils.


Montar disco
Each time "funtoo" starts, I feel save and home. This is my machine, it looks good and works even better.
Crear particiones:
 
    1 FAT32 Label=Share
Maybe somebody else wants his/her machine to fit exactly his/her requirements. Then You may want to have a look at tuxonice-sources.
    2 EXT4 Label=USBFuntoo
    NO SWAP
mkdir /mnt/Funtoo
Mount USBFuntoo /mnt/Funtoo
cd /mnt/Funtoo
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

Revision as of 12:24, November 19, 2012

config-extract need update, doesn't work with recent debian-kernels. binary flag not working as there is no default .config generated by config-extract. http://kernel.alioth.debian.org/config/ providing kernel configs used in debian releases

tuxonice-sources

I am using my laptop for development and all desktop stuff. (LXDE with compiz - looks great, works fine, consumes few power)

When I switch on my machine I see my funtoo grub theme. This is followed by my funtoo boottime splash. This is also schown when suspending, hibernating and waking up and shutdown. This works great with tuxonice-sources and splashutils.

Each time "funtoo" starts, I feel save and home. This is my machine, it looks good and works even better.

Maybe somebody else wants his/her machine to fit exactly his/her requirements. Then You may want to have a look at tuxonice-sources.