agoldcheidt / Universal-Image-Generator-for-Berryboot

Now you can create your own Berryboot images of Multiples Operating Systems

Home Page:http://berryboot.alexgoldcheidt.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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  

About

Now you can create your own Berryboot images of Multiples Operating Systems

http://berryboot.alexgoldcheidt.com/

License:MIT License


Languages

Language:Shell 100.0%