From ed504a0223053bea4be181dd3e9d850c606d4407 Mon Sep 17 00:00:00 2001 From: Alberto Contreras Date: Mon, 2 Sep 2024 16:25:18 +0200 Subject: [PATCH] d/cloud-init-base.templates: + Add warning about image portability to dpkg-reconfigure Fixes SC-1855 --- debian/cloud-init-base.templates | 9 +++++++++ debian/po/templates.pot | 21 ++++++++++++++++++++- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/debian/cloud-init-base.templates b/debian/cloud-init-base.templates index 72bf1d6ee82..5dbc4984baa 100644 --- a/debian/cloud-init-base.templates +++ b/debian/cloud-init-base.templates @@ -10,3 +10,12 @@ _Description: Which data sources should be searched? Warning: Only select 'Ec2' if this system will be run on a system with the EC2 metadata service present. Doing so incorrectly will result in a substantial timeout on boot. + . + Warning: If this system is intended to run on a cloud / platform + different than the original one, then make sure to install the correct + cloud-init package: + . + - Install a cloud-specific cloud-init package if the target platform + requires one. + - Install cloud-init, containing all dependencies, if the target is + unknown. diff --git a/debian/po/templates.pot b/debian/po/templates.pot index 1eee2a97239..b7221d2a493 100644 --- a/debian/po/templates.pot +++ b/debian/po/templates.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: cloud-init\n" "Report-Msgid-Bugs-To: cloud-init@packages.debian.org\n" -"POT-Creation-Date: 2024-02-20 14:06-0700\n" +"POT-Creation-Date: 2024-09-03 10:16+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -219,3 +219,22 @@ msgid "" "EC2 metadata service present. Doing so incorrectly will result in a " "substantial timeout on boot." msgstr "" + +#. Type: multiselect +#. Description +#: ../cloud-init-base.templates:1002 +msgid "" +"Warning: If this system is intended to run on a cloud / platform different " +"than the original one, then make sure to install the correct cloud-init " +"package:" +msgstr "" + +#. Type: multiselect +#. Description +#: ../cloud-init-base.templates:1002 +msgid "" +"- Install a cloud-specific cloud-init package if the target platform\n" +" requires one.\n" +"- Install cloud-init, containing all dependencies, if the target is\n" +" unknown." +msgstr ""