Skip to content
Snippets Groups Projects

Libgomp

Merged Alex Iribarren requested to merge libgomp into master
1 file
+ 7
9
Compare changes
  • Side-by-side
  • Inline
+ 7
9
@@ -35,7 +35,6 @@ iputils
-kernel
-kexec-tools
less
libgomp
-pinentry
-qemu-guest-agent
rootfiles
@@ -86,10 +85,13 @@ rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-kojiv2
# some packages get installed even though we ask for them not to be,
# and they don't have any external dependencies that should make
# anaconda install them
TOREMOVE="bind-export-libs dhcp-libs dhcp-client dhcp-common dracut-network ethtool file freetype gettext gettext-libs grub2-tools-minimal grub2-tools-extra grub2-common grub2-tools grubby iproute kexec-tools libcroco libgomp libmnl lzo os-prober snappy which"
TOREMOVE="file gettext gettext-libs grub2-tools-minimal grub2-common grub2-tools os-prober which"
for remove in $TOREMOVE; do echo -n "removing $remove: "; rpm -e --nodeps $remove; done
# Add tsflags to keep yum from installing docs
echo "tsflags=nodocs" >> /etc/yum.conf
# Make sure we're up to date
dnf -y distro-sync
@@ -106,13 +108,9 @@ rm -rf /var/lib/dnf/history.*
#delete a few systemd things
rm -rf /etc/machine-id
# Add tsflags to keep yum from installing docs
sed -i '/distroverpkg=centos-release/a tsflags=nodocs' /etc/yum.conf
#Make it easier for systemd to run in Docker container
cp /usr/lib/systemd/system/dbus.service /etc/systemd/system/
sed -i 's/OOMScoreAdjust=-900//' /etc/systemd/system/dbus.service
#cp /usr/lib/systemd/system/dbus.service /etc/systemd/system/
#sed -i 's/OOMScoreAdjust=-900//' /etc/systemd/system/dbus.service
#Mask mount units and getty service so that we don't get login prompt
systemctl mask systemd-remount-fs.service dev-hugepages.mount sys-fs-fuse-connections.mount systemd-logind.service getty.target console-getty.service
@@ -191,5 +189,5 @@ EOF
# Make rsyslog send everything before the reboot
pkill -HUP rsyslogd
sleep 30s
rm -rf /mnt/sysroot/root/ks-post.log
#rm -rf /mnt/sysroot/root/ks-post.log
%end
Loading