This has been an issue for awhile... I opened a bug on this awhile ago (https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=119331), because it's seems like it should prompt someone for network information during a CD install, especially since it prompts you for so many other things if you leave them blank. The bug was "be considered for a future release". Jeremy, did this make it into FC3's anaconda? James S. Martin, RHCE Contractor Administrative Office of the United States Courts Washington, DC (202) 502-2394 anaconda-devel-list-bounces@xxxxxxxxxx wrote on 10/29/2004 07:18:52 AM: > This is what I did in Core1 to get the network section to come up during > a kickstart when there was no entry in the ks.cfg file. It doesn't work > anymore. any Ideas?? > > > Copy stage2.img in the Core3/Fedora/base/stage2.img to /tmp mkdir > /mnt/img > > mount -o loop /tmp/stage2.img /mnt/img > > cd /mnt/img > > tar cvf /tmp/stage2.tar . > > cd /tmp > > mkdir stage2 > > cd stage2 > > tar xvf /tmp/stage2.tar > > in the /tmp/stage2/usr/lib/anaconda/kickstart.py > > comment out the line: > > dispatch.skipStep("network") > > cd /tmp and umount /mnt/img > > remove the stage2.tar and the current stage2.img file > > 'mkcramfs stage2/ stage2.img' to generate the new stage2.img > > copy the stage2.img back into the source tree > CD. > > > _______________________________________________ > Anaconda-devel-list mailing list > Anaconda-devel-list@xxxxxxxxxx > https://www.redhat.com/mailman/listinfo/anaconda-devel-list