Difference between revisions of "Translations:Install/Download and Extract Stage3/15/zh-cn"

From Funtoo
Jump to navigation Jump to search
(Created page with "一旦下载并验证了 stage,用下面的命令解压缩内容,并代入 stage 3 压缩包的实际名称: {{console|body= ###i## tar --numeric-owner --xattrs --xattrs...")
 
(No difference)

Latest revision as of 10:08, April 8, 2021

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.}}

一旦下载并验证了 stage,用下面的命令解压缩内容,并代入 stage 3 压缩包的实际名称:

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

使用上述所有选项是非常重要的。详情请看下文。