FEAT: merge nvidia changes from 42

This commit is contained in:
2025-12-06 19:33:37 +01:00
parent c63cea685a
commit df94b5ece0
4 changed files with 10 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
FROM scratch AS ctx FROM scratch AS ctx
COPY build_files / COPY build_files /
FROM ghcr.io/ublue-os/base-main:42 FROM ghcr.io/ublue-os/base-main:43
RUN rm -r /opt && mkdir /opt RUN rm -r /opt && mkdir /opt

View File

@@ -8,7 +8,7 @@ dnf5 update -y --setopt=install_weak_deps=False
dnf5 install -y man-pages man-db glibc-langpack-en glibc-langpack-de plymouth dnf5 install -y man-pages man-db glibc-langpack-en glibc-langpack-de plymouth
dnf5 install -y --setopt=exclude=gnome-tour,malcontent-control gnome-shell gnome-keyring gnome-keyring-pam gnome-bluetooth gnome-terminal nautilus seahorse evolution totem gstreamer1-plugin-libav gnome-extensions-app gnome-browser-connector gnome-shell-extension-appindicator dnf5 install -y --setopt=exclude=gnome-tour,malcontent-control gnome-shell gnome-keyring gnome-keyring-pam gnome-bluetooth gnome-terminal nautilus seahorse evolution totem gstreamer1-plugin-libav gnome-extensions-app gnome-browser-connector gnome-shell-extension-appindicator
dnf5 install -y gnome-calculator gnome-disk-utility gnome-backgrounds dnf5 install -y gnome-calculator gnome-disk-utility gnome-backgrounds
dnf5 install -y curl git btop nvtop tmux flatpak pciutils tailscale make fzf direnv xsel chromium pandoc-common pandoc-pdf texlive-collection-langgerman ansible-core ansible-collection-community-general vlc dnf5 install -y curl git btop nvtop tmux flatpak pciutils tailscale make fzf direnv xsel chromium 7zip pandoc-common pandoc-pdf texlive-collection-langgerman ansible-core ansible-collection-community-general vlc
git clone https://github.com/Tudmotu/gnome-shell-extension-clipboard-indicator.git /usr/share/gnome-shell/extensions/clipboard-indicator@tudmotu.com git clone https://github.com/Tudmotu/gnome-shell-extension-clipboard-indicator.git /usr/share/gnome-shell/extensions/clipboard-indicator@tudmotu.com
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
echo "LANG=de_DE.UTF-8" >> /etc/default/locale echo "LANG=de_DE.UTF-8" >> /etc/default/locale
@@ -21,3 +21,8 @@ curl -fsSLo /etc/yum.repos.d/vscode.repo https://packages.microsoft.com/yumrepos
rpm-ostree install code rpm-ostree install code
rm /etc/yum.repos.d/vscode.repo rm /etc/yum.repos.d/vscode.repo
dnf5 install -y https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \
https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
dnf5 install -y --allowerasing ffmpeg x265-libs
dnf5 remove -y rpmfusion-free-release rpmfusion-nonfree-release
dnf5 clean all

View File

@@ -5,7 +5,7 @@ echo "::group:: ===$(basename "$0")==="
# Set Variables # Set Variables
export AKMODS_FLAVOR=main export AKMODS_FLAVOR=main
export KERNEL="6.17.9-200.fc42.x86_64" export KERNEL="6.17.9-300.fc43.x86_64"
export IMAGE_NAME="" export IMAGE_NAME=""
set -eoux pipefail set -eoux pipefail

View File

@@ -2,4 +2,4 @@ NAME="ManInDark bootc Linux"
ID=manindark-linux ID=manindark-linux
PRETTY_NAME="ManInDark's bootc Linux" PRETTY_NAME="ManInDark's bootc Linux"
VARIANT_ID=desktop VARIANT_ID=desktop
VERSION_ID=42 VERSION_ID=43