hnez / GDILiveCD

A Debian live-build configuration for a LiveCD containing tools for a computer science course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GDILiveCD

This repository contains the configuration files and documentation for a Live CD that contains all the tools used in the Computer Science Course for electrical engineering students at the University of Bremen.

Dependencies

To generate a Live CD iso you need a running and up to date Debian based operating system with the live-build package installed.

$ sudo apt install live-build

Downloading

Live-build has internal support for bootstrapping a configuration from a git repository. To clone and initialize the configuration you have to execute the collowing command in an empty directory.

$ lb config --config https://github.com/hnez/GDILiveCD

Building

Live-build needs root permissions to build a Live Iso. Executing the following command will download all software packages configured and create an iso file.

$ sudo lb build

Documentation

The documentation folder contains some hints on how to use the generated iso in a virtual machine.

About

A Debian live-build configuration for a LiveCD containing tools for a computer science course

License:GNU General Public License v3.0


Languages

Language:Python 90.2%Language:Shell 9.8%