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

Linux mkbootdisk Command

Linux Command大全

The Linux mkbootdisk command is used to create a boot disk for the current system.

mkbootdisk can create a boot disk for the current system.

Syntax

mkbootdisk [--noprompt][--verbose][--version][--device <device>][--mkinitrdargs <parameters>][kernel version]

Parameters:

  • --device<设备> Specify the device.
  • --mkinitrdargs<参数> Set parameters for mkinitrd.
  • --noprompt Will not prompt the user to insert a disk.
  • --verbose Display detailed information during execution.
  • --version Display version information.

Linux Command大全