24 lines
864 B
Modula-2
24 lines
864 B
Modula-2
BootStrap: yum
|
|
OSVersion: 8
|
|
MirrorURL: http://dl.rockylinux.org/pub/rocky/%{OSVERSION}/BaseOS/x86_64/os/
|
|
Include: dnf
|
|
|
|
|
|
%post
|
|
|
|
sed -i 's/^root:.:/root::/g' /etc/passwd
|
|
|
|
dnf install -y basesystem bash chkconfig coreutils e2fsprogs \
|
|
ethtool filesystem findutils gawk grep initscripts iproute \
|
|
iputils net-tools nfs-utils pam psmisc rsync sed setup \
|
|
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
|
|
|
|
systemctl disable NetworkManager
|
|
systemctl disable NetworkManager-dispatcher
|
|
systemctl disable NetworkManager-wait-online
|
|
systemctl enable network-scripts
|
|
|
|
touch /etc/sysconfig/disable-deprecation-warnings |