next up previous contents index
Next: 5.2.3 Building a monolithic Up: 5.2 Building a Custom Previous: 5.2.1 Building a modularized

5.2.2 Making an initrd image

    An initrd image is needed for loading your SCSI module at boot time. The shell script /sbin/mkinitrd can build a proper initrd image for your machine if the following conditions are met:

To build the new initrd image run the /sbin/mkinitrd command with parameters such as this;

	/sbin/mkinitrd /boot/newinitrd-image 2.0.12

where ``/boot/newinitrd-image'' is the file to use for your new image and ``2.0.12'' is the kernel whose modules (from /lib/modules) should be used in the initrd image. That is *not* the version number of the currently running kernel.



Red Hat Software