From 8901d1c4e0b42b18b7e0c4e2b145e9b3249c0341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Clara=20M=C3=BCller?= Date: Sun, 21 Jul 2024 18:58:05 +0200 Subject: [PATCH] Adding description of repository. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) mode change 100644 => 100755 README.md diff --git a/README.md b/README.md old mode 100644 new mode 100755 index e69de29..ea5b4a0 --- a/README.md +++ b/README.md @@ -0,0 +1,4 @@ +This repository contain the files to build a costumized live-linux ISO. You can easily copy the iso onto an USB-stick for booting. +During boot you can choose between boot into Live System, Start Debian Installation or using Hadware Detection Tool (HDT) or Memory Diagnostic Tool (memtest86+). +To build the live-linux ISO make sure live-build is installed on your machine. You can start the build process with ``make``. +Feel free to change the configurationen fitting to your needs and wishes. Therefor change the makefile, add or remove packages listed inside packages.list or change the configurations for vim (vimrc).