Merge pull request #148 from gmkurtzer/container_fixups

Make sure that ifcfg-XXXX files work properly
This commit is contained in:
Gregory M. Kurtzer
2021-09-29 20:48:20 -07:00
committed by GitHub
2 changed files with 10 additions and 2 deletions

View File

@@ -14,4 +14,8 @@ Include: dnf
shadow-utils rsyslog tzdata util-linux words zlib tar less \
gzip which util-linux openssh-clients openssh-server dhclient \
pciutils vim-minimal shadow-utils strace cronie crontabs cpio \
wget centos-release ipmitool yum
wget centos-release ipmitool yum network-scripts
systemctl enable network
touch /etc/sysconfig/disable-deprecation-warnings

View File

@@ -14,4 +14,8 @@ Include: dnf
shadow-utils rsyslog tzdata util-linux words zlib tar less \
gzip which util-linux openssh-clients openssh-server dhclient \
pciutils vim-minimal shadow-utils strace cronie crontabs cpio \
wget rocky-release ipmitool yum NetworkManager
wget rocky-release ipmitool yum network-scripts
systemctl enable network
touch /etc/sysconfig/disable-deprecation-warnings