Filip Pytloun | a20f9e2 | 2016-02-16 13:07:03 +0100 | [diff] [blame] | 1 | install |
| 2 | cdrom |
| 3 | lang en_US.UTF-8 |
| 4 | keyboard us |
| 5 | network --onboot yes --device eth0 --bootproto dhcp --noipv6 |
| 6 | rootpw --plaintext ho5uo7Uome5d |
Filip Pytloun | 94e657d | 2016-02-19 19:43:29 +0100 | [diff] [blame] | 7 | firewall --disabled |
Filip Pytloun | a20f9e2 | 2016-02-16 13:07:03 +0100 | [diff] [blame] | 8 | authconfig --enableshadow --passalgo=sha512 |
| 9 | selinux --disabled |
| 10 | timezone Europe/Prague |
| 11 | bootloader --location=mbr --driveorder=sda --append="crashkernel=auto rhgb quiet" |
| 12 | |
| 13 | text |
| 14 | skipx |
| 15 | zerombr |
| 16 | |
| 17 | clearpart --all --initlabel |
Jiri Konecny | 0e3ad28 | 2016-02-18 10:30:38 +0100 | [diff] [blame] | 18 | #autopart |
| 19 | part / --fstype=ext4 --size=1024 --grow --fsoptions=noatime --ondrive=vda |
Filip Pytloun | a20f9e2 | 2016-02-16 13:07:03 +0100 | [diff] [blame] | 20 | |
| 21 | auth --useshadow --enablemd5 |
| 22 | firstboot --disabled |
| 23 | reboot |
| 24 | |
| 25 | %packages --ignoremissing |
| 26 | @core |
| 27 | bzip2 |
| 28 | -ipw2100-firmware |
| 29 | -ipw2200-firmware |
| 30 | -ivtv-firmware |
| 31 | %end |