From 8de1d4b0843e341ef3919a977b20a88637994132 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Thu, 16 Mar 2023 01:22:22 -0700 Subject: [PATCH] init for rpi imager request --- os-request.json | 7 +++++++ rpi-imager.json | 28 ++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 os-request.json create mode 100644 rpi-imager.json diff --git a/os-request.json b/os-request.json new file mode 100644 index 0000000..495cb41 --- /dev/null +++ b/os-request.json @@ -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" +} diff --git a/rpi-imager.json b/rpi-imager.json new file mode 100644 index 0000000..4712114 --- /dev/null +++ b/rpi-imager.json @@ -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" + }, + ] +}