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

From Funtoo
Jump to navigation Jump to search
Line 3: Line 3:
###i## tar xpf stage3-latest.tar.xz
###i## tar xpf stage3-latest.tar.xz
}}
}}
{{Important|Es muy importante utilizar la opción "{{c|'''p'''}}" del programa {{c|tar}}  al extraer el archivo tarball de la stage3: 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.}}
{{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.}}

Revision as of 21:16, October 11, 2018

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Install/Download and Extract Stage3)
Once the stage is downloaded and verified, extract the contents with the following command, substituting in the actual name of your Stage 3 tarball:
{{console|body=
###i## tar --numeric-owner --xattrs --xattrs-include='*' -xpf stage3-latest.tar.xz
}}
{{Important|It is very important to use all the options included above. See below for details.}}

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.