Line 22: |
Line 22: |
| ~/anaconda-po contains '''the anaconda translations''' | | ~/anaconda-po contains '''the anaconda translations''' |
| ~/smeserver '''contains a local smeserver mirror''' | | ~/smeserver '''contains a local smeserver mirror''' |
− | ~/rpms is rpms folder from CVS | + | ~/smecore/rpms is rpms folder from CVS |
| | | |
| ===='''Local Only''': mock requirement==== | | ===='''Local Only''': mock requirement==== |
Line 414: |
Line 414: |
| | | |
| ====Copy anaconda content==== | | ====Copy anaconda content==== |
− | See ~/cdrom.image/sme9/updates/README.txt for details of what to copy. The patched anaconda files from ~/rpms/anaconda/sme9 will go to updates directory. The exact directory depends on the anaconda version, eg ~/rpms/anaconda/sme9/anaconda-13.21.254 | + | See ~/cdrom.image/sme9/updates/README.txt for details of what to copy. The patched anaconda files from ~/smecore/rpms/anaconda/sme9 will go to updates directory. The exact directory depends on the anaconda version, eg ~/smecore/rpms/anaconda/sme9/anaconda-13.21.254 |
| cd ~/smecore/rpms/anaconda/sme9/ | | cd ~/smecore/rpms/anaconda/sme9/ |
| make prep | | make prep |
Line 501: |
Line 501: |
| | | |
| ====Copy anaconda content==== | | ====Copy anaconda content==== |
− | See ~/cdrom.image/sme8/updates/README.txt for details of what to copy. The patched anaconda files from ~/rpms/anaconda/sme8 will go to updates directory. The exact directory depends on the anaconda version, | + | See ~/cdrom.image/sme8/updates/README.txt for details of what to copy. The patched anaconda files from ~/smecore/rpms/anaconda/sme8 will go to updates directory. The exact directory depends on the anaconda version, |
− | eg ~/rpms/anaconda/sme8/anaconda-11.1.2.263. One file (bootloaderInfo.py) also comes from booty. '''Finally lang-names needs to come from the actual anaconda RPM to updates which is a manual step.''' | + | eg ~/smecore/rpms/anaconda/sme8/anaconda-11.1.2.263. One file (bootloaderInfo.py) also comes from booty. '''Finally lang-names needs to come from the actual anaconda RPM to updates which is a manual step.''' |
| | | |
− | cd ~/rpms/anaconda/sme8/ | + | cd ~/smecore/rpms/anaconda/sme8/ |
| make prep | | make prep |
− | cd ~/rpms/anaconda/sme8/anaconda-11.1.2.263 | + | cd ~/smecore/rpms/anaconda/sme8/anaconda-11.1.2.263 |
| cp anaconda bootloader.py findpackageset.py fsset.py instdata.py kickstart.py lang-table language.py packages.py partedUtils.py raid.py upgrade.py yuminstall.py /build/smeserver/stage/8/i386/updates/ | | cp anaconda bootloader.py findpackageset.py fsset.py instdata.py kickstart.py lang-table language.py packages.py partedUtils.py raid.py upgrade.py yuminstall.py /build/smeserver/stage/8/i386/updates/ |
| cp anaconda bootloader.py findpackageset.py fsset.py instdata.py kickstart.py lang-table language.py packages.py partedUtils.py raid.py upgrade.py yuminstall.py /build/smeserver/stage/8/x86_64/updates/ | | cp anaconda bootloader.py findpackageset.py fsset.py instdata.py kickstart.py lang-table language.py packages.py partedUtils.py raid.py upgrade.py yuminstall.py /build/smeserver/stage/8/x86_64/updates/ |
Line 514: |
Line 514: |
| cp confirm_text.py progress_text.py timezone_text.py upgrade_bootloader_text.py upgrade_text.py /build/smeserver/stage/8/x86_64/updates/ | | cp confirm_text.py progress_text.py timezone_text.py upgrade_bootloader_text.py upgrade_text.py /build/smeserver/stage/8/x86_64/updates/ |
| | | |
− | cd ~/rpms/booty/sme8/ | + | cd ~/smecore/rpms/booty/sme8/ |
| make prep | | make prep |
− | cp ~/rpms/booty/sme8/booty-0.80.6/bootloaderInfo.py /build/smeserver/stage/8/i386/updates/ | + | cp ~/smecore/rpms/booty/sme8/booty-0.80.6/bootloaderInfo.py /build/smeserver/stage/8/i386/updates/ |
− | cp ~/rpms/booty/sme8/booty-0.80.6/bootloaderInfo.py /build/smeserver/stage/8/x86_64/updates/ | + | cp ~/smecore/rpms/booty/sme8/booty-0.80.6/bootloaderInfo.py /build/smeserver/stage/8/x86_64/updates/ |
| | | |
| ===='''Local Only''': Hack: Permission Fixup==== | | ===='''Local Only''': Hack: Permission Fixup==== |