|
楼主 |
发表于 2011-5-26 11:02:47
|
显示全部楼层
按照http://www.gentoo.org/doc/zh_cn/ ... .xml一步步安装
挂载/proc & /dev文件系统,拷贝/etc/resolv.conf文件,然后chroot到你的Gentoo环境。
代码 2.16: Chroot
livecd usr # cd /
livecd / # mount -t proc proc /mnt/gentoo/proc
livecd / # mount -o bind /dev /mnt/gentoo/dev
livecd / # cp -L /etc/resolv.conf /mnt/gentoo/etc/
livecd / # chroot /mnt/gentoo /bin/bash
livecd / # env-update && source /etc/profile #这里提示 /etc/profile not such file
>>> Regenerating /etc/ld.so.cache...
为什么? |
|