Line 88: |
Line 88: |
| ** https://access.redhat.com/documentation/en/red-hat-enterprise-linux/7/anaconda-customization-guide/anaconda-customization-guide | | ** https://access.redhat.com/documentation/en/red-hat-enterprise-linux/7/anaconda-customization-guide/anaconda-customization-guide |
| ** https://access.redhat.com/documentation/en/red-hat-enterprise-linux/7/anaconda-customization-guide/4-branding-and-chroming-the-graphical-user-interface | | ** https://access.redhat.com/documentation/en/red-hat-enterprise-linux/7/anaconda-customization-guide/4-branding-and-chroming-the-graphical-user-interface |
| + | ** https://access.redhat.com/documentation/en/red-hat-enterprise-linux/version-7.1/red-hat-enterprise-linux-71-anaconda-customization-guide/ |
| | | |
| * how to customize centos 7 | | * how to customize centos 7 |
Line 94: |
Line 95: |
| | | |
| https://github.com/joyent/mi-centos-7 | | https://github.com/joyent/mi-centos-7 |
| + | |
| + | * fedora doc |
| + | **https://fedoraproject.org/wiki/Anaconda/Changes |
| + | ** |
| + | |
| + | *using squashfs |
| + | ** http://www.tldp.org/HOWTO/html_single/SquashFS-HOWTO/#mksqusing |
| + | ** |
| | | |
| ===Foreword=== | | ===Foreword=== |
Line 102: |
Line 111: |
| Hence I feel we will have to do the same to hide all Centos branding.[[User:Unnilennium|Unnilennium]] ([[User talk:Unnilennium|talk]]) 17:20, 17 July 2016 (CEST) | | Hence I feel we will have to do the same to hide all Centos branding.[[User:Unnilennium|Unnilennium]] ([[User talk:Unnilennium|talk]]) 17:20, 17 July 2016 (CEST) |
| | | |
− | === how to steps for SME 10 alpha 2 (WIP)=== | + | === THE KEY=== |
| + | |
| + | - the holly Grail is the .buildstamp file |
| + | $ cat product/.buildstamp |
| + | |
| + | [Main] |
| + | Product=Koozali SME Server |
| + | Version=10alpha2 |
| + | BugURL=https://bugs.koozali.org |
| + | IsFinal=False |
| + | UUID=alpha2.x86_64 |
| + | [Compose] |
| + | Lorax=19.6.66-1 |
| + | |
| + | |
| + | === how to create a good product.img for SME 10 alpha 2 (WIP)=== |
| + | |
| + | |
| + | |
| + | === alternative how to edit content of squashfs for SME 10 alpha 2 (WIP)=== |
| | | |
| as the product.img is unable to change the centos 7 branding in the installer even if the files are replaced Anaconda seems to ignore them or just launch before the modification take place): | | as the product.img is unable to change the centos 7 branding in the installer even if the files are replaced Anaconda seems to ignore them or just launch before the modification take place): |
Line 136: |
Line 164: |
| cd /build/smeserver/stage/10.0.alpha1/x86_64/LiveOS/ | | cd /build/smeserver/stage/10.0.alpha1/x86_64/LiveOS/ |
| mksquashfs /tmp/rootfs squashfs.img | | mksquashfs /tmp/rootfs squashfs.img |
| + | |
| + | |
| + | |
| + | === patch anaconda and rebuild the whole installer for SME 10 alpha 3 or next (WIP)=== |
| + | |
| + | TO DO |