From af12f95d70dc8861ec330a47e9198a47b5613935 Mon Sep 17 00:00:00 2001 From: Peter Reichart Date: Wed, 12 Apr 2023 16:14:43 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 06ed328..412b91e 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,26 @@ Debian 11 Server with: * a ready to use Bootmenue * some free Tools (Bootmanagers, Debian Installer, Knoppix, ...) * how to's for non free Tools (Acronis true Image) + +1. Install a minimal Debian System and login as root +2. install git: +``` + apt install -y git +``` +3. clone this Repository: +``` + cd ~ + git clone https://support.ostrachhelp.de/p_reichart/pxe-bootserver + cd pxe-bootserver +``` +4. Install needed Packages: +``` +./install-debian-Packages.sh +``` +5. Setup a minimal Confiration: +``` +./configure-debian-system.sh +``` + +Now you should have a Server with NFS, TFTP and HTTP Support and a minimal Configuration +with PXELINUX and some Demo entries with iPXE \ No newline at end of file