Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.48 KB

File metadata and controls

32 lines (27 loc) · 1.48 KB

Universal Image Generator for Berryboot

Now you can create your own Berryboot images of Multiples Operating Systems. This script run on: Debian/Ubuntu, CentOS, Fedora and ArchLinux.

Install Wget & Sudo

First, install wget and sudo according to your OS:

Debian/Ubuntu:

apt-get update && apt-get install aria2 squashfs-tools bsdtar -y

CentOS:

yum install aria2 squashfs-tools bsdtar -y

Fedora:

dnf install aria2 squashfs-tools bsdtar -y

ArchLinux:

pacman -Syy --noconfirm aria2 squashfs-tools bsdtar --force

Usage

Execute the script on any terminal and follow the instructions:

bash <(wget -qO- https://git.io/fx6ZG)

UniversalGeneator

This script will:

  • Install Dependencies: Aria2, Squashfs-Tools and Bsdtar.
  • Download Latest OS Images for Raspberry Pi.
  • Generate Squashfs Berryboot Images Files.

For already converted OS images, go to: https://berryboot.alexgoldcheidt.com/images/

Support my project at: https://paypal.me/AlexGoldcheidt

BerryServer