From aac729b7c48a8fdf83baac84c1eb71441d57181c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix-Antoine=20Fortin?= Date: Wed, 13 Mar 2024 14:24:11 -0400 Subject: [PATCH] Update documentation --- docs/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/README.md b/docs/README.md index c6ae4a40..7edebc78 100644 --- a/docs/README.md +++ b/docs/README.md @@ -871,12 +871,6 @@ if previously instantiated. If true, the base image packages will not be upgraded during the first boot. By default, all packages are upgraded. -**Note 1**: Do not skip package upgrade if the infrastructure includes instances -with specialized hardware like a GPU or an Infiniband adapter. These devices generally -require the compilation of dynamic kernel modules ([DKMS](https://en.wikipedia.org/wiki/Dynamic_Kernel_Module_Support)), -with the latest kernel headers. - - **Post build modification effect**: No effect on currently built instances. Ones created after the modification will take into consideration the new value of the parameter to determine whether they should upgrade the base image packages or not.