Skip to content

raspberryenvoie/piRa1n-OS

 
 

Repository files navigation

piRa1n-OS

An OS for the RPI 4 based on RPi OS with piRa1n and piRa1n-web pre-installed.


piRa1n lets you easily turn a Raspberry Pi 4 or a Banana Pi M2 Zero into a portable Checkra1n dongle. Make sure to read the wiki pages pages for more info.

piRa1n-OS is only for the Raspberry Pi 4

Download piRa1n-OS

Here is the download link.
Note: The default username is pi and the password is jailbreak.

Build piRa1n-OS

The tool used to build piRa1n-OS (pi-gen) supports Debian Buster and Ubuntu Xenial.

To install the required dependencies for pi-gen you should run:

apt-get install coreutils quilt parted qemu-user-static debootstrap zerofree zip \
dosfstools bsdtar libcap2-bin grep rsync xz-utils file git curl bc \
qemu-utils kpartx

Then build piRa1n-OS by running the following commands:

git clone https://github.com/raspberryenvoie/piRa1n-OS.git
cd piRa1n-OS
sudo ./build.sh

Once this process is done, you will find the image in work/date-piRa1n-OS/export-image/.

More information on pi-gen and docker build can be found here.

What's new?

Read the changelog file.

Credits