All Projects → grml → Grml Live

grml / Grml Live

build system for creating a Grml (based) live system

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to Grml Live

Docker Debian Base
More complete Debian environment for Docker
Stars: ✭ 70 (-27.84%)
Mutual labels:  debian
Android Sdk Installer
Linux utility which aims to automatically install and configures Android SDK, Eclipse ADT Plugin, adds hardware support for devices and enables full MTP support.
Stars: ✭ 78 (-19.59%)
Mutual labels:  debian
Dockstarter
DockSTARTer helps you get started with home server apps running in Docker.
Stars: ✭ 1,265 (+1204.12%)
Mutual labels:  debian
Vfs495
Validity VFS495 (138a:003f) drivers & utilities for Linux
Stars: ✭ 71 (-26.8%)
Mutual labels:  debian
Exrm deb
Create a deb for your elixir release with ease
Stars: ✭ 75 (-22.68%)
Mutual labels:  debian
Rocket.chat.ansible
Deploy Rocket.Chat with Ansible!
Stars: ✭ 80 (-17.53%)
Mutual labels:  debian
Jdk switcher
A yet another Ubuntu/Debian-specific tool that makes switching between multiple JDK versions a one liner
Stars: ✭ 69 (-28.87%)
Mutual labels:  debian
Uvicorn Gunicorn Starlette Docker
Docker image with Uvicorn managed by Gunicorn for high-performance Starlette web applications in Python 3.7 and 3.6 with performance auto-tuning. Optionally with Alpine Linux.
Stars: ✭ 92 (-5.15%)
Mutual labels:  debian
Alternc
AlternC Hosting Panel
Stars: ✭ 75 (-22.68%)
Mutual labels:  debian
Mailserver
⚠️ UNMAINTAINED - Simple and full-featured mail server using Docker
Stars: ✭ 1,267 (+1206.19%)
Mutual labels:  debian
Jlivecd
Live cd/dvd customization tool
Stars: ✭ 72 (-25.77%)
Mutual labels:  debian
Linux Baytrail Flexx10
Install GNU/Linux on NextBook Flexx 10.1
Stars: ✭ 73 (-24.74%)
Mutual labels:  debian
Fpm Within Docker
Leverage fpm inside pre-baked docker images in order to build and test native DEB and RPM packages.
Stars: ✭ 80 (-17.53%)
Mutual labels:  debian
Debreate
A utility for creating Debian packages.
Stars: ✭ 70 (-27.84%)
Mutual labels:  debian
Zfs Installer
Shell script program that prepares ZFS on a system, and installs Linux
Stars: ✭ 88 (-9.28%)
Mutual labels:  debian
Ucaresystem
An all-in-one, one click system maintenance application for Ubuntu/Debian operating systems and derivatives
Stars: ✭ 69 (-28.87%)
Mutual labels:  debian
Mortar
Framework to join Linux's physical security bricks.
Stars: ✭ 80 (-17.53%)
Mutual labels:  debian
Aptutil
Go utilities for Debian APT repositories
Stars: ✭ 95 (-2.06%)
Mutual labels:  debian
Packer Templates
Stars: ✭ 90 (-7.22%)
Mutual labels:  debian
I3 Config
i3wm configuration files
Stars: ✭ 81 (-16.49%)
Mutual labels:  debian

grml-live

grml-live is a build system for creating a Grml and Debian based Linux Live system. The build system is based on FAI (Fully Automatic Installation).

Building a Debian based 64bit live system is as simple as running:

# grml-live -s sid -a amd64 -c GRMLBASE,GRML_FULL,AMD64

You can fully customize the build process, including adding additional software and your very own configuration files.

Further information is available from https://grml.org/grml-live/

In case you want to run grml-live directly from the checkout (after making sure all dependencies are installed), you should set GRML_FAI_CONFIG, the SCRIPTS_DIRECTORY, the LIVE_CONF and the templates option so that it does not use the config files of an installed grml-live package:

# export GRML_FAI_CONFIG=$(pwd)/etc/grml/fai
# export SCRIPTS_DIRECTORY=$(pwd)/scripts
# export LIVE_CONF=$(pwd)/etc/grml/grml-live.conf
# export TEMPLATE_DIRECTORY=$(pwd)/templates
# ln -s ../../../grml-live-grml/templates/boot/addons templates/boot/  # optional
# ./grml-live -s sid -a amd64 -c GRMLBASE,GRML_FULL,AMD64
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].