Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 725 Bytes

ref_kickstart-specific-variables.adoc

File metadata and controls

16 lines (14 loc) · 725 Bytes

Kickstart-Specific Variables

The following variables are designed to be used within kickstart provisioning templates.

Table 1. Kickstart Specific Variables
Name Description

@arch

The host architecture name, same as @host.architecture.name.

@dynamic

Returns true if the partition table being used is a %pre script (has the #Dynamic option as the first line of the table).

@epel

A command which will automatically install the correct version of the epel-release rpm. Use in a %post script.

@mediapath

The full kickstart line to provide the URL command.

@osver

The operating system major version number, same as @host.operatingsystem.major.