You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
644 B
36 lines
644 B
install
|
|
cdrom
|
|
lang en_US.UTF-8
|
|
keyboard us
|
|
network --onboot yes --device eth0 --bootproto dhcp --noipv6 --hostname opennms.localdomain
|
|
rootpw --plaintext secret
|
|
firewall --enabled --service=ssh
|
|
authconfig --enableshadow --passalgo=sha512
|
|
selinux --disabled
|
|
timezone Europe/Berlin
|
|
bootloader --location=mbr --driveorder=sda --append="crashkernel=auto rhgb quiet"
|
|
|
|
text
|
|
skipx
|
|
zerombr
|
|
|
|
clearpart --all --initlabel
|
|
autopart
|
|
|
|
auth --useshadow --enablemd5
|
|
firstboot --disabled
|
|
reboot
|
|
|
|
%packages --ignoremissing
|
|
@core
|
|
bzip2
|
|
kernel-devel
|
|
kernel-headers
|
|
-ipw2100-firmware
|
|
-ipw2200-firmware
|
|
-ivtv-firmware
|
|
%end
|
|
|
|
%post
|
|
/usr/bin/yum -y install sudo
|
|
%end
|