Scripts and kickstarts for building Rocky Linux for Raspberry Pi
Go to file
Skip Grube b5e4d2b031 Merge pull request 'added rpm db rebuild in post section' (#6) from codedude/RockyRpi:r8 into r8
Reviewed-on: #6
2023-12-09 15:40:12 +00:00
.gitignore added gitignore 2022-06-29 21:52:49 -04:00
README.md signed commit 2022-06-28 22:16:52 -04:00
Rocky8_Rpi.ks added rpm db rebuild in post section 2023-11-21 23:12:57 -05:00
createRocky8_Image.sh Fixed naming of .ks file 2023-06-05 22:56:56 -04:00
readme.image.txt Small fixes to readme 2023-06-09 13:29:44 -04:00
skips_todo Changing todo - haven't done UUID yet 2021-06-25 15:51:48 -04:00

README.md

RockyRpi

Scripts and kickstarts for building Rocky Linux for Raspberry Pi

Purpose of this Repo

This repository contains kickstart scripts and commands for producing your own Rocky Linux 8 image for the Raspberry Pi. It's intended mostly for developers or other technical users. If you are simply interested in using Rocky on your Pi, it's much easier to grab the latest image from (currently): https://dl.rockylinux.org/pub/rocky/8/rockyrpi/aarch64/images/

The readme.image.txt file has information and instructions for those interested in downloading and using the ready-made image.

Requirements:

Producing the Rpi Image requires:

  • A Fedora or EL-based distribution (Rocky/CentOS/RHEL/etc.) running on aarch64 hardware

  • Packages

    • git
  • EPEL repo enabled (extra packages for enterprise linux)

  • The appliance-creator program from appliance-tools package ( sudo dnf install appliance-tools )

Making an Image

The included script to create the image is quite simple. Simply run it (with sudo/root), and specify a location you want to write the produced image to. If the location doesn't exist, it will be created as a directory.

For example:

sudo ./createRocky8_Image.sh /home/myhomefolder/Rocky8_image/

The kickstart/image build process takes approximately 10 minutes on a Raspberry Pi 4 with a decently fast internet connection. Alternatively, you should be able to use any aarch64 hardware that meets the above requirements(Amazon EC2, etc)

Customizing the Kickstart

All the setup logic for the image is contained within the kickstart file (Rocky8_Rpi.ks). It is intended to be readable and well documented, and you can of course change it anyway you please to produce custom images yourself.

Contributing

If you have any suggestions, comments, or problems with the Rocky Rpi images or their creation, feel free to drop us a line! Come by the ~Sig/AltArch channel on chat.rockylinux.org , or send a message or merge request via Gitlab with your ideas. We'd love to hear from you!