Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cs9-base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
linuxsupport
cs9-base
Merge requests
!1
Libgomp
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Libgomp
libgomp
into
master
Overview
0
Commits
4
Pipelines
1
Changes
1
Merged
Alex Iribarren
requested to merge
libgomp
into
master
3 years ago
Overview
0
Commits
4
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
cfed6976
4 commits,
3 years ago
1 file
+
7
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
cs9-base-docker.ks
+
7
−
9
Options
@@ -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 freetyp
e 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="
fil
e 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