Changes

Jump to navigation Jump to search
no edit summary
Line 58: Line 58:  
in
 
in
 
         /build/smeserver/repo/$distrel/smeextras/$distarch/ \
 
         /build/smeserver/repo/$distrel/smeextras/$distarch/ \
 +
 +
* The beta Tag in the installer --[[User:Stephdl|Stephdl]] ([[User talk:Stephdl|talk]]) 15:24, 31 December 2014 (CET)
 +
I noticed that the Iso gets a 'beta' tag with warnings during the install process.
 +
How remove the the beta tag, add --final to the 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

Navigation menu