Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
en:manual:verify_live_images [2020/02/10 19:58]
emulatorman
en:manual:verify_live_images [2022/03/01 12:01]
emulatorman
Line 13: Line 13:
 ! style="background-color:#eaecf0"  colspan="1" | Description ! style="background-color:#eaecf0"  colspan="1" | Description
 |- |-
-| [[https://repo.hyperbola.info/other/live_images/gnu-plus-linux-libre/hyperbola-milky-way-latest/hyperbola-milky-way-v0.3.1-dual.iso.sha512 | hyperbola-milky-way-v0.3.1-dual.iso.sha512]]+| [[https://repo.hyperbola.info/other/live_images/gnu-plus-linux-libre/hyperbola-milky-way-latest/hyperbola-milky-way-v0.4-dual.iso.sha512 | hyperbola-milky-way-v0.4-dual.iso.sha512]]
 | 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://repo.hyperbola.info/other/live_images/gnu-plus-linux-libre/hyperbola-milky-way-latest/hyperbola-milky-way-v0.3.1-dual.iso.sha512.sig | hyperbola-milky-way-v0.3.1-dual.iso.sha512.sig]]+| [[https://repo.hyperbola.info/other/live_images/gnu-plus-linux-libre/hyperbola-milky-way-latest/hyperbola-milky-way-v0.4-dual.iso.sha512.sig | hyperbola-milky-way-v0.4-dual.iso.sha512.sig]]
 | 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="0" style="border-collapse:collapse; width: 100%; text-align: center; color:#262627; background-color:#f8f9fa;" 
-! style="background-color:#eaecf0"  colspan="1" | File 
-! style="background-color:#eaecf0"  colspan="1" | Description 
-|- 
-| [[https://repo.hyperbola.info/other/live_images/gnu-plus-linux-libre/hypertalking-milky-way-latest/hypertalking-milky-way-v0.3.1-dual.iso.sha512 | hypertalking-milky-way-v0.3.1-dual.iso.sha512]] 
-| Contains the SHA512 sums to check the integrity of the Hypertalking live image. 
-|- 
-| [[https://repo.hyperbola.info/other/live_images/gnu-plus-linux-libre/hypertalking-milky-way-latest/hypertalking-milky-way-v0.3.1-dual.iso.sha512.sig | hypertalking-milky-way-v0.3.1-dual.iso.sha512.sig]] 
-| 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.3.1-dual.iso +  * hyperbola-milky-way-v0.4-dual.iso 
-  * hyperbola-milky-way-v0.3.1-dual.iso.sha512 +  * hyperbola-milky-way-v0.4-dual.iso.sha512 
-  * hyperbola-milky-way-v0.3.1-dual.iso.sha512.sig+  * hyperbola-milky-way-v0.4-dual.iso.sha512.sig
  
 ===== Integrity check ===== ===== Integrity check =====
Line 63: Line 50:
  
 <code bash> <code bash>
-$ sha512sum -c hyperbola-milky-way-v0.3.1-dual.iso.sha512+$ sha512sum -c hyperbola-milky-way-v0.4-dual.iso.sha512
 </code> </code>
 </note> </note>
Line 102: Line 89:
  
 <code bash> <code bash>
-$ gpg --verify hyperbola-milky-way-v0.3.1-dual.iso.sha512.sig+$ gpg --verify hyperbola-milky-way-v0.4-dual.iso.sha512.sig
 </code> </code>