{# 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 入力

{% 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.as_deref().unwrap_or("--") }} {{ version.new_version.as_deref().unwrap_or("--") }}
{% endif %} {% when None %} {% endmatch %}

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

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