#platform=x86, AMD64 oder Intel EM64T #version=DEVEL # Firewall configuration firewall --enabled --ssh # Install OS instead of upgrade install # Use network installation url --url="http://10.0.0.50/centos/6/os/x86_64" # Root password rootpw --iscrypted $6$uv.sqwuXwm9j8uzT$SM4/bvtuZYrkp3BiqjPekSlqQcbA0FCrK/NjTMR6UzBMiuzc4nCbey6zI.8DO/HociPtcgSj7cmwpJOrvacsb. # Network information network --bootproto=dhcp --device=eth0 --onboot=on # System authorization information auth --useshadow --passalgo=sha512 # Use graphical install graphical # Use interactive kickstart installation method interactive # System keyboard keyboard de-latin1-nodeadkeys # System language lang en_US # SELinux configuration selinux --disabled # Do not configure the X Window System skipx # Installation logging level logging --level=info # Reboot after installation reboot # System timezone timezone --isUtc Europe/Berlin # System bootloader configuration bootloader --location=mbr --md5pass="$1$ioNmcnYK$SIo6B654kJl8T14Y0o.cp/" # Partition clearing information clearpart --all