Line 377: |
Line 377: |
| ====Build SME Server 8 64 bit ISO==== | | ====Build SME Server 8 64 bit ISO==== |
| mock -r smeserver-8-x86_64-iso --init | | mock -r smeserver-8-x86_64-iso --init |
− | mock -r smeserver-8-x86_64-iso --cwd /build/smeserver/stage/8 --unpriv --chroot /build/smeserver/stage/bin/build_installer | + | mock -r smeserver-8-x86_64-iso --mount --cwd /build/smeserver/stage/8 --unpriv --chroot /build/smeserver/stage/bin/build_installer |
− | mock -r smeserver-8-x86_64-iso --cwd /build/smeserver/stage/8 --unpriv --chroot /build/smeserver/stage/bin/build_ISO | + | mock -r smeserver-8-x86_64-iso --mount --cwd /build/smeserver/stage/8 --unpriv --chroot /build/smeserver/stage/bin/build_ISO |
| | | |
| {{Note box|msg=due to the [[bugzilla:8760]] you have to install anaconda-runtime in the mock chroot | | {{Note box|msg=due to the [[bugzilla:8760]] you have to install anaconda-runtime in the mock chroot |
| then | | then |
| mock -r smeserver-8-x86_64-iso --init | | mock -r smeserver-8-x86_64-iso --init |
− | mock -r smeserver-8-x86_64-iso --cwd /build/smeserver/stage/8 --chroot /usr/bin/yum install anaconda-runtime | + | mock -r smeserver-8-x86_64-iso --mount --cwd /build/smeserver/stage/8 --chroot /usr/bin/yum install anaconda-runtime |
− | mock -r smeserver-8-x86_64-iso --cwd /build/smeserver/stage/8 --unpriv --chroot /build/smeserver/stage/bin/build_installer | + | mock -r smeserver-8-x86_64-iso --mount --cwd /build/smeserver/stage/8 --unpriv --chroot /build/smeserver/stage/bin/build_installer |
− | mock -r smeserver-8-x86_64-iso --cwd /build/smeserver/stage/8 --unpriv --chroot /build/smeserver/stage/bin/build_ISO}} | + | mock -r smeserver-8-x86_64-iso --mount --cwd /build/smeserver/stage/8 --unpriv --chroot /build/smeserver/stage/bin/build_ISO}} |
| | | |
| ===Build & Release SME Server 9=== | | ===Build & Release SME Server 9=== |