|
Kyle Powell wrote: The debug code is what led me to write the patch. Well, that and some digging around in kickstart.py.-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Matt Rose wrote: If you read kickstart.py, it always calls dispatch.skipStep("network"), no matter whether or not the network configuration is specified. the patch I posted actually gets it to work as expected, and not call dispatch.skipStep("network") if there's no "network" command in the ks.cfg. without the patch, the network configuration step is *always* skipped, no matter whether I specify a network entry in ks.cfg or not. To put it in more "bug" terms, without the patch underneath, the following ks.cfg does *not* bring up the network configuration screen, even though I expect it to. install cdrom lang en_US.UTF-8 keyboard us rootpw --iscrypted "$1$Q8UIYpca$uHhNzcR8qKtzFAa4Z.zmq." firewall --disabled authconfig --enableshadow --enablemd5 text skipx selinux --disabled timezone --utc America/New_York reboot bootloader --location=mbr autopart %pre %packages @base %post Mind you, I'm not sure whether my expectations are correct. The patch I attached "fixes" this behaviour so that the network configuration dialog is brought up, if there is no "network" option in the ks.cfg Matt - -- Kyle Powell | Red Hat | Senior Consultant, RHCE | Cell: 571.215.4340 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iD8DBQFJynb27pTtanQdBU4RAg+cAJ9ROB1o/Oi8Cg5FyE5uT5TuIbTJ8gCdHhZM xlB6qKnvbH/gAGZZZZrjlTI= =o6zk -----END PGP SIGNATURE----- _______________________________________________ Kickstart-list mailing list Kickstart-list redhat com https://www.redhat.com/mailman/listinfo/kickstart-list |