Hi all, Following is my kickstart file where I am not written for network configuration parameter. When I am using this kickstart file, the anaconda skips the network configuration screen. What I am doing wrong here? ------------------ KICKSTART FILE ------------------- xconfig --depth=16 --resolution=800x600 --defaultdesktop=GNOME --startxonboot #Package install information %packages --resolvedeps @ gnome-desktop @ dialup @ base-x @ sql-server @ editors @ printing @ web-server @ graphical-internet grub kernel e2fsprogs %post if [ -z "` grep ServerFlags /etc/X11/xorg.conf`" >/dev/null 2>&1 ]; then cat /usr/bin/x.conf >> /etc/X11/xorg.conf fi rm /usr/bin/x.conf chkconfig --level 345 httpd on chkconfig --level 345 mysqld on chkconfig --level 345 xinetd on Please help. regards Susant