Skip to content

Commit 5106257

Browse files
committed
Drop the ifup/ifdown workaround
These symlinks are now created automatically by the package install. Signed-off-by: James Slagle <[email protected]>
1 parent 83dd3be commit 5106257

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

bootc/Containerfile.centos9

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@ ARG LIBVIRT_PACKAGES="\
5555

5656
RUN dnf -y install $PACKAGES $LIBVIRT_PACKAGES && dnf clean all && systemctl enable $ENABLE_UNITS
5757

58-
# Workaround openstack-network-scripts failing to run update-alternatives
59-
# See https://issues.redhat.com/browse/OSPRH-13141
60-
RUN ln -s /etc/sysconfig/network-scripts/ifup /usr/sbin/ifup
61-
RUN ln -s /etc/sysconfig/network-scripts/ifdown /usr/sbin/ifdown
62-
6358
# Drop Ansible fact into place
6459
COPY ansible-facts/bootc.fact /etc/ansible/facts.d/bootc.fact
6560
RUN chmod +x /etc/ansible/facts.d/bootc.fact

0 commit comments

Comments
 (0)