chroot setup cmd for sme11 & sme12

This commit is contained in:
Trevor Batley 2023-11-06 15:22:24 +11:00
parent 41a52764bc
commit c430326aee

View File

@ -115,7 +115,7 @@ done
PKGMANAGER="dnf" PKGMANAGER="dnf"
BOOTSTRAPIMAGE="rocky:8" BOOTSTRAPIMAGE="rocky:8"
EL="8" EL="8"
CHROOTSETUPCMD=' install @buildsys-build @buildsys scl-utils-build python27-build rpm-build' CHROOTSETUPCMD=' install epel-rpm-macros bash bzip2 coreutils cpio diffutils findutils gawk gcc gcc-c++ grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux which xz '
for RELEASE in 11 12 ; do for RELEASE in 11 12 ; do
# Setup the os repo - parent of others who will inherit most properties # Setup the os repo - parent of others who will inherit most properties
TAG="sme$RELEASE-os" TAG="sme$RELEASE-os"