# Redhat kickstart template # # Copyright 2008 Platform Computing Inc. # install #if $varExists('instnum') # Define the installation number. #if $instnum key $instnum #else key --skip #end if #end if url --url $url rootpw --iscrypted $rootpw lang $lang #if $varExists('langsupport') langsupport --default=$langsupport $langsupport #end if keyboard $keybd network --bootproto=dhcp firewall --disabled selinux --disabled firstboot --disable authconfig --enableshadow --enablemd5 timezone $tz bootloader --location=mbr # The following is the partition information you requested # Note that any partitions you deleted are not expressed # here so unless you clear all partitions first, this is # not guaranteed to work #for $rule in $partitionrules $rule #end for skipx reboot %packages #for $pkg in $packages $pkg #end for %post