diff --git a/Rocky8_Rpi4.ks b/Rocky8_Rpi4.ks index 406d650..2c0eb3f 100644 --- a/Rocky8_Rpi4.ks +++ b/Rocky8_Rpi4.ks @@ -83,12 +83,16 @@ cat >/home/rocky/README << EOF This is a Rocky 8 install intended for Raspberry Pi 3b and 4 devices (architecture is aarch64). -This image WILL NOT WORK on a Raspberry Pi 1 or 2, we are 64-bit only, and have no support for 32-bit ARM processors. Sorry :-/. +This image WILL NOT WORK on a Raspberry Pi 1 or 2 (1.1 or earlier), we are 64-bit only, and have no support for 32-bit ARM processors. Sorry :-/. + +The newer Pi Zero devices should be supported, as well as the Raspberry Pi 2 v. 1.2 boards, which are 64-bit + + IMAGE NOTES / DIFFERENCES FROM STOCK ROCKY 8: - - Based on Rocky Linux 8.4, points to production Rocky 8 aarch64 repositories + - Based on Rocky Linux 8.5, points to production Rocky 8 aarch64 repositories - Has an additional repository that contains kernel packages for Raspberry Pi - Includes script that fixes the wifi. Simple edit of a txt firmware settings file. Will need to be run whenever linux-firmware gets upgraded - Includes @minimal-install , plus a few quality of life packages like vim, bash-completion, etc.