注意:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Translations:Install/Chroot/8/zh-cn
Jump to navigation
Jump to search
在进行 chroot 之前,需要做一些设置 chroot 环境的工作,你需要在新系统中挂载 /proc
、/sys
和 /dev
。使用以下命令来完成:
root # cd /mnt/funtoo root # mount -t proc none proc root # mount --rbind /sys sys root # mount --rbind /dev dev