#version=DEVEL # 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,sdb # Keyboard layouts keyboard --vckeymap=us --xlayouts='us' # System language lang en_US.UTF-8 # Network information network --bootproto=dhcp --device=eno1 --onboot=off --ipv6=auto --no-activate network --bootproto=dhcp --device=eno2 --ipv6=auto --activate network --hostname=node0.hpc.kyungguk.com # System services services --enabled="chronyd" # System timezone timezone Asia/Seoul --isUtc # System bootloader configuration bootloader --location=mbr --boot-drive=sda # Partition clearing information clearpart --all --initlabel --drives=sda,sdb # Disk partitioning information part /boot/efi --fstype="efi" --ondisk=sda --size=200 --fsoptions="umask=0077,shortname=winnt" part /boot --fstype="xfs" --ondisk=sda --size=500 part pv.1328 --fstype="lvmpv" --ondisk=sdb --size=17166133 part / --fstype="xfs" --ondisk=sda --size=456107 volgroup centos_node0 --pesize=4096 pv.1328 logvol /scratch --fstype="xfs" --size=15068977 --name=scratch --vgname=centos_node0 logvol /home --fstype="xfs" --size=2097152 --name=home --vgname=centos_node0 %packages @^compute-node-environment @base @core @debugging @development @directory-client @hardware-monitoring @network-file-system-client @performance @remote-system-management @scientific @security-tools @system-admin-tools chrony %end %addon com_redhat_kdump --disable --reserve-mb='auto' %end %anaconda pwpolicy root --minlen=6 --minquality=1 --notstrict --nochanges --notempty pwpolicy user --minlen=6 --minquality=1 --notstrict --nochanges --emptyok pwpolicy luks --minlen=6 --minquality=1 --notstrict --nochanges --notempty %end