Обновить About building process

Надежда Краснобородько 2024-05-02 18:12:07 +03:00
parent ad90b8602f
commit 7657157ec1

@ -13,4 +13,26 @@ Process of building
How to setting builder host (what i did):
1. Setting space for getting packages:
> mkdir /space
> cat /etc/fstab << "alt.office.basealt.ru:/space /space nfs4 noauto,nosuid,noexec,nolock,ro,soft,_netdev,x-systemd.automount 0 0"
> mount /space
add lines to file /etc/apt/sources.list.d/alt.list, on other lines set #:
> rpm [alt] copy:/space/ALT/Sisyphus x86_64 classic
> rpm [alt] copy:/space/ALT/Sisyphus x86_64 debuginfo
> rpm [alt] copy:/space/ALT/Sisyphus x86_64-i586 classic
> rpm [alt] copy:/space/ALT/Sisyphus noarch classic
2. Install packages
> for mkimage-profiles: apt-get install mkimage mkimage-preinstall hasher git-core
> other: git (for getting build repo), podman, vml (for tests), qemu-img
3.