Linux mkkickstart Command
-- Learning is not only about technology, but also about dreams!
- Home
- HTML
- JavaScript
- CSS
- Vue
- React
- Python3
- Java
- C
- C++
- C#
- AI
- Go
- SQL
- Linux
- VS Code
- Bootstrap
- Git
- Local Bookmarks
Linux Tutorial
Linux Tutorial Linux Introduction Linux Installation Linux Cloud Server Install Linux via WSL Linux System Boot Process Linux System Directory Structure Linux Forgot Password Solutions Linux Remote Login Linux File Basic Attributes Linux File and Directory Management Linux User and User Group Management Linux Disk Management Linux vi/vim Linux yum Command Linux apt Command
Shell Tutorial
Shell Tutorial Shell Variables Shell Passing Arguments Shell Arrays Shell Operators Shell echo Command Shell printf Command Shell test Command Shell Flow Control Shell Functions Shell Input/Output Redirection Shell File Inclusion
Linux Reference Manual
Linux Command Manual Nginx Installation and Configuration MySQL Installation and Configuration Linux Quiz
Nginx Installation and Configuration
Linux mkkickstart Command
The Linux mkkickstart command is used to create installation configuration files.
mkkickstart can create configuration files based on the current system settings, which can be used by other computers during installation. The configuration file contents include information such as language used, network environment, system disk status, and X Windows settings.
Syntax
mkkickstart [--nfs <remote_computer:path>]
Parameters:
- --bootp Use BOOTP during installation and boot.
- --dhcp Use DHCP during installation and boot.
- --nfs<remote_computer:path> Install using the specified network path.
- --nonet Do not configure network, i.e., assume no network environment.
- --nox Do not configure X Windows environment.
- --version Display version information.
Examples
Create an installation configuration file:
# mkkickstart --nonet -bootp
YouTip