Kickstart entries - Red Hat Linux
The Kickstart Entries tab lets you modify the contents of the kickstart file, which is a text file used in unattended installations of Red Hat Linux.
For more information, see the following sections:
When you define a Red Hat Linux system package, your input on the system package tabs is automatically converted into text in the first edit box at the top of the Kickstart Entries tab.
You can add entries to the Kickstart file and customize the file by editing existing entries.
Task | Procedure |
---|---|
To leave existing Kickstart entries unchanged and add entries | To leave the automatically generated entries in the first edit box unchanged and add entries for configuration elements that are not covered by the system package tabs, do the following:
|
To change existing Kickstart entries | To modify the automatically generated entries in the first edit box and add entries, do the following:
|
Portion of a Kickstart file for Red Hat Enterprise Linux 6
text
timezone --utc Africa/Abidjan
lang fr_FR
key --skip
keyboard us
network --bootproto dhcp --device NET_DEVICE --hostname HOST_NAME
url --url http://DATA_STORE_IP/DATA_STORE.VIRTUAL_DIR/RHEL6
firewall --disabled
zerombr
clearpart --all
bootloader --location=mbr
part / --size 1 --grow --fstype ext4 --ondisk sda
rootpw --iscrypted ROOT_PASSWORD
auth --useshakow --enablemd5
rebooot
%packages
@french-support
...
Proceed to the Post-install configuration - Red Hat Linux tab.