Update container image to build w/o ISO

This commit is contained in:
Neil Hanlon 2021-10-20 15:16:27 -04:00
parent 9936c1728e
commit 701c2785b8
Signed by untrusted user: neil
GPG Key ID: 705BC21EC3C70F34
1 changed files with 27 additions and 25 deletions

View File

@ -8,17 +8,19 @@
# #
# Basic setup information # Basic setup information
text
keyboard us url --url https://dl.rockylinux.org/pub/rocky/8/BaseOS/$basearch/os/
rootpw --lock --iscrypted locked
timezone --isUtc --nontp UTC bootloader --disable
selinux --enforcing
firewall --disabled firewall --disabled
network --bootproto=dhcp --device=link --activate --onboot=on network --bootproto=dhcp --device=link --activate --onboot=on
rootpw --lock --iscrypted locked
selinux --enforcing
shutdown shutdown
bootloader --disable
lang en_US.UTF-8
keyboard us
lang en_US.UTF-8
timezone --isUtc --nontp UTC
# Disk setup # Disk setup
zerombr zerombr
@ -27,37 +29,37 @@ autopart --noboot --nohome --noswap --nolvm --fstype=ext4
# Package setup # Package setup
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps %packages --excludedocs --instLangs=en --nocore --excludeWeakdeps
rocky-release
binutils
-brotli
bash bash
hostname binutils
rootfiles
coreutils-single coreutils-single
glibc-minimal-langpack glibc-minimal-langpack
vim-minimal hostname
less
-gettext*
-firewalld
-os-prober*
tar
-iptables
iputils iputils
-kernel less
rocky-release
rootfiles
tar
vim-minimal
yum
-brotli
-dosfstools -dosfstools
-e2fsprogs -e2fsprogs
-firewalld
-fuse-libs -fuse-libs
-gettext*
-gnupg2-smime -gnupg2-smime
-grub\*
-iptables
-kernel
-libss -libss
-os-prober*
-pinentry -pinentry
-qemu-guest-agent
-shared-mime-info -shared-mime-info
-trousers -trousers
-xkeyboard-config
-xfsprogs -xfsprogs
-qemu-guest-agent -xkeyboard-config
yum
-grub\*
%end %end
%post --erroronfail --log=/root/anaconda-post.log %post --erroronfail --log=/root/anaconda-post.log