Changes

Jump to navigation Jump to search
Line 82: Line 82:  
             cmd = ['/bin/mount', '-n',
 
             cmd = ['/bin/mount', '-n',
 
                     '--bind', self.srcpath, self.bindpath ]
 
                     '--bind', self.srcpath, self.bindpath ]
 +
 +
====Remove the 'Beta warning'====
 +
=====For SME8=====
 +
 +
'''NEED TO BE DOCUMENTED'''
 +
 +
=====For SME9=====
 +
 +
The Iso gets a 'beta' tag with warnings during the install process. How remove the beta tag, add --final in the /build/smeserver/stage/bin/build_installer
 +
 +
# add --final when we have final product
 +
  PYTHONPATH=/usr/lib/anaconda/ sudo /usr/lib/anaconda-runtime/buildinstall \
 +
      --product "$distname" \
 +
      --version "${distvers/[^0-9.]*/}" \
 +
      --release "$distname" \
 +
      --brand "centos" \
 +
      '''--final \'''
 +
      --bugurl http://bugs.contribs.org/ \
 +
      --output $(pwd)/$distarch/ \
 +
      /build/smeserver/repo/$distrel/smeextras/$distarch/ \
 +
      $(pwd)/$distarch/
 +
  /bin/sed -i -e "s|packagedir =.*|packagedir = Packages|" $(pwd)/$distarch/.treeinfo
    
===Preparation for a new ISO release===
 
===Preparation for a new ISO release===

Navigation menu