install text network --bootproto dhcp url --url http://ftp.nluug.nl/pub/os/Linux/distr/RedHat/ftp/redhat/rhel/rc/7/Server/x86_64/os --proxy=http://ernst:3128 lang en_US keyboard us zerombr clearpart --all bootloader --location mbr timezone Europe/Amsterdam auth --enablemd5 --enableshadow rootpw bla selinux --enforcing reboot firewall --enabled --port=22:tcp,4505:tcp,4506:tcp skipx firstboot --reconfig part / --fstype=ext4 --size=1000 --grow %packages %end %post #yum install -y http://ftp.nluug.nl/pub/os/Linux/distr/fedora-epel/6/x86_64/epel-release-6-8.noarch.rpm #yum update -y #yum install -y salt-minion #systemctl enable salt-minion %end # Reboot after installation reboot