mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2026-06-19 03:54:08 -04:00
Add OS image location rST directive for use by Red-Install-Tests (#6786)
This commit is contained in:
@@ -1,4 +1,31 @@
|
||||
.. _install-fedora:
|
||||
.. os-image-location::
|
||||
|
||||
[fedora-43]
|
||||
download_type = 'checksum-file'
|
||||
url = 'https://download.fedoraproject.org/pub/fedora/linux/releases/43/Cloud/x86_64/images/Fedora-Cloud-43-1.6-x86_64-CHECKSUM'
|
||||
checksum_style = 'bsd'
|
||||
filename_pattern = 'Fedora-Cloud-Base-Generic-.*\.qcow2'
|
||||
|
||||
[fedora-43-arm]
|
||||
download_type = 'checksum-file'
|
||||
arch = 'aarch64'
|
||||
url = 'https://download.fedoraproject.org/pub/fedora/linux/releases/43/Cloud/aarch64/images/Fedora-Cloud-43-1.6-aarch64-CHECKSUM'
|
||||
checksum_style = 'bsd'
|
||||
filename_pattern = 'Fedora-Cloud-Base-Generic-.*\.qcow2'
|
||||
|
||||
[fedora-44]
|
||||
download_type = 'checksum-file'
|
||||
url = 'https://download.fedoraproject.org/pub/fedora/linux/releases/44/Cloud/x86_64/images/Fedora-Cloud-44-1.7-x86_64-CHECKSUM'
|
||||
checksum_style = 'bsd'
|
||||
filename_pattern = 'Fedora-Cloud-Base-Generic-.*\.qcow2'
|
||||
|
||||
[fedora-44-arm]
|
||||
download_type = 'checksum-file'
|
||||
arch = 'aarch64'
|
||||
url = 'https://download.fedoraproject.org/pub/fedora/linux/releases/44/Cloud/aarch64/images/Fedora-Cloud-44-1.7-aarch64-CHECKSUM'
|
||||
checksum_style = 'bsd'
|
||||
filename_pattern = 'Fedora-Cloud-Base-Generic-.*\.qcow2'
|
||||
|
||||
==============================
|
||||
Installing Red on Fedora Linux
|
||||
|
||||
Reference in New Issue
Block a user