#version=DEVEL # System authorization information auth --enableshadow --passalgo=sha512 # Use network installation url --url="http://repos.sopnet.com.ar/centos/7/os/x86_64" # Use graphical install graphical # Run the Setup Agent on first boot firstboot --enable ignoredisk --only-use=sda # Keyboard layouts keyboard --vckeymap=es --xlayouts='es' # System language lang en_US.UTF-8 # Network information network --bootproto=dhcp --device=eth0 --ipv6=auto --activate network --bootproto=dhcp --device=eth1 --ipv6=auto --activate network --bootproto=dhcp --device=eth2 --onboot=off --ipv6=auto network --hostname=localhost.localdomain # Root password rootpw --iscrypted $6$Y7fVuKltizRAc6ja$2W/IDo.LGGsrX8nh4j4FCLz95XYx54CGSXDlg0kABis4St4dq/a/YmdbzjbpTMTWzcPfxKJtPGaqMKExz4vfs1 # System timezone timezone America/Argentina/Buenos_Aires --isUtc user --name=vboxuser --password=$6$UJW2sBS62wNbOL9b$nQxyUHQjjI4t15.sXglpOSsHJTEwQZCToR81zBFajufJr2q9EZBrMitI/7lnmXXhJaZ47SrZb8xEmhxBxnxId/ --iscrypted --gecos="VirtualBoxUser" # System bootloader configuration bootloader --location=mbr --boot-drive=sda # Partition clearing information clearpart --all --initlabel --drives=sda # Disk partitioning information part swap --fstype="swap" --ondisk=sda --size=8065 part /boot --fstype="ext4" --ondisk=sda --size=2048 part / --fstype="ext4" --ondisk=sda --size=142513 %packages @^minimal @core %end %addon com_redhat_kdump --disable --reserve-mb='auto' %end