|
|
发表于 2006-9-28 12:39:35
|
显示全部楼层
引自官方网页 http://www.linuxfromscratch.org/livecd/
Why would I want to use the LFS LiveCD?
It provides a known good host for building LFS
At times, Linux distros are built in such a way that make it difficult to successfully build LFS using that distro as a host. Their releases may even contain bugs that are really only exposed with heavy compiling, as is done when building LFS. The LiveCD has been tested thoroughly and is known to successfully build the current version of LFS without deviation.
Removes the LFS prerequisite of having a Linux distro installed on your system
To build LFS, you need to have a host Linux system with development tools. In this case, the LiveCD is the host system. This allows you to build LFS onto a completely blank machine, if you so desire.
Doubles as a rescue CD
Having a LiveCD close at hand can be a life saver if your system breaks or suddenly refuses to boot. You can boot the CD, fix the error on your local system, reboot, and voila!
Includes all sources and the LFS Book
This spares you from having to download all the packages individually, which can be quite time consuming. It also removes the need for a working internet connection.
某程度上,LiveCD 可以代替你现在的系统并用作 LFS 期间的主系统,而 /tools 本身是利用主系统通过静态编译出来的临时系统,为将要制作的 LFS 系统提供完全独立的 toolchain,而不同用户可能会制作不同版本的 LFS(甚至是 HLFS/CLFS/BLFS),因此 LiveCD 并不是用来代替 /tools 的 |
|