From e54cd31bf1bfd0f049ba43b87ee230c74972817e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Clara=20M=C3=BCller?= Date: Sun, 21 Jul 2024 19:17:20 +0200 Subject: [PATCH] Adding description of repository. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e69de29..9a3d6d8 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,7 @@ +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 (more information about Debian Live: https://live-team.pages.debian.net/live-manual/html/live-manual/index.en.html), tart 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 (more information about makefile: https://makefiletutorial.com/), add or remove packages listed inside packages.list or change the configurations for vim (vimrc) and bash (.bashrc, bash_profile). +Feel free to make changes to i3config to fit the system to your needs and wishes.