mirror of
https://github.com/ManInDark/bootc-image.git
synced 2026-01-21 06:54:28 +01:00
FIX: remove NVIDIA driver collisions
This commit is contained in:
@@ -10,6 +10,8 @@ A qcow image may be built by first calling `make oci` to build the oci image and
|
|||||||
|
|
||||||
You should adapt user & disk settings in `disk_config/user.toml` before you build your own installation iso though.
|
You should adapt user & disk settings in `disk_config/user.toml` before you build your own installation iso though.
|
||||||
|
|
||||||
|
It may be necessary to create your own keys: https://github.com/CheariX/silverblue-akmods-keys
|
||||||
|
|
||||||
## Links
|
## Links
|
||||||
|
|
||||||
- [getting started](https://docs.fedoraproject.org/en-US/bootc/building-containers)
|
- [getting started](https://docs.fedoraproject.org/en-US/bootc/building-containers)
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ rm /etc/yum.repos.d/vscode.repo
|
|||||||
# https://rpmfusion.org/Howto/NVIDIA
|
# https://rpmfusion.org/Howto/NVIDIA
|
||||||
# https://www.tecmint.com/install-nvidia-drivers-in-linux
|
# https://www.tecmint.com/install-nvidia-drivers-in-linux
|
||||||
|
|
||||||
|
dnf5 -y remove nvidia-gpu-firmware rocm-hip rocm-opencl rocm-clinfo rocm-smi
|
||||||
dnf5 install -y https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \
|
dnf5 install -y https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \
|
||||||
https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
|
https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
|
||||||
dnf5 install -y kernel-devel kernel-headers gcc make dkms acpid libglvnd-glx libglvnd-opengl libglvnd-devel pkgconfig \
|
dnf5 install -y kernel-devel kernel-headers gcc make dkms acpid libglvnd-glx libglvnd-opengl libglvnd-devel pkgconfig \
|
||||||
|
|||||||
Reference in New Issue
Block a user