Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:manual:verify_live_images [2018/05/02 00:05] emulatorman |
en:manual:verify_live_images [2024/09/30 04:38] (current) throgh [Hyperbola live image] |
||
|---|---|---|---|
| Line 13: | Line 13: | ||
| ! style=" | ! style=" | ||
| |- | |- | ||
| - | | [[https:// | + | | [[https:// |
| | Contains the SHA512 sums to check the integrity of the Hyperbola live image. | | Contains the SHA512 sums to check the integrity of the Hyperbola live image. | ||
| |- | |- | ||
| - | | [[https:// | + | | [[https:// |
| | Signed by the Hyperbola team to check the authenticity of the sha512sum file of the Hyperbola live image. | | Signed by the Hyperbola team to check the authenticity of the sha512sum file of the Hyperbola live image. | ||
| - | |} | ||
| - | |||
| - | ===== Hypertalking live image ===== | ||
| - | |||
| - | {| border=" | ||
| - | ! style=" | ||
| - | ! style=" | ||
| - | |- | ||
| - | | [[https:// | ||
| - | | Contains the SHA512 sums to check the integrity of the Hypertalking live image. | ||
| - | |- | ||
| - | | [[https:// | ||
| - | | Signed by the Hyperbola team to check the authenticity of the sha512sum file of the Hypertalking live image. | ||
| |} | |} | ||
| Your **live_image** directory should now contain 3 files: Your live image and the sha512 file and the signed one, like this: | Your **live_image** directory should now contain 3 files: Your live image and the sha512 file and the signed one, like this: | ||
| - | * hyperbola-milky-way-v0.2.4-dual.iso | + | * hyperbola-milky-way-v0.4.4-dual.iso |
| - | * hyperbola-milky-way-v0.2.4-dual.iso.sha512 | + | * hyperbola-milky-way-v0.4.4-dual.iso.sha512 |
| - | * hyperbola-milky-way-v0.2.4-dual.iso.sha512.sig | + | * hyperbola-milky-way-v0.4.4-dual.iso.sha512.sig |
| ===== Integrity check ===== | ===== Integrity check ===== | ||
| Line 46: | Line 33: | ||
| <code bash> | <code bash> | ||
| - | ~ cd | + | cd |
| </ | </ | ||
| <code bash> | <code bash> | ||
| - | ~ cd live_image | + | cd live_image |
| </ | </ | ||
| <code bash> | <code bash> | ||
| - | ~ sha512sum -b *.iso | + | sha512sum -b *.iso |
| </ | </ | ||
| Line 63: | Line 50: | ||
| <code bash> | <code bash> | ||
| - | ~ sha512sum -c hyperbola-milky-way-v0.2.4-dual.iso.sha512 | + | sha512sum -c hyperbola-milky-way-v0.4.4-dual.iso.sha512 |
| </ | </ | ||
| </ | </ | ||
| Line 74: | Line 61: | ||
| <code bash> | <code bash> | ||
| - | ~ gpg --keyserver | + | gpg --keyserver |
| </ | </ | ||
| Line 81: | Line 68: | ||
| <code bash> | <code bash> | ||
| - | ~ gpg --keyserver | + | gpg --keyserver |
| </ | </ | ||
| <code bash> | <code bash> | ||
| - | ~ gpg --list-key --with-fingerprint F9704456 | + | gpg --list-key --with-fingerprint F9704456 |
| </ | </ | ||
| Line 94: | Line 81: | ||
| <code bash> | <code bash> | ||
| - | ~ cd | + | cd |
| </ | </ | ||
| <code bash> | <code bash> | ||
| - | ~ cd live_image | + | cd live_image |
| </ | </ | ||
| <code bash> | <code bash> | ||
| - | ~ gpg --verify hyperbola-milky-way-v0.2.4-dual.iso.sha512.sig | + | gpg --verify hyperbola-milky-way-v0.4.4-dual.iso.sha512.sig |
| </ | </ | ||