Changes

Jump to navigation Jump to search
no edit summary
Line 1: Line 1: −
Each installer and ISO needs to built on the corresponding version (cos5 for sme8 and cos6 for sme9).
+
* Each installer and ISO needs to built on the corresponding version (cos5 for sme8 and cos6 for sme9).
    
:''This can be misleading. The build box can be the same, eg COS6 x64 for all ISOs, it is only the mock image that needs to match the ISO, and this is magically handled by the mock configs''
 
:''This can be misleading. The build box can be the same, eg COS6 x64 for all ISOs, it is only the mock image that needs to match the ISO, and this is magically handled by the mock configs''
Line 8: Line 8:       −
Note I needed to edit mock cfg file to include /build in the chroot due to my local setup.  
+
* Note I needed to edit mock cfg file to include /build in the chroot due to my local setup.  
 
:''These are the changes that I made as I do not have the nfs mounts on my local machine. I replaced''
 
:''These are the changes that I made as I do not have the nfs mounts on my local machine. I replaced''
   Line 22: Line 22:  
Also note http://bugs.contribs.org/show_bug.cgi?id=7675#c61 (the segment below needs some formatting)
 
Also note http://bugs.contribs.org/show_bug.cgi?id=7675#c61 (the segment below needs some formatting)
   −
There is also an update to /usr/lib/python2.6/site-packages/mockbuild/mounts.py that needs to happen so loop devices get mounted correctly. Check /var/lib/mock/smeserver-VERSION-ARCH/result/root.log after mock -r smeserver-VERSION-ARCH-iso --init (eg mock -r smeserver-8-i386-iso --init). The mounting of the /dev/loopX should pass (return code 0). If it fails (return code 32) then the patch below is needed on your build host.
+
* There is also an update to /usr/lib/python2.6/site-packages/mockbuild/mounts.py that needs to happen so loop devices get mounted correctly. Check /var/lib/mock/smeserver-VERSION-ARCH/result/root.log after mock -r smeserver-VERSION-ARCH-iso --init (eg mock -r smeserver-8-i386-iso --init). The mounting of the /dev/loopX should pass (return code 0). If it fails (return code 32) then the patch below is needed on your build host.
    
<nowiki>
 
<nowiki>
Line 37: Line 37:       −
For SME Server 8 check that anaconda-runtime was installed in the mock instance. For SME 8 the anaconda-runtime needs to be installed, check /usr/lib/anaconda-runtime/mk-images* exists in the mock instance after the mock --init. (check /var/lib/mock/smeserver-8-i386/root/usr/lib/anaconda-runtime)
+
* For SME Server 8 check that anaconda-runtime was installed in the mock instance. For SME 8 the anaconda-runtime needs to be installed, check /usr/lib/anaconda-runtime/mk-images* exists in the mock instance after the mock --init. (check /var/lib/mock/smeserver-8-i386/root/usr/lib/anaconda-runtime)
    
If it does not then run the following, assuming i386 ARCH.
 
If it does not then run the following, assuming i386 ARCH.

Navigation menu