# Django 2014-07-13 Kickstart-Datei zum automatischen Betanken von DMZ-Maschinen (64 Bit) # Version=CentOS 7 # Tastaturlayout definieren keyboard --vckeymap=de --xlayouts='de (nodeadkeys)' # Systemsprache setzen lang en_US.UTF-8 # Definition der Netzwerkeinstellungen # Network information network --bootproto=static --device=eth0 --gateway=10.0.0.17 --ip=10.0.0.254 --nameserver=10.0.0.27 --netmask=255.255.255.0 --ipv6=auto --activate network --hostname=vml000254.dmz.nausch.org # Zeitzone setzen timezone Europe/Berlin --isUtc --ntpservers=time.dmz.nausch.org # Netzwerkinstallation aus dem eigenen Repository mit den aktuellen Paketen repo --name=installupdates --baseurl=http://10.0.0.57/centos/7/updates/x86_64/ # Authentifizierungsoptionen für das System definieren auth --enableshadow --passalgo=sha512 # Root-Passwort verschlüsselt vorgeben rootpw --iscrypted $6$PZhVKqBb7vE5NgOq$fuqZ6zwDjbK214BUqjEIjxBuR$cH1cK$1nD2V0lLD3PpmfKIlK14b71RsTmkRLqTmxZyr0YmCrl8sgkgIuj7N3B1TG67/6a0 # Default-Benutzerkonto anlegen user --name=django --password=$6$34os/lDDY2cAEfyW$fqDj4n90d3r40m1nM1703nd1Ck3n313rna7plCieqgeYCWONkaKgYnQKm5iDe7gD4X1/3WtCq89/JZIUyiOv/ --iscrypted # vorhandene Partitionen löschen clearpart --all --initlabel --drives=vda # Konfiguration des System Bootloaders bootloader --location=mbr --boot-drive=vda # SELinux permissive Modus aktivieren selinux --permissive # Disable kdump services --disabled=bluetooth,kdump # Reboot nach der Installation ausführen reboot # Paketauswahl definieren (Minimalinstallation mit zusätzlichen Paketen %packages @core #-selinux-policy* -iwl*firmware vim mc bind-utils wget telnet yum-priorities acpid net-tools yum-plugin-changelog lsof %end %addon com_redhat_kdump --disable --reserve-mb='auto' %end