#platform=x86, AMD64, or Intel EM64T #version=DEVEL # Install OS instead of upgrade install # Keyboard layouts keyboard 'us' # Reboot after installation reboot # Root password rootpw --iscrypted $1$sCeFB0Qz$pvni43nQ1d4FcrWdRKl.G. # System timezone timezone Europe/Prague --isUtc # System language lang en_US # Firewall configuration firewall --disabled # System authorization information auth --useshadow --passalgo=sha512 # Use CDROM installation media cdrom # Use text mode install text # SELinux configuration selinux --permissive # Do not configure the X Window System skipx # System bootloader configuration bootloader --location=partition # Partition clearing information clearpart --drives=sda --all # Disk partitioning information part / --asprimary --fstype="ext4" --grow --size=500 network --bootproto=static --device=ens3 --onboot=on --ip 10.0.120.2 --netmask 255.255.255.0 #url --mirrorlist="http://mirrors.nic.cz/fedora/linux/releases/20/Everything/x86_64/os/" #repo --name=updates %packages @admin-tools vim net-tools psmisc -vim-minimal %end %post systemctl sshd enable %end