Tested on:
- Powkiddy X55 RK3566
- RG35XX H H700 (Community Build)
This guide helps you set up Alpine Linux in a chroot environment and install Fastfetch for system info display.
-
Run the following command in your shell to set up Alpine:
curl -L https://github.com/trashbus99/ROCKNIX-alpine-chroot/raw/main/start-alpine.sh | bash
-
Enter the chroot environment:
chroot /storage/my-alpine-chroot /bin/bash -l
-
Update the package index:
apk update
-
Install a text editor (nano):
apk add nano
-
Edit the repositories file and add the following URLs:
nano /etc/apk/repositories
Add the following lines to the file, save, and exit:
https://dl-cdn.alpinelinux.org/alpine/v3.21/main https://dl-cdn.alpinelinux.org/alpine/v3.21/community
-
Update the package index again:
apk update
-
Install Neofetch:
apk add fastfetch
-
Run Fastfetch to display system info:
fastfetch
Have Fun! 🎉