Another minor fixup for network initalization

This commit is contained in:
Gregory Kurtzer
2021-09-24 13:49:09 -07:00
parent 2540d46b68
commit 0dca35f6d9
2 changed files with 4 additions and 10 deletions

View File

@@ -14,11 +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 NetworkManager network-scripts
wget centos-release ipmitool yum network-scripts
systemctl disable NetworkManager
systemctl disable NetworkManager-dispatcher
systemctl disable NetworkManager-wait-online
systemctl enable network-scripts
touch /etc/sysconfig/disable-deprecation-warnings

View File

@@ -14,11 +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 network-scripts
wget rocky-release ipmitool yum network-scripts
systemctl disable NetworkManager
systemctl disable NetworkManager-dispatcher
systemctl disable NetworkManager-wait-online
systemctl enable network-scripts
touch /etc/sysconfig/disable-deprecation-warnings