#platform=x86, AMD64, or Intel EM64T #version=DEVEL # Install OS instead of upgrade install # Firewall configuration firewall --enabled --http --ssh # Keyboard layouts keyboard 'us'# Use network installation url --url="http://mirrors.kernel.org/fedora/releases/18/Fedora/x86_64/os/" # Network information network --bootproto=dhcp --device=eth0 # Reboot after installation reboot# Root password rootpw --iscrypted $1$WhG5gHqg$E0OX7QuJ97DT9dapTzgiR1 # System timezone timezone America/Chicago # System authorization information auth --useshadow --passalgo=sha512 # Use text mode install text # System language lang en_US # SELinux configuration selinux --enforcing # Do not configure the X Window System skipx # System bootloader configuration bootloader --location=mbr # Clear the Master Boot Record zerombr # Partition clearing information clearpart --all --initlabel # Disk partitioning information part / --fstype="ext4" --grow --size=1 %packages @standard %end