Skip to content

Commit

Permalink
fix: branding and nvidia packages
Browse files Browse the repository at this point in the history
  • Loading branch information
innovisus committed Feb 1, 2025
1 parent 883a20e commit 5ef4878
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions src/configuration/branding.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,40 @@ cat << EOF > /etc/os-release
NAME="ALT Atomic"
VERSION="0.1"
VERSION_ID="0.1"
PRETTY_NAME="ALT Atomic"
ID=altlinux
ID_LIKE="altlinux"
PLATFORM_ID="platform:altlinux"
PRETTY_NAME="ALT Atomic"
VARIANT="Atomic"
VARIANT_ID="atomic"
ANSI_COLOR="1;33"
CPE_NAME="cpe:/o:alt:sisyphus:20240122"
BUILD_ID="Sisyphus 20240122"
ALT_BRANCH_ID="sisyphus"
HOME_URL="https://atomic.alt-gnome.ru/"
BUG_REPORT_URL="https://atomic.alt-gnome.ru/"
LOGO=altlinux
EOF

cat << EOF > /usr/lib/os-release
NAME="ALT Atomic"
VERSION="0.1"
VERSION_ID="0.1"
PRETTY_NAME="ALT Atomic"
ID=altlinux
ID_LIKE="altlinux"
PLATFORM_ID="platform:altlinux"
PRETTY_NAME="ALT Atomic"
VARIANT="Atomic"
VARIANT_ID="atomic"
ANSI_COLOR="1;33"
CPE_NAME="cpe:/o:alt:sisyphus:20240122"
BUILD_ID="Sisyphus 20240122"
ALT_BRANCH_ID="sisyphus"
HOME_URL="https://atomic.alt-gnome.ru/"
BUG_REPORT_URL="https://atomic.alt-gnome.ru/"
LOGO=altlinux
EOF

echo "End branding.sh"
2 changes: 1 addition & 1 deletion src/packages/components/nvidia/packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ echo "Installing nvidia packages"

apt-get install -y apt-repo-lakostis-kmodules apt-repo-lakostis && \
apt-get update && \
apt-get install -y kernel-modules-nvidia-open-6.12 libnvidia-opencl libnvoptix cuda-libs
apt-get install -y kernel-modules-nvidia-6.12 libnvidia-opencl libnvoptix cuda-libs opencl-headers opencl-cpp-headers nvidia-cuda-toolkit nvidia-cuda-devel

echo "End installing nvidia packages"

0 comments on commit 5ef4878

Please sign in to comment.