mkinitrd

Mkinitrd creates filesystem images for use as initial ramdisk (initrd) images. These ramdisk images are often used to preload the block device modules (SCSI or RAID) needed to access the root filesystem. In other words, generic kernels can be built without drivers for any SCSI adapters which load the SCSI driver as a module. Since the kernel needs to read those modules, but in this case it isn't able to address the SCSI adapter, an initial ramdisk is used. The initial ramdisk is loaded by the operating system loader (normally LILO) and is available to the kernel as soon as the ramdisk is loaded. The ramdisk image loads the proper SCSI adapter and allows the kernel to mount the root filesystem. The mkinitrd program creates such a ramdisk using information found in the /etc/ modules.conf file.

History

Effective Date Table ID Version Download URL Project URL Version URL
2020-12-22 10 n/a download project version
2019-01-17 9 n/a download project version
2017-07-13 8 n/a download project version
2015-06-25 7 n/a download project version
2014-03-07 6 n/a download project version
2013-09-10 5 n/a download project version
2012-10-31 4 n/a download project version
2012-05-01 3 n/a download project version
2005-11-08 2 5.0.12 download project version