From a43fcdd249e6a0c61b36ee92ba053a13a3d5606e Mon Sep 17 00:00:00 2001 From: Koichiro Iwao Date: Thu, 3 Apr 2025 11:27:58 +0900 Subject: [PATCH] README: convert tested harwate list to table and update changelog --- README.md | 36 +++++++++++++++++++++++++++++------- 1 file changed, 29 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e50a14f..7842229 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,34 @@ [![asciicast](https://asciinema.org/a/423618.svg)](https://asciinema.org/a/423618) -Last Update 2024-06-27: [Changelog](#changelog) below. +See below for [Changelog](#changelog). This repository is the home of the Official AlmaLinux Raspberry Pi Image. Images made possible by the incredible work contributed by the immortal [Pablo Greco](https://github.com/psgreco), [Mark Verlinde](https://github.com/markVnl), [Fabian Arrotin](https://github.com/arrfab) and [Koichiro Iwao](https://github.com/metalefty). -### Tested hardware: -* Raspberry Pi 5 -* Raspberry Pi 4 Model B -* Raspberry Pi 400 -* Raspberry Pi 3 Model B+ -* Raspberry Pi 3 Model A+ +### Tested hardware + +|Model |8|9|Kitten 10| +|-|-|-|-| +|Pi 5|✓|✓|✓| +|Pi 500|?|?|?| +|Pi 4 Model B|✓|✓|✓| +|Pi 400|✓|✓|✓| +|Pi 3 Model B+|✓|✓|⛔| +|Pi 3 Model A+|✓|✓|⛔| + +- ✓: Tested +- ?: Not Tested +- ⛔: No Longer Supported + +### Available Parition Types + +|Version|MBR|GPT| +|-|-|-| +|8|✓|| +|9|✓|✓| +|Kitten 10||✓| ## AlmaLinux Raspberry Pi Quick Start @@ -32,6 +48,12 @@ Full guide for AlmaLinux on Raspberry Pi is available here: https://wiki.almalin ## Changelog +### 2025-02-25 +- Run SELinux auto-relabel at first boot + +### 2025-02-14 +- Add AlmaLinux Kitten 10 + ### 2024-11-21 - Add new images with GUID partition table for AL9 - Update Github workflow to enable building both GPT and MBR images