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,19 @@
|
||||
.. _install-centos-stream-9:
|
||||
.. os-image-location::
|
||||
|
||||
[centos-stream-9]
|
||||
download_type = 'checksum-file'
|
||||
boot_mode = 'bios'
|
||||
url = 'https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2.SHA256SUM'
|
||||
checksum_style = 'bsd'
|
||||
filename_pattern = '.*\.qcow2'
|
||||
|
||||
[centos-stream-9-arm]
|
||||
download_type = 'checksum-file'
|
||||
arch = 'aarch64'
|
||||
url = 'https://cloud.centos.org/centos/9-stream/aarch64/images/CentOS-Stream-GenericCloud-9-latest.aarch64.qcow2.SHA256SUM'
|
||||
checksum_style = 'bsd'
|
||||
filename_pattern = '.*\.qcow2'
|
||||
|
||||
=================================
|
||||
Installing Red on CentOS Stream 9
|
||||
|
||||
Reference in New Issue
Block a user