From 15c677def68cc5a0478ca11f29a08f32fa356cea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9E=D0=BB=D0=B5=D0=B3=20=D0=A9=D0=B0=D0=B2=D0=B5=D0=BB?= =?UTF-8?q?=D0=B5=D0=B2?= Date: Tue, 10 Sep 2024 21:09:34 +0300 Subject: [PATCH] =?UTF-8?q?docs:=20=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D1=8B=20=D1=81=D1=81=D1=8B=D0=BB=D0=BA=D0=B8=20?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=B2=D1=81=D0=B5=D1=85=20=D1=81=D1=82=D1=80?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D1=86=D0=B0=D1=85=20ALT=20Mobile=20Wiki,=20?= =?UTF-8?q?=D0=BE=D0=BF=D1=83=D0=B1=D0=BB=D0=B8=D0=BA=D0=BE=D0=B2=D0=B0?= =?UTF-8?q?=D0=BD=20=D1=80=D0=B5=D0=BB=D0=B8=D0=B7=20=D0=BE=D1=82=20=D0=B0?= =?UTF-8?q?=D0=B2=D0=B3=D1=83=D1=81=D1=82=D0=B0=202024=20=D0=B3=D0=BE?= =?UTF-8?q?=D0=B4=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/download/index.md | 36 ++++++++++++++++++++++++++++-------- docs/en/download/index.md | 36 ++++++++++++++++++++++++++++-------- docs/wiki/index.md | 2 +- 3 files changed, 57 insertions(+), 17 deletions(-) diff --git a/docs/download/index.md b/docs/download/index.md index 75cc95c..fd851d5 100644 --- a/docs/download/index.md +++ b/docs/download/index.md @@ -2,11 +2,31 @@ Доступны несколько наборов образов, специфичных для конкретных сред/архитектур. -## Скачать ALT Mobile из репозитория производителя Альт - -- [ALT Mobile ](https://beta.altlinux.org/mobile/latest/alt-mobile-phosh-lt11i-ad-20240625-aarch64.img.xz) -- [ALT Mobile ](https://beta.altlinux.org/mobile/latest/alt-mobile-phosh-mp-ad-20240625-aarch64.img.xz) -- [ALT Mobile ](https://beta.altlinux.org/mobile/latest/alt-mobile-phosh-pine-ad-20240625-aarch64.img.xz) -- [ALT Mobile ](https://beta.altlinux.org/mobile/latest/alt-mobile-phosh-rocknix-ad-20240625-aarch64.img.xz) -- [ALT Mobile ](https://beta.altlinux.org/mobile/latest/alt-mobile-phosh-un-def-ad-20240625-aarch64.img.xz) -- [ALT Mobile ](https://beta.altlinux.org/mobile/latest/alt-mobile-phosh-un-def-ad-20240625-x86_64.img.xz) +## Скачать бета-версию образа ALT Mobile для `sisyphus` от августа 2024 года + +- [ALT Mobile ](https://beta.altlinux.org/mobile/sisyphus/latest/alt-mobile-phosh-lt11i-20240822-aarch64.img.xz) +- [ALT Mobile ](https://beta.altlinux.org/mobile/sisyphus/latest/alt-mobile-phosh-mp-20240816-aarch64.img.xz) +- [ALT Mobile ](https://beta.altlinux.org/mobile/sisyphus/latest/alt-mobile-phosh-pine-20240821-aarch64.img.xz) +- [ALT Mobile ](https://beta.altlinux.org/mobile/sisyphus/latest/alt-mobile-phosh-rocknix-20240821-aarch64.img.xz) +- [ALT Mobile ](https://beta.altlinux.org/mobile/sisyphus/latest/alt-mobile-phosh-un-def-20240821-aarch64.img.xz) +- [ALT Mobile ](https://beta.altlinux.org/mobile/sisyphus/latest/alt-mobile-phosh-un-def-20240821-x86_64.img.xz) +- [ALT Mobile ](https://beta.altlinux.org/mobile/sisyphus/latest/alt-mobile-phosh-un-def-20240822-riscv64.img.xz) + +:::info +Проверьте загруженную информацию на наличие ошибок и повреждений, используя соответствующий [файл контрольной суммы](https://beta.altlinux.org/mobile/sisyphus/latest/SHA512SUM). + +Если вы видите, что загрузка действительна, то это означает, что контрольная сумма SHA512 совпадает с контрольной суммой, указанной в подписи одного из ключей ALT Mobile. +::: + +## Скачать альфа-версию образа ALT Mobile для `p11` от августа 2024 года + +- [ALT Mobile ](https://beta.altlinux.org/mobile/p11/latest/alt-mobile-phosh-lt11i-11.0-alpha1-aarch64.img.xz) +- [ALT Mobile ](https://beta.altlinux.org/mobile/p11/latest/alt-mobile-phosh-lt11i-11.0-alpha1-aarch64.img.xz) +- [ALT Mobile ](https://beta.altlinux.org/mobile/p11/latest/alt-mobile-phosh-un-def-11.0-alpha1-aarch64.img.xz) +- [ALT Mobile ](https://beta.altlinux.org/mobile/p11/latest/alt-mobile-phosh-un-def-11.0-alpha1-x86_64.img.xz) + +:::info +Проверьте загруженную информацию на наличие ошибок и повреждений, используя соответствующий [файл контрольной суммы](https://beta.altlinux.org/mobile/p11/latest/). + +Если вы видите, что загрузка действительна, то это означает, что контрольная сумма SHA512 совпадает с контрольной суммой, указанной в подписи одного из ключей ALT Mobile. +::: diff --git a/docs/en/download/index.md b/docs/en/download/index.md index 2317384..7bc5d3d 100644 --- a/docs/en/download/index.md +++ b/docs/en/download/index.md @@ -2,11 +2,31 @@ Several sets of images are available that are specific to specific environments/architectures. -## Download ALT Mobile from the ALT repository - -- [ALT Mobile ](https://beta.altlinux.org/mobile/latest/alt-mobile-phosh-lt11i-ad-20240625-aarch64.img.xz) -- [ALT Mobile ](https://beta.altlinux.org/mobile/latest/alt-mobile-phosh-mp-ad-20240625-aarch64.img.xz) -- [ALT Mobile ](https://beta.altlinux.org/mobile/latest/alt-mobile-phosh-pine-ad-20240625-aarch64.img.xz) -- [ALT Mobile ](https://beta.altlinux.org/mobile/latest/alt-mobile-phosh-rocknix-ad-20240625-aarch64.img.xz) -- [ALT Mobile ](https://beta.altlinux.org/mobile/latest/alt-mobile-phosh-un-def-ad-20240625-aarch64.img.xz) -- [ALT Mobile ](https://beta.altlinux.org/mobile/latest/alt-mobile-phosh-un-def-ad-20240625-x86_64.img.xz) +## Download ALT Mobile beta image for `sisyphus` from August 2024 + +- [ALT Mobile ](https://beta.altlinux.org/mobile/sisyphus/latest/alt-mobile-phosh-lt11i-20240822-aarch64.img.xz) +- [ALT Mobile ](https://beta.altlinux.org/mobile/sisyphus/latest/alt-mobile-phosh-mp-20240816-aarch64.img.xz) +- [ALT Mobile ](https://beta.altlinux.org/mobile/sisyphus/latest/alt-mobile-phosh-pine-20240821-aarch64.img.xz) +- [ALT Mobile ](https://beta.altlinux.org/mobile/sisyphus/latest/alt-mobile-phosh-rocknix-20240821-aarch64.img.xz) +- [ALT Mobile ](https://beta.altlinux.org/mobile/sisyphus/latest/alt-mobile-phosh-un-def-20240821-aarch64.img.xz) +- [ALT Mobile ](https://beta.altlinux.org/mobile/sisyphus/latest/alt-mobile-phosh-un-def-20240821-x86_64.img.xz) +- [ALT Mobile ](https://beta.altlinux.org/mobile/sisyphus/latest/alt-mobile-phosh-un-def-20240822-riscv64.img.xz) + +:::info +Check the downloaded information for errors and corruption using the corresponding [checksum file](https://beta.altlinux.org/mobile/sisyphus/latest/SHA512SUM). + +If you see that the download is valid, it means that the SHA512 checksum matches the checksum specified in the signature of one of the ALT Mobile keys. +::: + +## Download ALT Mobile alpha image for `p11` from August 2024 + +- [ALT Mobile ](https://beta.altlinux.org/mobile/p11/latest/alt-mobile-phosh-lt11i-11.0-alpha1-aarch64.img.xz) +- [ALT Mobile ](https://beta.altlinux.org/mobile/p11/latest/alt-mobile-phosh-lt11i-11.0-alpha1-aarch64.img.xz) +- [ALT Mobile ](https://beta.altlinux.org/mobile/p11/latest/alt-mobile-phosh-un-def-11.0-alpha1-aarch64.img.xz) +- [ALT Mobile ](https://beta.altlinux.org/mobile/p11/latest/alt-mobile-phosh-un-def-11.0-alpha1-x86_64.img.xz) + +:::info +Check the downloaded information for errors and corruption using the corresponding [checksum file](https://beta.altlinux.org/mobile/p11/latest/SHA512SUM). + +If you see that the download is valid, it means that the SHA512 checksum matches the checksum specified in the signature of one of the ALT Mobile keys. +::: diff --git a/docs/wiki/index.md b/docs/wiki/index.md index db0d79d..c611722 100644 --- a/docs/wiki/index.md +++ b/docs/wiki/index.md @@ -54,7 +54,7 @@ ## Образы -Образы для `aarch64` оборудования и `qemu` для поддерживаемых архитектур доступны [на странице скачать](/download/). +Образы для aarch64 оборудования и qemu для поддерживаемых архитектур доступны на ftp для [sisyphus](http://beta.altlinux.org/mobile/sisyphus/latest/) и [p11](http://beta.altlinux.org/mobile/p11/latest/). Инструмент сборки образов `mkimage-profiles` доступен в [git](https://git.altlinux.org/people/antohami/packages/mkimage-profiles.git).