imakealol / debian-lokinet

scripts for making a lokinet enabled debian iso

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

debian lokinet

repo for building a debian iso with lokinet preinstalled.

building

this guide is heavily based off this blog post

To build isos we need to install some packages, let's install them:

$ sudo ./contrib/init.sh

Now we build the iso:

$ sudo ./contrib/build.sh

After build the iso will be located in the root of the repo at debian-lokinet.iso

To generate a release torrent of the current build:

$ ./contrib/release.sh

To install additional packages, add lines to packages/99-custom.txt containing the package name one per line or drop the deb into packages/

To clean up the workspace do:

$ sudo ./contrib/clean.sh

using

download the latest iso via bittorrent on the release page

About

scripts for making a lokinet enabled debian iso


Languages

Language:Shell 100.0%