StrongArm88 / Anlinux-Resources

Scripts, Rootfs and other content for AnLinux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the place where all the images and scripts are stored. If you are looking for the main application, please visit here

To open an issue, please visit here

Bootstraping System

Note: Only Ubuntu, Debian, Kali, Parrot Security OS, BackBox are bootstrap using the script, others are official image without modification.

Script located at Scripts/Bootstrap are used to bootstrap the system.

You will need to install some package first:

sudo apt-get install qemu-user-static debian-archive-keyring debootstrap

Then go to Bootstrap and download the bootstrap.sh script. (It is important to follow instructions before running bootstrap.sh if there any.)

To bootstrap a system, simply run:

./bootstrap.sh architecture /path/to/bootstrap

For example:

./bootstrap.sh armhf /home/user/ubuntu/armhf

About

Scripts, Rootfs and other content for AnLinux

License:GNU General Public License v2.0


Languages

Language:Shell 100.0%