https://github.com/zearp/almapi
Alma Linux for the Raspberry Pi 3b
https://github.com/zearp/almapi
Last synced: 11 months ago
JSON representation
Alma Linux for the Raspberry Pi 3b
- Host: GitHub
- URL: https://github.com/zearp/almapi
- Owner: zearp
- Created: 2025-07-10T03:26:49.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-10T03:50:12.000Z (12 months ago)
- Last Synced: 2025-07-10T12:01:19.255Z (12 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alma Linux 10 for unsupported Raspberry Pi's
Currently only tested on a 3b but will do testing on other 64bit models that are no longer or not supported at all supported by Alma Linux themselves.
Building needs to be done on an arm64 host. Unltil ```appliance-tools``` is available for EL10 building has to be done on an EL9 distro. Default login and password are ```almalinux``` and sudo is enabled for it.
## Prep
```
dnf -y install git appliance-tools
```
## Usage
Clone the repo:
```
git clone https://github.com/zearp/almapi && cd almapi
```
Edit the kickstart:
```
nano kickstart/pumice.aarch64.ks
```
Built the image:
```
./built pumice
```
The image can be found in the ```pumice-DATE-TIME.aarch64``` folder and can be written to sd card.
## Misc
```
```