|
|

楼主 |
发表于 2005-10-31 10:46:18
|
显示全部楼层
LFS book 6.1里面
6.62. Cleaning Up
From now on, when reentering the chroot environment after exiting, use the following modified chroot command:
chroot "$LFS" /usr/bin/env -i \
HOME=/root TERM="$TERM" PS1='\u:\w\$ ' \
PATH=/bin:/usr/bin:/sbin:/usr/sbin \
/bin/bash --login
The reason for this is that the programs in /tools are no longer needed. Since they are no longer needed you can delete the /tools directory if so desired or tar it up and keep it to build another final system.
Note
Removing /tools will also remove the temporary copies of Tcl, Expect, and DejaGNU which
were used for running the toolchain tests. If you need these programs later on, they will need to be recompiled and re-installed. The BLFS book has instructions for this (see
http://www.linuxfromscratch.org/blfs/).
倒数第二段里面说的可以把/tools打包并且以后可以用作另一个系统,这个是怎么回事呐 |
|