Re: Solved: Making anaconda prompt for network information during CD-based Kickstart

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 2004-03-19 at 09:45, James_Martin@xxxxxxxxxxxxxxx wrote:
> As some of us know, when doing a CD-based kickstart, anaconda will not 
> prompt you for network information, even if you leave the network line 
> blank, empty, etc.  After some digging, I came up with a solution.

As a follow-up, I created a patch to the anaconda source.  I'll put this
in our anaconda documentation:
http://rau.homedns.org/twiki/bin/view/Anaconda/AnacondaDocumentationProject

Forrest
diff -urN anaconda-9.2.orig/kickstart.py anaconda-9.2/kickstart.py
--- anaconda-9.2.orig/kickstart.py	2003-10-23 15:52:08.000000000 -0700
+++ anaconda-9.2/kickstart.py	2004-03-19 10:11:09.000000000 -0800
@@ -1256,7 +1256,7 @@
         dispatch.skipStep("betanag")
         dispatch.skipStep("confirminstall")
         dispatch.skipStep("confirmupgrade")
-        dispatch.skipStep("network")
+        #dispatch.skipStep("network")
         dispatch.skipStep("installtype")
 
         # skipping firewall by default, disabled by default

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux