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##...")
 
m
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
Po pobraniu 'Stage 3' wyodrębnij jego zawartość przy pomocy następującej komendy, zastępując nazwę archiwum rzeczywistą nazwą pliku 'Stage 3':
Po pobraniu 'tarbal'a i jego weryfikacji, wyodrębnij zawartość przy pomocy następującej komendy, zastępując nazwę archiwum rzeczywistą nazwą pobranego pliku:
{{console|body=
{{console|body=
###i## tar --numeric-owner -xpf stage3-latest.tar.xz
###i## tar --numeric-owner --xattrs --xattrs-include='*' -xpf stage3-latest.tar.xz
}}
}}
{{Important|It is very important to use both {{c|tar}}'s "{{c|'''--numeric-owner'''}}" and "{{c|'''p'''}}" option when extracting the Stage 3 tarball - it tells {{c|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.}}
{{Important|BARDZO WAŻNE jest użycie wszystkich parametrów zawartych wyżej. Zobacz poniżej szczegóły.}}
<noinclude>{{InstallNavigation|num=8|prev=Setting the Date|next=Chroot|align=right}}</noinclude>

Latest revision as of 09:20, November 2, 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 'tarbal'a i jego weryfikacji, wyodrębnij zawartość przy pomocy następującej komendy, zastępując nazwę archiwum rzeczywistą nazwą pobranego pliku:

root # tar --numeric-owner --xattrs --xattrs-include='*' -xpf stage3-latest.tar.xz
   Important

BARDZO WAŻNE jest użycie wszystkich parametrów zawartych wyżej. Zobacz poniżej szczegóły.