Skip to content

Commit

Permalink
feat: hyperscale fanciness!
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Dec 20, 2024
1 parent 3928787 commit f523f3c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@ mkdir -m 0700 -p /var/roothome
ln -sf /run /var/run

dnf config-manager --set-enabled crb

dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm
dnf -y install centos-release-hyperscale centos-release-hyperscale-experimental

for pkg in kernel kernel-core kernel-modules kernel-modules-core ; do rpm --erase $pkg --nodeps ; done
dnf -y install kernel kernel-core kernel-modules{,-core,-extra}

dnf -y --allowerasing upgrade

dnf -y install @multimedia gstreamer1-plugins-{bad-free,bad-free-libs,good,base} lame{,-libs} libjxl

Expand Down

0 comments on commit f523f3c

Please sign in to comment.