#version=RHEL7 # System authorization information auth --enableshadow --passalgo=sha512 # Use CDROM installation media cdrom # Run the Setup Agent on first boot firstboot --enable ignoredisk --only-use=vda # Keyboard layouts keyboard --vckeymap=us --xlayouts='us' # System language lang en_US.UTF-8 # Network information network --bootproto=static --device=eth0 --gateway=204.85.29.254 --ip=204.85.28.91 --nameserver=204.85.28.3 --netmask=255.255.254.0 --noipv6 --activate network --hostname=redmine.shodor.org # Root password rootpw --iscrypted $6$30y5144haUKvPBHM$LhvNjhbIva3eqpC0NB4vNEGu5TWlG5QQxiSTLBNJaRAXhMzeLJQ81BUv7WgNcAdRZcISs10.8jtXaQW74BtbV0 # System services services --enabled="chronyd" # System timezone timezone America/New_York --isUtc --ntpservers=0.centos.pool.ntp.org,1.centos.pool.ntp.org,2.centos.pool.ntp.org,3.centos.pool.ntp.org user --name=mludin --password=$6$vZDCaqpVS4DR8zHM$dUREiUpOngN9.AIHg2ugL8Cx3ZgU9LwWloAGpF5ZHlep2I/FgP/uxC2lVYsAg2s.JWs0HG53rhUBYOUBhhTqt0 --iscrypted --gecos="Mobeen Ludin" # System bootloader configuration bootloader --location=mbr --boot-drive=vda # Partition clearing information clearpart --all --initlabel --drives=vda # Disk partitioning information part pv.18 --fstype="lvmpv" --ondisk=vda --size=91008 part /boot --fstype="xfs" --ondisk=vda --size=1000 volgroup centos_redmine --pesize=4096 pv.18 logvol /var --fstype="xfs" --size=35000 --name=var --vgname=centos_redmine logvol /home --fstype="xfs" --size=25000 --name=home --vgname=centos_redmine logvol / --fstype="xfs" --size=25000 --name=root --vgname=centos_redmine logvol swap --fstype="swap" --size=6000 --name=swap --vgname=centos_redmine %packages @base @compat-libraries @core @development @guest-agents @performance @perl-web @php @python-web @web-server chrony %end