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

Linux mkkickstart Command

Linux Command大全

Linux mkkickstart Command for Creating Installation Configuration Files

mkkickstart can create configuration files based on the current system settings for use by other computers during installation. The content of the configuration file includes information such as the language used, network environment, system disk status, and X Windows settings, etc.

Syntax

mkkickstart [--bootp][--dhcp][--nonet][--nox][--version][--nfs <remote computer:path>]

Parameters

  • --bootp  Use BOOTP for installation and boot.
  • --dhcp  Use DHCP for installation and boot.
  • --nfs<remote computer:path>  Install using the specified network path.
  • --nonet  Do not perform network setup, i.e., assume a state without network environment.
  • --nox  Do not perform X Windows environment setup.
  • --version  Display version information.

Online Examples

Build an Installation Configuration File:

# mkkickstart --nonet -bootp

Linux Command大全