Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Translations:Install/Chroot/9/zh-cn
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...")
你还需要复制 resolv.conf
,以便在 chroot 中正确解析互联网主机名:
root # cp /etc/resolv.conf /mnt/funtoo/etc/
现在可以 chroot 到你的新系统了。在 chroot
之前使用 env
,以确保不会将安装介质中的环境设置拉到新系统中: