Difference between revisions of "Translations:32-bit Chroot/18/es"

From Funtoo
Jump to navigation Jump to search
(Created page with "Para lograr esto, primero debe crear los directorios necesarios dentro de la carpeta chroot de 32 bits. Más tarde, las carpetas del host se unirán en estos directorios vací...")
 
(No difference)

Latest revision as of 08:10, April 13, 2020

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 (32-bit Chroot)
To achieve this you must first create the necessary directories inside of the 32-bit chroot folder. Later the host folders will bind-mount onto these empty directories.
{{console|body=
# ##i##mkdir -p var/git/meta-repo
# ##i##mkdir -p var/cache/portage/distfiles
}}

Para lograr esto, primero debe crear los directorios necesarios dentro de la carpeta chroot de 32 bits. Más tarde, las carpetas del host se unirán en estos directorios vacíos.

root # mkdir -p var/git/meta-repo
root # mkdir -p var/cache/portage/distfiles