install text network --bootproto dhcp url --url http://ftp.nluug.nl/pub/os/Linux/distr/fedora/linux/releases/22/Server/x86_64/os lang en_US keyboard us zerombr clearpart --all bootloader --location mbr timezone Europe/Amsterdam auth --enablemd5 --enableshadow rootpw --iscrypted * selinux --enforcing reboot firewall --port=22:tcp,4505:tcp,4506:tcp skipx repo --name=fedora22 --baseurl=http://ftp.nluug.nl/pub/os/Linux/distr/fedora/linux/releases/22/Everything/x86_64/os firstboot --disable part / --fstype=ext4 --size=1000 --grow %packages %end %post yum update -y yum install -y salt-minion systemctl enable salt-minion hostname -f > /etc/salt/minion_id #yum localinstall --nogpgcheck https://home.a-eskwadraat.nl/~sysop/rpmfusion/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://home.a-eskwadraat.nl/~sysop/rpmfusion/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm reboot %end