--- xml/htdocs/doc/en/handbook/hb-install-mips-system.xml 2012/06/29 16:12:20 1.11 +++ xml/htdocs/doc/en/handbook/hb-install-mips-system.xml 2013/01/08 19:18:37 1.13 @@ -4,12 +4,12 @@ - + -11 -2012-06-29 +14 +2013-01-08
Chrooting @@ -66,15 +66,14 @@

This chrooting is done in three steps. First we will change the root from / (on the installation medium) to /mnt/gentoo -(on your partitions) using chroot. Then we will create a new environment -using env-update, which essentially creates environment variables. -Finally, we load those variables into memory using source. +(on your partitions) using chroot. Then we will reload some settings, as +provided by /etc/profile, in memory using source. +The last step is to redefine the primary prompt to help us remember that we are +inside a chroot environment.

 # chroot /mnt/gentoo /bin/bash
-# env-update
->> Regenerating /etc/ld.so.cache...
 # source /etc/profile
 # export PS1="(chroot) $PS1"