Difference between revisions of "Install/Download and Extract Stage3/es"

From Funtoo
Jump to navigation Jump to search
(Created page with "<includeonly> == Descargar and Extraer el Stage3 == </includeonly><noinclude><languages/> = Guia de instalación: Descargar and Extraer el Stage3 =")
 
(Updating to match new version of source page)
(19 intermediate revisions by 2 users not shown)
Line 2: Line 2:
== Descargar and Extraer el Stage3 ==
== Descargar and Extraer el Stage3 ==
</includeonly><noinclude><languages/>
</includeonly><noinclude><languages/>
= Guia de instalación: Descargar and Extraer el Stage3 =
= Guia de instalación: Descargar y extraer el Stage3 =


{{InstallNavigation|num=8|prev=Setting the Date|next=Chroot}}</noinclude>
{{InstallNavigation|num=8|prev=Setting the Date|next=Chroot}}</noinclude>


Now that filesystems are created and your hardware and system clock are set, the next step is downloading the initial Stage 3 tarball. The Stage 3 is a pre-compiled system used as a starting point to install Funtoo Linux.   
Ahora que el sistema de archivos está creado, su hardware y reloj del sistema están establecidos, el siguiente paso es descargar el Stage 3 tarball inicial. El Stage 3 es un sistema precompilado utilizado como un punto de partida para instalar Funtoo Linux.   


To download the correct build of Funtoo Linux for your system, head over to the [[Subarches]] page. Subarches are builds of Funtoo Linux that are designed to run on a particular type of CPU, to offer the best possible performance. They also take advantage of the instruction sets available for each CPU.
Para descargar la rama correcta de Funtoo Linux para su sistema, diríjase hacia  la página [[Subarches]]. Las sub-arquitecturas son construcciones de Funtoo Linux que están designadas para ejecutar un tipo particular de CPU, para ofrecer el mejor rendimiento posible. También aprovechan los conjuntos de instrucciones disponibles para cada CPU.


{{Note|We now have a database of all Intel 64-bit CPUs in existence, mapped to the ideal stage3 to download! To view this list, visit [[Funtoo CPU Database]] and search for your CPU. A subset of this list now also appears on 64-bit Intel subarch pages.}}
<div class="mw-translate-fuzzy">
{{Note|Ahora tenemos una base de datos de todas las CPU Intel de 64 bits existentes asignadas al stage3 ideal para descargar. Para ver esta lista, visite [[Funtoo CPU Database]] y busque su CPU. Un subconjunto de esta lista ahora también aparece en las páginas de subarquitecturas Intel de 64 bits.}}
</div>


If you don't know which subarch to choose, issue this command:
From the subarch list at [[Subarches]], choose your desired level of optimization. A system built specifically for your CPU will run faster than a less-optimized system. For a modern Intel or AMD system, it is safe to pick the exact optimization level for your particular family of CPU. This will offer the best possible performance.
{{console|body=
 
###i## gcc -march=native -Q --help=target | grep march
If you are using a virtualization technology to run Funtoo Linux and your VM may be used on different types of hardware, then it's recommended that you use a stage3 that is optimized for the oldest CPU instruction set that your VM will run on, or a more generic image if it may run on both AMD and Intel processors.
}}
 
The [[Subarches]] page lists all CPU-optimized versions of Funtoo Linux. Find the one that is appropriate for the type of CPU that your system has, and then click on its name in the first column (such as {{c|corei7}}, for example.) You will then go to a page dedicated to that subarch, and the stage3s available for download will be listed. If you are using a virtualization technology to run Funtoo Linux, and your VM may migrate to different types of hardware, then it's recommended that you use a stage3 that is optimized for the oldest CPU instruction set that your VM will run on, or a generic image if it may run on both AMD and Intel processors.
<div class="mw-translate-fuzzy">
Para la mayoría de las sub-arquitecturas, se tendrán varios stage3 disponibles para elegir. La siguiente sección le ayudará a entender cuál escoger.
</div>


For most subarches, you will have several stage3s available to choose from. This next section will help you understand which one to pick.
<div class="mw-translate-fuzzy">
==== ¿Qué rama usar? ====
</div>


