Changes

From SME Server
Jump to navigationJump to search
m
Line 204: Line 204:  
=====For SME8=====
 
=====For SME8=====
   −
'''NEED TO BE DOCUMENTED''' WIP INSIDE<br />
+
Edit cdrom.image/sme8/updates/installclasses/smeinstallclass.py and remove the "betanag" entry from the dispatch.setStepList list
   −
http://bugs.contribs.org/show_bug.cgi?id=8575#c9
+
    def setSteps(self, dispatch):
 
+
        dispatch.setStepList(
the only issue I have here is the 'betanag' which lead to have a warning of 'beta' stage in the installer, for now it is not an issue
+
                "betanag", <- remove this line
 
+
                "language",
I can find in constants.py (anaconda folder)
+
                "keyboard",
 
+
                "findrootparts",
BETANAG = 0
  −
 
  −
do I need to make a patch in CVS to turn it to '1' ?
      
=====For SME9=====
 
=====For SME9=====

Navigation menu