578
回編集
編集の要約なし |
|||
|
== チェックサム ==
<syntaxhighlight lang="bash">
$ sha256sum -c hash.txt
</syntaxhighlight>
{| class="wikitable"
! パラメータ !! 説明
|-
| hash.txt || チェックサムを記載したファイル(例:<pre>2ca7ec6ac0e43595774ebf1061334a00f9dc0d1ea879b895a174a52ea8e32ec3 2026-06-18-raspios-trixie-arm64-full.img.xz</pre>)
|}
= ストレージへの書き込み =
| |||