From 30b057e7eebb1e9d592b4558af598071a70f8fcc Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Thu, 3 Apr 2025 08:09:19 -0700 Subject: [PATCH] upgrades: Add introduction to the distribution upgrade page - Refer to the manual and mention that users can keep their distribution for 5 years before upgrade. Tests: - Proofread, links work. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- .../upgrades/templates/upgrades-dist-upgrade.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/plinth/modules/upgrades/templates/upgrades-dist-upgrade.html b/plinth/modules/upgrades/templates/upgrades-dist-upgrade.html index f2a8170b7..6a20a3365 100644 --- a/plinth/modules/upgrades/templates/upgrades-dist-upgrade.html +++ b/plinth/modules/upgrades/templates/upgrades-dist-upgrade.html @@ -10,6 +10,21 @@ {% block content %}

{% trans "Distribution Update" %}

+

+ {% url 'help:manual-page' lang='-' page='DebianUpgradeNotes' as dist_upgrade_url %} + {% blocktrans trimmed %} + Your {{ box_name }} will receive security updates, important fixes and + some selected features with regular software updates. However, to provide + a long software life cycle for {{ box_name }}, the entire operating system + will receive a major distribution update every two years or so. This will + bring in major features and changes. Sometimes, old features will stop + working. Please consult the manual for + expected changes and transitions during a distribution upgrade. If you + dislike these changes, you can keep each distribution for at least + 5 years before updating. + {% endblocktrans %} +

+ {% if status.running %}