# Kickstart file automatically generated by anaconda. #version=DEVEL install text cdrom reboot --eject lang en_US.UTF-8 keyboard us network --onboot yes --device eth0 --bootproto dhcp --noipv6 --hostname epmvirt rootpw --iscrypted ghS5IS2vYzvjQ firewall --service=ssh authconfig --enableshadow --passalgo=sha512 selinux --enforcing timezone --utc Europe/London bootloader --location=mbr --driveorder=sda --append="crashkernel=auto rhgb quiet" # 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 clearpart --all --initlabel zerombr part /boot --fstype=ext4 --size=500 part pv.008002 --grow --size=1 volgroup VolGroup --pesize=4096 pv.008002 logvol / --fstype=ext4 --name=lv_root --vgname=VolGroup --grow --size=1024 --maxsize=51200 logvol swap --name=lv_swap --vgname=VolGroup --grow --size=3776 --maxsize=3776 %packages --nobase @core zip vim unzip xauth xdpyinfo compat-libcap1 libstdc++-devel sysstat gcc gcc-c++ ksh libaio libaio-devel lsof numactl glibc-devel glibc-devel.i686 libgcc libgcc.i686 compat-libstdc++-33 compat-libstdc++-33.i686 openssh-clients %post --log=/root/ks-post.log curl -L https://inquisitepm.com/git/ads/epmvirt/raw/master/epmvirt-11.1.2.4.0-4.x86_64.rpm -o epmvirt.rpm yum install -y epmvirt.rpm %end