#version=RHEL7 # System authorization information auth --enableshadow --passalgo=sha512 # Use CDROM installation media cdrom # Use graphical install graphical # Run the Setup Agent on first boot firstboot --enable ignoredisk --only-use=sda # Keyboard layouts keyboard --vckeymap=us --xlayouts='us' # System language lang en_US.UTF-8 # Network information network --bootproto=dhcp --device=enp0s3 --ipv6=auto --activate network --hostname=localhost.localdomain # Root password rootpw --iscrypted $6$m8tD5YosW/smcP1E$VXmQ2F9dCnXy0yD.BD.q/WUNmk9a80Zh4xMQ24NCq07RYEDAKhA3W.yw2BsM.oidvpubPuudcE7K7TTZUmpVg0 # System timezone timezone Asia/Tbilisi --isUtc --ntpservers=0.centos.pool.ntp.org,1.centos.pool.ntp.org,2.centos.pool.ntp.org,3.centos.pool.ntp.org user --groups=wheel --homedir=/home/centoob --name=centoob --password=$6$8A5BD6wN8ISz5Et0$AIS09ygzpHW/I3pmyl/b1mlr4RYOrUL4dx13m.IdngPldh1qoz4vj4PseVY3rmK5EF1hSfW18yZR1wJOLTjwk. --iscrypted # System bootloader configuration bootloader --append=" crashkernel=auto" --location=mbr --boot-drive=sda autopart --type=lvm # Partition clearing information clearpart --none --initlabel %packages @core kexec-tools authconfig bash-completion chrony cyrus-sasl-plain elinks grub2 ius-release kernel libzip lvm2 mailx mariadb-server php56u php56u-gmp php56u-mysqlnd policycoreutils-python python-setuptools teamd tmux tree unzip vim-enhanced wget yum-plugin-replace yum-utils %end %addon com_redhat_kdump --enable --reserve-mb='auto' %end