Difference between pages "User talk:Ivanvcouso" and "File:Metro Compatibility Table.png"

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...")
 
(Maintenance script uploaded a new version of "File:Metro Compatibility Table.png")
 
Line 1: Line 1:
== 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 experience of a manual Funtoo install.
== Instalation Overview ==
Montar disco
Crear particiones:
    1 FAT32 Label=Share
    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

Latest revision as of 06:04, April 27, 2014