Translations:Install/Chroot/9/zh-cn

From Funtoo
Revision as of 10:14, April 8, 2021 by Mmwweettyy (talk | contribs) (Created page with "你还需要复制 {{f|resolv.conf}},以便在 chroot 中正确解析互联网主机名: {{console|body= # ##i##cp /etc/resolv.conf /mnt/funtoo/etc/ }} 现在可以 chroot...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

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

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