Latest web development tutorials

Linux mkinitrd command

Linux command Daquan Linux command Daquan

Linux mkinitrd command used to create the image file you want to load ramdisk.

mkinitrd can create image files for inclusion in the Linux ramdisk at boot.

grammar

mkinitrd [-fv][--omit-scsi-modules][--version][--preload=<模块名称>][--with=<模块名称>][映像文件][Kernel 版本]

Parameters:

  • -f if specified image ask family name duplicate of an existing file, overwrite the existing file.
  • -v Displays detailed information when executed.
  • --omit-scsi-modules Do not load SCSI module.
  • --preload = <module name> Specifies the loadable module.
  • --with = <module name> Specifies the loadable module.
  • --version display version information.

Linux command Daquan Linux command Daquan