From 12a3519c640a684e5de299d2f9d779507b25d04b Mon Sep 17 00:00:00 2001 From: mkutouski Date: Fri, 11 Oct 2024 14:46:58 +0300 Subject: [PATCH] M #-: Add a note for Debian 11 repo (#3076) Signed-off-by: Mikalai Kutouski Signed-off-by: Victor Hansson Co-authored-by: Victor Hansson (cherry picked from commit 8469814307d8d94861b8ccd83e263cc0d808a966) --- source/ext/spellchecking/wordlists/opennebula.txt | 3 ++- .../opennebula_repository_configuration.rst | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/source/ext/spellchecking/wordlists/opennebula.txt b/source/ext/spellchecking/wordlists/opennebula.txt index d7c2ab03e..0bbcef633 100644 --- a/source/ext/spellchecking/wordlists/opennebula.txt +++ b/source/ext/spellchecking/wordlists/opennebula.txt @@ -92,9 +92,9 @@ Mountpoints Multicast Multicluster Multus +NSX Netplan Nokogiri -NSX Numa NVMe Onecfg @@ -416,6 +416,7 @@ kb keepalived keymap keyring +keyrings keytab kubeconfig kubernetes diff --git a/source/installation_and_configuration/frontend_installation/opennebula_repository_configuration.rst b/source/installation_and_configuration/frontend_installation/opennebula_repository_configuration.rst index c408aaa88..73a6077b9 100644 --- a/source/installation_and_configuration/frontend_installation/opennebula_repository_configuration.rst +++ b/source/installation_and_configuration/frontend_installation/opennebula_repository_configuration.rst @@ -80,6 +80,15 @@ Debian/Ubuntu First, add the repository signing GPG key on the Front-end by executing as user ``root``: +.. note:: + + It might be needed to create /etc/apt/keyrings directory in Debian 11 because it does not exist by default: + + .. prompt:: bash # auto + + # mkdir -p /etc/apt/keyrings + + .. prompt:: bash # auto # wget -q -O- https://downloads.opennebula.io/repo/repo2.key | gpg --dearmor --yes --output /etc/apt/keyrings/opennebula.gpg