Skip to content

Commit

Permalink
chore(cleanup): Remove NVIDIA configuration from non-NVIDIA images (#…
Browse files Browse the repository at this point in the history
…1101)

Signed-off-by: RJ Trujillo <eyecantcu@pm.me>
  • Loading branch information
EyeCantCU committed Apr 8, 2024
1 parent c52ff61 commit ad23ba9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build_files/base/cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

set -ouex pipefail

if [[ "${IMAGE_FLAVOR}" =~ "nvidia" ]]; then
rm /usr/etc/dracut.conf.d/nvidia.conf
rm /usr/lib/modprobe.d/nvidia.conf
fi

rm -f /etc/yum.repos.d/tailscale.repo
rm -f /etc/yum.repos.d/charm.repo
rm -f /etc/yum.repos.d/ublue-os-staging-fedora-"${FEDORA_MAJOR_VERSION}".repo
Expand All @@ -11,4 +16,4 @@ echo "Hidden=true" >> /usr/share/applications/nvtop.desktop
if [ "$BASE_IMAGE_NAME" = "silverblue" ]; then
echo "Hidden=true" >> /usr/share/applications/gnome-system-monitor.desktop
fi
rm -f /etc/yum.repos.d/_copr_che-nerd-fonts-"${FEDORA_MAJOR_VERSION}".repo
rm -f /etc/yum.repos.d/_copr_che-nerd-fonts-"${FEDORA_MAJOR_VERSION}".repo

0 comments on commit ad23ba9

Please sign in to comment.