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

From Funtoo
Jump to navigation Jump to search
(Created page with "Po pobraniu 'Stage 3' wyodrębnij jego zawartość przy pomocy następującej komendy, zastępując nazwę archiwum rzeczywistą nazwą pliku 'Stage 3': {{console|body= ###i##...")
(No difference)

Revision as of 23:36, May 6, 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 (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.}}

Po pobraniu 'Stage 3' wyodrębnij jego zawartość przy pomocy następującej komendy, zastępując nazwę archiwum rzeczywistą nazwą pliku 'Stage 3':

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

It is very important to use both tar's "--numeric-owner" and "p" option when extracting the Stage 3 tarball - it tells tar to preserve any permissions and ownership that exists within the archive, and use the user IDs and group IDs defined in the archive rather than adapting them to match those of the LiveCD. Without this option, your Funtoo Linux filesystem permissions will be incorrect.

Install Guide, Chapter 8 < Prev Next >