#version=DEVEL # Keyboard layouts keyboard 'us' # Root password rootpw --iscrypted $1$XWBAxtk.$8JHhznBlYz10oJNO4/Fig/ # System language lang ko_KR # Reboot after installation reboot # System timezone timezone Asia/Seoul # Use graphical install graphical # Use network installation url --url="ftp://192.168.111.100/pub" # System authorization information auth --useshadow --passalgo=sha512 # Firewall configuration firewall --disabled firstboot --disable # SELinux configuration selinux --enforcing # System bootloader configuration bootloader --location=mbr # Clear the Master Boot Record zerombr # Partition clearing information clearpart --all --initlabel # Disk partitioning information part swap --fstype="swap" --size=4096 part / --fstype="ext4" --grow --size=1 %packages @anaconda-tools @core @editors @networkmanager-submodules @standard @server-product %end