Generic "centos" image callout breaks now that it's pulling latest centos 8 images.
Centos 8 images have dhcp installed and line 21: mkdir -p /xcatdata/etc/{dhcp,goconserver,xcat} && ln -sf -t /etc /xcatdata/etc/{dhcp,goconserver,xcat} breaks because ln can't overwrite /etc/dhcp with an empty dir
Generic "centos" image callout breaks now that it's pulling latest centos 8 images.
Centos 8 images have dhcp installed and line 21: mkdir -p /xcatdata/etc/{dhcp,goconserver,xcat} && ln -sf -t /etc /xcatdata/etc/{dhcp,goconserver,xcat} breaks because ln can't overwrite /etc/dhcp with an empty dir