| install |
| cdrom |
| lang en_US.UTF-8 |
| keyboard us |
| network --onboot yes --device eth0 --bootproto dhcp --noipv6 |
| rootpw --plaintext ho5uo7Uome5d |
| firewall --disabled |
| authconfig --enableshadow --passalgo=sha512 |
| selinux --disabled |
| timezone Europe/Prague |
| bootloader --location=mbr --driveorder=sda --append="crashkernel=auto rhgb quiet" |
| |
| text |
| skipx |
| zerombr |
| |
| clearpart --all --initlabel |
| #autopart |
| part / --fstype=ext4 --size=1024 --grow --fsoptions=noatime --ondrive=vda |
| |
| auth --useshadow --enablemd5 |
| firstboot --disabled |
| reboot |
| |
| %packages --ignoremissing |
| @core |
| bzip2 |
| -ipw2100-firmware |
| -ipw2200-firmware |
| -ivtv-firmware |
| %end |