# The kickstart file will perform # 1. a unattended installation # 2. set partition as autopart with thinp type #Authconfig set authconfig --enableshadow --passalgo=md5 #Keyboard type set keyboard us #Default language set lang en_US #System time zone set timezone --utc Asia/Shanghai #Install image url set liveimg --url=http://10.66.65.30/rhevh/redhat-virtualization-host-4.0-20160727.1.x86_64.liveimg.squashfs #Bootloader location set bootloader --location=mbr #Root password set rootpw --plaintext redhat #Network set `static` network --device=ensp0s25 --bootproto=dhcp #Clear partitions before disk part clearpart --all #Automatic partition set thinp type autopart --type=thinp selinux --enforcing #text mode text %post --erroronfail imgbase layout --init %end #Reboot system after install reboot