mirror of
https://github.com/AlmaLinux/ks2rootfs.git
synced 2024-11-21 17:23:07 +00:00
Remove temp fix
Signed-off-by: Bala Raman <srbala@gmail.com>
This commit is contained in:
parent
5b08b30d90
commit
a61ab93638
@ -34,11 +34,11 @@ RUN dnf install -y epel-release && \
|
|||||||
dnf clean all; \
|
dnf clean all; \
|
||||||
# Temp fix for dnf until fix is ported to EL8
|
# Temp fix for dnf until fix is ported to EL8
|
||||||
# imgcreate.errors.MountError: Unable to unmount filesystem at /var/tmp/imgcreate-XXXXXX/install_root/var/cache/dnf.
|
# imgcreate.errors.MountError: Unable to unmount filesystem at /var/tmp/imgcreate-XXXXXX/install_root/var/cache/dnf.
|
||||||
cwd=$PWD \
|
# cwd=$PWD \
|
||||||
cd /mnt/system-root/usr/lib/python3.6/site-packages/dnf/ ;\
|
# cd /mnt/system-root/usr/lib/python3.6/site-packages/dnf/ ;\
|
||||||
mv base.py base.py_saved ;\
|
# mv base.py base.py_saved ;\
|
||||||
curl -LO https://raw.githubusercontent.com/AlmaLinux/sig-livemedia/build-fix/work/scripts/base.py ; \
|
# curl -LO https://raw.githubusercontent.com/AlmaLinux/sig-livemedia/build-fix/work/scripts/base.py ; \
|
||||||
cd $cwd ; \
|
# cd $cwd ; \
|
||||||
# cp /etc/yum.repos.d/e* /mnt/system-root/etc/yum.repos.d/ ; \
|
# cp /etc/yum.repos.d/e* /mnt/system-root/etc/yum.repos.d/ ; \
|
||||||
/bin/date +%Y%m%d_%H%M > /mnt/system-root/etc/BUILDTIME ;\
|
/bin/date +%Y%m%d_%H%M > /mnt/system-root/etc/BUILDTIME ;\
|
||||||
# set DNF infra variable to container for compatibility with CentOS
|
# set DNF infra variable to container for compatibility with CentOS
|
||||||
|
Loading…
Reference in New Issue
Block a user