Search results

  1. S

    Manual network configuration in a Kickstart install

    Hi Everyone, I am trying to configure manual network in the middle of the installion with kickstart. so I found script to do it- %include /mnt/sysimage/root/ks-pre.ks %pre exec < /dev/tty6 > /dev/tty6 chvt 6 clear NETWORK_INTERFACES=$(ls /sys/class/net) for NET in $NETWORK_INTERFACES; do...
Top