Keamanan rilisRelease safety

Verifikasi ISOVerify the ISO

Verifikasi checksum memastikan file ISO yang Anda unduh sama persis dengan file rilis RootCore OS yang dipublikasikan.Checksum verification confirms that the ISO you downloaded is exactly the same file as the published RootCore OS release.

RootCore OS mascot

Checksum resmiOfficial checksum

Checksum SHA256 untuk ISO rilis ini:SHA256 checksum for this release ISO:

eda63e18c95a243c1e2a7158086032d0020c453597983d61ab1355820089a91f  rootcore-os-1.0-amd64.iso

Verifikasi di LinuxVerify on Linux

Jalankan perintah berikut di folder tempat ISO diunduh.Run these commands in the directory where the ISO was downloaded.

wget https://os.rootcore.net/iso/rootcore-os-1.0-amd64.sha256
wget https://os.rootcore.net/iso/rootcore-os-1.0-amd64.iso
sha256sum -c rootcore-os-1.0-amd64.sha256

Hasil yang benar akan menampilkan rootcore-os-1.0-amd64.iso: OK.A correct result will show rootcore-os-1.0-amd64.iso: OK.

Jika checksum gagalIf verification fails

  • Jangan gunakan ISO tersebut untuk instalasi.Do not use that ISO for installation.
  • Hapus file ISO yang gagal.Delete the failed ISO file.
  • Unduh ulang ISO dari halaman resmi ini.Download the ISO again from this official page.
  • Jalankan verifikasi ulang sampai hasilnya OK.Run verification again until the result is OK.

Verifikasi repositori APTVerify the APT repository

Metadata repositori RootCore tersedia sebagai InRelease dan ditandatangani dengan keyring RootCore.RootCore repository metadata is available as InRelease and is signed with the RootCore keyring.

curl -I https://os.rootcore.net/repo/dists/rootcore/InRelease