English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Linux mkinitrd Command

Linux Command大全

The Linux mkinitrd command is used to create the image file to be loaded into the ramdisk.

mkinitrd can create image files to be loaded by the Linux system at boot time.

Syntax

mkinitrd [-fv][--omit-scsi-modules][--version][--preload=<module name>][--with=<module name>][Image File][Kernel Version]

Parameters:

  • -f If the specified image file name conflicts with an existing file, overwrite the existing file.
  • -v Display detailed information at execution time.
  • --omit-scsi-modules Do not load the SCSI module.
  • --preload=<module name> Specify the module to be loaded.
  • --with=<module name> Specify the module to be loaded.
  • --version Display version information.

Linux Command大全