{# SPDX-License-Identifier: MIT -#}

{% if ! initial_setup_installed %}

mkswu --init で作成した initial_setup.swu をインストールしてください。

{% endif %} {% match swu_last_update %} {% when Some with (update) %} {% if update.rootfs != update.updated_rootfs %}

現在 rollback パーティション {{ update.rootfs }} を起動しています。

{% endif %} {% when None %} {% endmatch %}

SWU ファイル入力


SWU URL 入力

最新バージョンに更新

{% if swupdate_watch_urls.is_empty() %}

設定ファイルに有効なURLが見つかりません。

{% else %} {% if let Some(url) = update_url %}

アップデート情報はこちらです。

{% endif %}
{% endif %}
{% match swu_last_update %} {% when Some with (update) %} {% if update.rootfs == update.updated_rootfs && ! update.updated_versions.is_empty() %}

最新アップデート

{{ update.updated_date.format("%Y-%m-%d %H:%M:%S") }} に以下のバージョンが更新されました:

{%- for version in update.updated_versions %} {%- endfor %}
コンポーネント 旧バージョン 新バージョン
{{ version.component }} {{ version.old_version|or_dash }} {{ version.new_version|or_dash }}
{% endif %} {% when None %} {% endmatch %}

現在の SWU で管理されているバージョン

{%- for version in swu_versions %} {%- endfor %}
コンポーネント バージョン
{{ version.component }} {{ version.version }}