#platform=x86, AMD64, or Intel EM64T #version=DEVEL # Firewall configuration firewall --enabled --ssh # Install OS instead of upgrade install url --url http://192.168.0.192/OL6 # Root password rootpw --iscrypted $1$USEhgGL3$288iZJqkskW2pu.8woUF10 # System authorization information auth --useshadow --passalgo=sha512 # Use graphical install graphical # Run the Setup Agent on first boot firstboot --enable # System keyboard keyboard uk # System language lang en_GB # SELinux configuration selinux --permissive # Installation logging level logging --level=info # Reboot after installation reboot # System timezone timezone Europe/London # Network information network --bootproto=static --device=eth0 --gateway=192.168.0.1 --ip=192.169.0.205 --nameserver=192.168.0.4 --netmask=255.255.255.0 --onboot=on --hostname=ol6-112-server.localdomain # System bootloader configuration bootloader --location=mbr # Partition clearing information clearpart --all # Disk partitioning information part /boot --fstype ext4 --size=500 --ondisk=sda part pv.2 --size=0 --grow --ondisk=sda volgroup VolGroup00 --pesize=32768 pv.2 logvol swap --fstype swap --name=LogVol01 --vgname=VolGroup00 --size=2048 logvol / --fstype ext3 --name=LogVol00 --vgname=VolGroup00 --size=1 --grow %packages @base @basic-desktop @compat-libraries @desktop-platform @development @directory-client @fonts @general-desktop @graphical-admin-tools @input-methods @internet-browser @large-systems @server-platform @system-admin-tools @x11 %end