1 |
SME Server Developers |
2 |
--------------------- |
3 |
#SME 10 |
4 |
To change files in this directory: |
5 |
|
6 |
# if for binary and images files copy from previous iso and change in place. |
7 |
|
8 |
#if for anaconda original files : |
9 |
- Make the change to the anaconda/updates |
10 |
- Build patches against anaconda as normal |
11 |
- Prep new work directory |
12 |
|
13 |
- When building a new ISO use these changed files |
14 |
|
15 |
|
16 |
From anaconda (make prep) |
17 |
|
18 |
For SME 10 many files are copied as follows for x86_64 |
19 |
|
20 |
cd anaconda-21.48.22.159 |
21 |
/bin/cp pyanaconda/installclasses/koozali.py /build/smeserver/stage/10/x86_64/product/run/install/product/pyanaconda/installclasses/ |
22 |
/bin/cp pyanaconda/installclasses/{koozali,centos,fedora}.py /build/smeserver/stage/10/x86_64/product/usr/lib64/python2.7/site-packages/pyanaconda/installclasses/ |
23 |
|