==== Which Build? ====
You can always manually choose an installation image via [https://build.funtoo.org https://build.funtoo.org] as well as using the [[Subarches]] page. Here is some guidance on choosing the best {{c|.tar.xz}} image for download. When choosing an image:


''Pick {{c|funtoo-current}}.''
<div class="mw-translate-fuzzy">
''Elija {{c|funtoo-current}}.''
</div>


==== Which Variant? ====
;''Pick the subarch for the CPU family of the system you are installing on.'': This will provide the best performance.


If you're not sure, pick {{c|standard}}.
;Choose ''{{c|stage3}}'' for...: The ''{{c|stage3}}'' is a more traditional, minimal and non-graphical installation of Funtoo. You will then build your system up to your desired state using {{c|emerge}}.


Our "regular" stage3's are listed with a variant of {{c|standard}}. The following variant builds are available:
;Choose ''{{c|gnome}}'' for...: The ''{{c|gnome}}'' installation image, if available, includes the full GNOME environment as well as Firefox already optimized for your hardware. You can then continue to further customize your system after installation.


{{TableStart}}
;The ''{{c|lxd}}'' image for...: The ''{{c|lxd}}'' image is for use with [[LXD]], and is not used for installing directly on a desktop or laptop, so you should not select this option for regular installs.
{{2ColHead|Variant|Description}}
<tr><td>{{c|standard}}</td><td>The "standard" version of Funtoo Linux</td></tr>
<tr><td>{{c|pure64}}</td><td>A 64-bit build that drops multilib (32-bit compatibility) support. ''Can be ideal for server systems.''</td></tr>
{{TableEnd}}


==== Download the Stage3 ====  
=== Descargar el Stage 3 ===  


Once you have found the stage3 that you would like to download, use {{c|wget}} to download the Stage 3 tarball you have chosen to use as the basis for your new Funtoo Linux system. It should be saved to the {{f|/mnt/funtoo}} directory as follows:
Una vez que haya encontrado el stage3 que desea descargar, utilice {{c|wget}} para descargar el el archivo empaquetado en tarball del Stage3 que ha elegido como base para su nuevo sistema Funtoo Linux. Este será guardado en el directorio {{f|/mnt/funtoo}} como sigue:


<div class="mw-translate-fuzzy">
{{console|body=
{{console|body=
###i## cd /mnt/funtoo
###i## cd /mnt/funtoo
###i## wget https://build.funtoo.org/funtoo-current/x86-64bit/generic_64/stage3-latest.tar.xz
###i## wget https://build.funtoo.org/funtoo-current/x86-64bit/generic_64/stage3-latest.tar.xz
}}
}}
Note that 64-bit systems can run 32-bit or 64-bit stages, but 32-bit systems can only run 32-bit stages. Make sure that you select a Stage 3 build that is appropriate for your CPU. If you are not certain, it is a safe bet to choose the {{c|generic_64}} or {{c|generic_32}} stage. Consult the [[Subarches]] page for more information.
Tenga en cuenta que los sistemas de 64 bits pueden ejecutar stage3 de 32 bits o de 64 bits, pero los sistemas de 32 bits solo pueden ejecutar stage3 de 32 bits. Asegúrese de seleccionar una compilación de stage3 que sea adecuada para su CPU. Si no está seguro, es una apuesta segura elegir la etapa {{c |generic_64}} o {{c | generic_32}}. Consulte la página [[Subarches]] para más información.
 
</div>


Once the stage is downloaded, extract the contents with the following command, substituting in the actual name of your Stage 3 tarball:
<div class="mw-translate-fuzzy">
Una vez que descargue el stage3, extraiga el contenido con el siguiente comando, sustituyendo el nombre real de su archivo stage3:
{{console|body=
{{console|body=
###i## tar xpf stage3-latest.tar.xz
###i## tar xpf stage3-latest.tar.xz
}}
}}
{{Important|It is very important to use {{c|tar's}} "{{c|'''p'''}}" option when extracting the Stage 3 tarball - it tells {{c|tar}} to ''preserve'' any permissions and ownership that exists within the archive. Without this option, your Funtoo Linux filesystem permissions will be incorrect.}}
{{Important|Es muy importante utilizar la opción "{{c|'''p'''}}" del programa {{c|tar}}  al extraer el archivo tarball de la stage3: este le dice a {{c|tar}} que "conserve" 'cualquier permiso y propiedad que exista dentro del archivo. Sin esta opción, los permisos del sistema de archivos de Funtoo Linux serán incorrectos.}}
</div>

Revision as of 22:07, October 10, 2019

Other languages:
English • ‎español • ‎polski • ‎português do Brasil • ‎русский • ‎中文(中国大陆)‎

Guia de instalación: Descargar y extraer el Stage3

Install Guide, Chapter 8 < Prev Next >

Ahora que el sistema de archivos está creado, su hardware y reloj del sistema están establecidos, el siguiente paso es descargar el Stage 3 tarball inicial. El Stage 3 es un sistema precompilado utilizado como un punto de partida para instalar Funtoo Linux.

Para descargar la rama correcta de Funtoo Linux para su sistema, diríjase hacia la página Subarches. Las sub-arquitecturas son construcciones de Funtoo Linux que están designadas para ejecutar un tipo particular de CPU, para ofrecer el mejor rendimiento posible. También aprovechan los conjuntos de instrucciones disponibles para cada CPU.

   Note

Ahora tenemos una base de datos de todas las CPU Intel de 64 bits existentes asignadas al stage3 ideal para descargar. Para ver esta lista, visite Funtoo CPU Database y busque su CPU. Un subconjunto de esta lista ahora también aparece en las páginas de subarquitecturas Intel de 64 bits.

From the subarch list at Subarches, choose your desired level of optimization. A system built specifically for your CPU will run faster than a less-optimized system. For a modern Intel or AMD system, it is safe to pick the exact optimization level for your particular family of CPU. This will offer the best possible performance.

If you are using a virtualization technology to run Funtoo Linux and your VM may be used on different types of hardware, then it's recommended that you use a stage3 that is optimized for the oldest CPU instruction set that your VM will run on, or a more generic image if it may run on both AMD and Intel processors.

Para la mayoría de las sub-arquitecturas, se tendrán varios stage3 disponibles para elegir. La siguiente sección le ayudará a entender cuál escoger.

¿Qué rama usar?

You can always manually choose an installation image via https://build.funtoo.org as well as using the Subarches page. Here is some guidance on choosing the best .tar.xz image for download. When choosing an image:

Elija funtoo-current.

Pick the subarch for the CPU family of the system you are installing on.
This will provide the best performance.
Choose stage3 for...
The stage3 is a more traditional, minimal and non-graphical installation of Funtoo. You will then build your system up to your desired state using emerge.
Choose gnome for...
The gnome installation image, if available, includes the full GNOME environment as well as Firefox already optimized for your hardware. You can then continue to further customize your system after installation.
The lxd image for...
The lxd image is for use with LXD, and is not used for installing directly on a desktop or laptop, so you should not select this option for regular installs.

Descargar el Stage 3

Una vez que haya encontrado el stage3 que desea descargar, utilice wget para descargar el el archivo empaquetado en tarball del Stage3 que ha elegido como base para su nuevo sistema Funtoo Linux. Este será guardado en el directorio /mnt/funtoo como sigue:

root # cd /mnt/funtoo
root # wget https://build.funtoo.org/funtoo-current/x86-64bit/generic_64/stage3-latest.tar.xz

Tenga en cuenta que los sistemas de 64 bits pueden ejecutar stage3 de 32 bits o de 64 bits, pero los sistemas de 32 bits solo pueden ejecutar stage3 de 32 bits. Asegúrese de seleccionar una compilación de stage3 que sea adecuada para su CPU. Si no está seguro, es una apuesta segura elegir la etapa generic_64 o generic_32. Consulte la página Subarches para más información.

Una vez que descargue el stage3, extraiga el contenido con el siguiente comando, sustituyendo el nombre real de su archivo stage3:

root # tar xpf stage3-latest.tar.xz
   Important

Es muy importante utilizar la opción "p" del programa tar al extraer el archivo tarball de la stage3: este le dice a tar que "conserve" 'cualquier permiso y propiedad que exista dentro del archivo. Sin esta opción, los permisos del sistema de archivos de Funtoo Linux serán incorrectos.