The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Install/pt-br/Overview
This is a template that is used as part of the Installation instructions which covers: uma visão geral inicial do processo de instalação, tão em quanto instruções de download do LiveCD e de boot. Templates are being used to allow multiple variant install guides that use most of the same re-usable parts.
Visão geral da instalação
Essa é uma básica visão geral do processo de instalação do Funtoo:
- Baixe e boot o live CD da sua escolha.
- Prepare seu disco.
- Crie e monte os filesystems.
- Instale o tarball stage doFuntoo da sua escolha.
- Use o Chroot no seu novo sistema.
- Baixe o Portage tree.
- Configure seu sistema e sua rede.
- Instale um kernel.
- Instale um bootloader.
- Complete os passos finais.
- Reboot e aproveite.
Live CD
Funtoo não provê um Live CD "official" do Funtoo. Recomendamos utilizar o Gentoo-based System Rescue CD já que ele contem muitas ferramentas e utilizades e tem suporte a sistemas tanto à 32-bit quando 64-bit. Baixe-o aqui:
http://www.sysresccd.org/Download
Se utilizar uma versão antiga do System Rescue CD, certifique-se de selecionar o kernel rescue64
no menu de boot se estiver instalando um sistema 64-bit. Por padrão, o System Rescue CD costumava a bottar em em módo 32-bit, embora a ultima versão atenta para detectar automaticamente os processadores 64-bit.
Network Access
Once you have booted System Rescue CD, see if you have Internet access. Internet access is required for installing Funtoo Linux:
root # ping www.google.com PING www.google.com (216.58.217.36) 56(84) bytes of data. 64 bytes from den03s10-in-f4.1e100.net (216.58.217.36): icmp_seq=1 ttl=57 time=30.1 ms
If the ping is successful (you see 64 bytes
messages as above,) then your Network is set up. Hit Control-C to stop the ping.
If you need to set up a WiFi connection for Internet access, then this needs to be done using the System Rescue CD graphical environment. Run startx
to start a graphical session:
root # startx
Then, use the NetworkManager applet (icon in lower right) to connect to a WiFi network of your choice. Next, open a terminal inside your graphical environment, and you should be able to use the terminal to complete the rest of the steps.