== Rocky 9 Raspberry Pi Image (experimental) ==

This is a minimal Rocky 9 install intended for Raspberry Pi 3/4/5 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 :-/.


IMAGE NOTES:
  
  - Based on Rocky Linux 9, points to production Rocky 9 aarch64 repositories
  - Has an additional repository that contains kernel packages for Raspberry Pi
  - Includes nonfree firmware package that installs missing bluetooth/wifi bits.
  - Includes @minimal-install , plus a few quality of life packages like vim, bash-completion, etc.
  - Initial User "rocky" (default password: "rockylinux").  Root password disabled, rocky user is a sudoer
  - Partitions are 300 MB /boot , 512 MB swap, 2800 MB rootfs.  Requires a 4 GB or larger storage device to serve as your disk



If you want to automatically resize your / partition, just type the following (as root user):
sudo rootfs-expand

It should fill your main rootfs partition to the end of the disk.


