mirror of
https://github.com/AlmaLinux/ks2rootfs.git
synced 2024-11-21 17:23:07 +00:00
Signed-off-by: Bala Raman <srbala@gmail.com>
This commit is contained in:
parent
8938d9c140
commit
7ce5dcb59a
@ -10,6 +10,7 @@ RUN mkdir -p /mnt/system-root /mnt/system-root/build; \
|
||||
glibc-minimal-langpack \
|
||||
anaconda-tui \
|
||||
lorax \
|
||||
subscription-manager \
|
||||
jq \
|
||||
tar \
|
||||
policycoreutils \
|
||||
|
@ -136,7 +136,9 @@ if [ ${BUILD_FLAG_WRITE_META} == 'true' ]; then
|
||||
echo "$distro_release" > ${BUILD_OUTDIR}/distro-release
|
||||
fi
|
||||
# save list of packages installed
|
||||
jq .[] -r /tmp/dnf.cache/tempfiles.json | awk -F '/' '{print $5}' | sort > ${BUILD_OUTDIR}/pkgs-list
|
||||
jq .[] -r /tmp/dnf.cache/tempfiles.json | awk -F '/' '{print $5}' | sort > ${BUILD_OUTDIR}/pkgs-list-rpm
|
||||
cat ${BUILD_OUTDIR}/pkgs-list-rpm | sed 's/-[0-9].*//g' > ${BUILD_OUTDIR}/pkgs-list-only
|
||||
cat ${BUILD_OUTDIR}/pkgs-list-rpm | sed 's/.el[0-9].*//g' > ${BUILD_OUTDIR}/pkgs-list
|
||||
echo 'Writting meta data completed.'
|
||||
else
|
||||
echo 'Skip writing meta data based on configuration.'
|
||||
|
Loading…
Reference in New Issue
Block a user