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