| 21 |
.\" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, |
.\" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, |
| 22 |
.\" USA. |
.\" USA. |
| 23 |
.\" |
.\" |
| 24 |
.\" $Id: kernel-img.conf.5,v 1.24 2003/09/21 19:23:34 srivasta Exp $ |
.\" $Id: kernel-img.conf.5,v 1.25 2003/09/28 01:16:52 srivasta Exp $ |
| 25 |
.\" |
.\" |
| 26 |
.TH KERNEL\-IMG.CONF 5 "Mar 21 2000" "Debian" "Debian GNU/Linux manual" |
.TH KERNEL\-IMG.CONF 5 "Mar 21 2000" "Debian" "Debian GNU/Linux manual" |
| 27 |
.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection |
.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection |
| 321 |
to /usr/src/kernel-headers-X.Y.ZZ, whether they have been installed or |
to /usr/src/kernel-headers-X.Y.ZZ, whether they have been installed or |
| 322 |
not. The default is unset, we don't create potentially dangling |
not. The default is unset, we don't create potentially dangling |
| 323 |
symlinks by default. |
symlinks by default. |
| 324 |
|
.TP |
| 325 |
|
.B mkimage |
| 326 |
|
This should be a command that produces an initrd image given a |
| 327 |
|
directory. It is passed to the |
| 328 |
|
.I mkinitrd |
| 329 |
|
program's |
| 330 |
|
.I \-m |
| 331 |
|
option. For example, it can be |
| 332 |
|
mkimage="genromfs -d %s -f %s" |
| 333 |
|
or |
| 334 |
|
mkimage="mkcramfs %s %s" |
| 335 |
.TP |
.TP |
| 336 |
.B silent_modules |
.B silent_modules |
| 337 |
This option has been put in for the people who are vastly irritated on |
This option has been put in for the people who are vastly irritated on |