Difference between revisions of "Translations:Install/Chroot/9/zh-cn"

From Funtoo
Jump to navigation Jump to search
(Created page with "你还需要复制 {{f|resolv.conf}},以便在 chroot 中正确解析互联网主机名: {{console|body= # ##i##cp /etc/resolv.conf /mnt/funtoo/etc/ }} 现在可以 chroot...")
 
(No difference)

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

你还需要复制 resolv.conf,以便在 chroot 中正确解析互联网主机名:

root # cp /etc/resolv.conf /mnt/funtoo/etc/

现在可以 chroot 到你的新系统了。在 chroot 之前使用 env,以确保不会将安装介质中的环境设置拉到新系统中: