GoVanguard / karmbian

GoVanguard fork of Armbian with complete Kali 2020 support
GNU General Public License v2.0
23 stars 4 forks source link

Karmbian Logo
Kali Linux Built Using the Armbian Tool Chain & BSPs

Note: RasberryPi 4b support in the works and coming very soon!

 

Table of contents

 

Overview

 

What do you need to get started?

How to build an image or a kernel?

apt-get -y install git
git clone https://github.com/GoVanguard/karmbian
cd build
./compile.sh

Armbian logo

Build parameter examples

Show work in progress areas in interactive mode:

./compile.sh EXPERT="yes"

Run build tools inside Docker container:

./compile.sh docker

Build minimal CLI of Kali 2020 for the Rock64 (Not RockPro64):

./compile.sh  BOARD=rock64 BRANCH=dev RELEASE=kali-rolling BUILD_MINIMAL=yes BUILD_DESKTOP=no \
KERNEL_ONLY=no KERNEL_CONFIGURE=no COMPRESS_OUTPUTIMAGE=sha,gpg,img

Build full desktop of Kali 2020 for the RockPro64:

./compile.sh  BOARD=rockpro64 BRANCH=dev RELEASE=kali-rolling BUILD_MINIMAL=no BUILD_DESKTOP=yes \
KERNEL_ONLY=no KERNEL_CONFIGURE=no COMPRESS_OUTPUTIMAGE=sha,gpg,img

Build parameters, advanced build options, user defined configuration, build with Docker?

Where to download prebuilt images?

Credits

Kali support developed by Shane Scott, GoVanguard.

Credit to Armbian and all of their contributors for the base system.