Skip to content

Commit

Permalink
d/cloud-init-base.templates:
Browse files Browse the repository at this point in the history
  + Add warning about image portability to dpkg-reconfigure

Fixes SC-1855
  • Loading branch information
aciba90 committed Sep 27, 2024
1 parent 90556e3 commit ed504a0
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
9 changes: 9 additions & 0 deletions debian/cloud-init-base.templates
Original file line number Diff line number Diff line change
Expand Up @@ -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.
21 changes: 20 additions & 1 deletion debian/po/templates.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: cloud-init\n"
"Report-Msgid-Bugs-To: [email protected]\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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -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 ""

0 comments on commit ed504a0

Please sign in to comment.