|
|

楼主 |
发表于 2006-2-19 10:38:46
|
显示全部楼层
应该用initrd吧
The key role of initrd here is to re-use the configuration data during
normal system operation without requiring the use of a bloated "generic"
kernel or re-compiling or re-linking the kernel.
定制通用的kernel ,为每台机子定制initrd,让他们配置启动机子。
is it right?
A second scenario is for installations where Linux runs on systems with
different hardware configurations in a single administrative domain. In
such cases, it is desirable to generate only a small set of kernels
(ideally only one) and to keep the system-specific part of configuration
information as small as possible. In this case, a common initrd could be
generated with all the necessary modules. Then, only /linuxrc or a file
read by it would have to be different.
这里也这么说的。 |
|