Skip to content

Enhance RPi 3B (without plus) support #89

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Images made possible by the incredible work contributed by the immortal [Pablo G
|Pi 400|✓|✓|✓|✓|
|Pi 3 Model B+|✓|✓|⛔|⛔|
|Pi 3 Model A+|✓|✓|⛔|⛔|
|Pi 3 Model B|✓|✓|⛔|⛔|

- ✓: Tested
- ?: Not Tested
Expand Down Expand Up @@ -49,6 +50,9 @@ Full guide for AlmaLinux on Raspberry Pi is available here: https://wiki.almalin

## Changelog

### 2025-07-17
- Support for Raspberry Pi 3B has been enhanced due to [@FingerlessGlov3s](https://github.com/FingerlessGlov3s)' substantial contributions

### 2025-06-24
- Use auto_initramfs for XFS / LUKS

Expand Down
1 change: 1 addition & 0 deletions kickstart/AlmaLinux-10-RaspberryPi-console-gpt.aarch64.ks
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ cloud-utils-growpart
e2fsprogs
net-tools
linux-firmware-raspberrypi
#linux-firmware-raspberrypi-rpi3
raspberrypi-sys-mods
raspberrypi-userland
raspberrypi2-firmware
Expand Down
1 change: 1 addition & 0 deletions kickstart/AlmaLinux-10-RaspberryPi-gnome-gpt.aarch64.ks
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ cloud-utils-growpart
e2fsprogs
net-tools
linux-firmware-raspberrypi
#linux-firmware-raspberrypi-rpi3
raspberrypi-sys-mods
raspberrypi-userland
raspberrypi2-firmware
Expand Down
1 change: 1 addition & 0 deletions kickstart/AlmaLinux-9-RaspberryPi-console-gpt.aarch64.ks
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ cloud-utils-growpart
e2fsprogs
net-tools
linux-firmware-raspberrypi
linux-firmware-raspberrypi-rpi3
raspberrypi-sys-mods
raspberrypi-userland
raspberrypi2-firmware
Expand Down
1 change: 1 addition & 0 deletions kickstart/AlmaLinux-9-RaspberryPi-console-mbr.aarch64.ks
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ cloud-utils-growpart
e2fsprogs
net-tools
linux-firmware-raspberrypi
linux-firmware-raspberrypi-rpi3
raspberrypi-sys-mods
raspberrypi-userland
raspberrypi2-firmware
Expand Down
1 change: 1 addition & 0 deletions kickstart/AlmaLinux-9-RaspberryPi-gnome-gpt.aarch64.ks
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ cloud-utils-growpart
e2fsprogs
net-tools
linux-firmware-raspberrypi
linux-firmware-raspberrypi-rpi3
raspberrypi-sys-mods
raspberrypi-userland
raspberrypi2-firmware
Expand Down
1 change: 1 addition & 0 deletions kickstart/AlmaLinux-9-RaspberryPi-gnome-mbr.aarch64.ks
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ cloud-utils-growpart
e2fsprogs
net-tools
linux-firmware-raspberrypi
linux-firmware-raspberrypi-rpi3
raspberrypi-sys-mods
raspberrypi-userland
raspberrypi2-firmware
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ cloud-utils-growpart
e2fsprogs
net-tools
linux-firmware-raspberrypi
#linux-firmware-raspberrypi-rpi3
raspberrypi-sys-mods
raspberrypi-userland
raspberrypi2-firmware
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ cloud-utils-growpart
e2fsprogs
net-tools
linux-firmware-raspberrypi
#linux-firmware-raspberrypi-rpi3
raspberrypi-sys-mods
raspberrypi-userland
raspberrypi2-firmware
Expand Down