From a2f7fe9c855bc461d7fdc495a9487350d5a5abd0 Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Sat, 16 Nov 2024 15:36:44 -0500 Subject: [PATCH] update readme --- README.md | 3 --- bootc-nvidia-base-centos/Containerfile | 3 --- bootc-nvidia-base-centos/README.md | 3 --- 3 files changed, 9 deletions(-) diff --git a/README.md b/README.md index 84d3c26..bd49c46 100755 --- a/README.md +++ b/README.md @@ -219,9 +219,6 @@ RUN echo -e ' OpenShift 4.17 release\n\ DISABLE SECURE BOOT! You have been warned! Disable boot is **KNOWN** to cause issues with the nvidia drivers. ENABLE 4G DECODING in the BIOS. This is needed for certain nvidia cards to work such as the Tesla P40. - - This Fedora 40 as the base image to (hopefully) be as stable as possible. Tried with Fedora 40 but found that the kernel was moving too fast - for the nvidia drivers to keep up / work properly / update correctly. IMPORTANT NOTE: On boot, this will **not** have the nvidia drivers loaded it they are compiled. This is because akmods are suppose to be built on boot, but this doesn't work with bootc. diff --git a/bootc-nvidia-base-centos/Containerfile b/bootc-nvidia-base-centos/Containerfile index 7633b80..ee80fb7 100644 --- a/bootc-nvidia-base-centos/Containerfile +++ b/bootc-nvidia-base-centos/Containerfile @@ -6,9 +6,6 @@ # # DISABLE SECURE BOOT! You have been warned! Disable boot is **KNOWN** to cause issues with the nvidia drivers. # ENABLE 4G DECODING in the BIOS. This is needed for certain nvidia cards to work such as the Tesla P40. -# -# This Fedora 40 as the base image to (hopefully) be as stable as possible. Tried with Fedora 40 but found that the kernel was moving too fast -# for the nvidia drivers to keep up / work properly / update correctly. # # IMPORTANT NOTE: # On boot, this will **not** have the nvidia drivers loaded it they are compiled. This is because akmods are suppose to be built on boot, but this doesn't work with bootc. diff --git a/bootc-nvidia-base-centos/README.md b/bootc-nvidia-base-centos/README.md index 536d34e..9cf77d2 100644 --- a/bootc-nvidia-base-centos/README.md +++ b/bootc-nvidia-base-centos/README.md @@ -6,9 +6,6 @@ DISABLE SECURE BOOT! You have been warned! Disable boot is **KNOWN** to cause issues with the nvidia drivers. ENABLE 4G DECODING in the BIOS. This is needed for certain nvidia cards to work such as the Tesla P40. - - This Fedora 40 as the base image to (hopefully) be as stable as possible. Tried with Fedora 40 but found that the kernel was moving too fast - for the nvidia drivers to keep up / work properly / update correctly. IMPORTANT NOTE: On boot, this will **not** have the nvidia drivers loaded it they are compiled. This is because akmods are suppose to be built on boot, but this doesn't work with bootc.