Zitat von Pete Biggs <pete at biggs.org.uk>:
>> which switch is the right one for Centos 7.6 to finish the
>> installation.
>> Every Installation needs an acknowledgement at the end when the
>> network configuration is shown while installing with grafics.
>>
>
>
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/installation_guide/sect-kickstart-syntax
>
> Make sure your kickstart file as the 'reboot' command in it.
>
> P.
>
>
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> https://lists.centos.org/mailman/listinfo/centos
Hallo,
this combinarion is working here now.
Ralf
#version=DEVEL
# v0.001 Lizenz automatisch annehmen
# Install statt upgrade
# Textmodus
# Firewall aus
# first reboot
# Zeitzone Berlin
# Selinux disabled
# Platte vorbereiten
# System authorization information
# Install OS instead of upgrade
install
#text
autostep
# Firewall configuration
firewall --disabled
selinux --disabled
# Reboot after installation
reboot
# System timezone
timezone Europe/Berlin
auth --enableshadow --passalgo=sha512
# Use network installation
url --url="http://192.168.245.20/NWA_PXE/centos_vmware_1810/"
eula --agreed
# Use graphical install
#systemctl disable initial-setup-graphical.service
#graphical
# Run the Setup Agent on first boot
firstboot --disable