init for rpi imager request

This commit is contained in:
Louis Abel 2023-03-16 01:22:22 -07:00
commit 8de1d4b084
Signed by untrusted user who does not match committer: label
GPG Key ID: 6735C0E1BD65D048
2 changed files with 35 additions and 0 deletions

7
os-request.json Normal file
View File

@ -0,0 +1,7 @@
{
"name": "Rocky Linux",
"description": "Rocky Linux is an open-source enterprise operating system designed to be 100% bug-for-bug compatible with Red Hat Enterprise Linux.",
"website": "https://rockylinux.org/",
"icon": "https://raw.githubusercontent.com/rocky-linux/branding/main/logo/out/icon-bg_transparent-primary-1024x.png",
"subitems_url": "https://git.resf.org/sig_altarch/RockyRpi/raw/branch/rpi-installer/rpi-imager.json"
}

28
rpi-imager.json Normal file
View File

@ -0,0 +1,28 @@
{
"os_list": [
{
"name": "Rocky Linux 8 (64-bit)",
"description": "A minimal installation of Rocky Linux 8 with Pi specific packages (no DE)",
"url": "http://dl.rockylinux.org/pub/sig/8/altarch/aarch64/images/RockyLinuxRpi_8-latest.img.xz",
"icon": "https://raw.githubusercontent.com/rocky-linux/branding/main/logo/out/icon-bg_transparent-primary-1024x.png",
"website": "https://rockylinux.org/",
"release_date": "2022-11-18",
"extract_size": 3787456512,
"extract_sha256": "97d62df7e02631f17756e9f3796c249317583bd815fac789a578226ea7a0dc8f",
"image_download_size": 435948776,
"image_download_sha256": "2dd358f56fcaf8d0459d4a9ef584c0b389b6d13bc389d504aa8d963b7624a8dc"
},
{
"name": "Rocky Linux 9 (64-bit)",
"description": "A minimal installation of Rocky Linux 9 with Pi specific packages (no DE)",
"url": "http://dl.rockylinux.org/pub/sig/9/altarch/aarch64/images/RockyLinuxRpi_9-latest.img.xz",
"icon": "https://raw.githubusercontent.com/rocky-linux/branding/main/logo/out/icon-bg_transparent-primary-1024x.png",
"website": "https://rockylinux.org/",
"release_date": "2022-12-23",
"extract_size": 3787456512,
"extract_sha256": "a439b14aa53289b82f3c574b5038b9aa334102898404b40e9c1502d71bd42422",
"image_download_size": 478010984,
"image_download_sha256": "23412ee78165b96a09bd07649fd5ebd12710a09cfc9ecf2cb9988a39dabcfe97"
},
]
}